Re: [PATCH v2 2/3] alarmtimer: Use wakeup source from alarmtimer platform device

From: Doug Anderson
Date: Tue Jan 21 2020 - 18:45:18 EST


Hi,

On Tue, Jan 21, 2020 at 11:48 AM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
>
> Use the wakeup source that can be associated with the 'alarmtimer'
> platform device instead of registering another one by hand.
>
> Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> ---
> kernel/time/alarmtimer.c | 15 +++++----------
> 1 file changed, 5 insertions(+), 10 deletions(-)

Seems like a good idea to me. With the same caveat that I'm no expert
in this part of the code:

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>