[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200121194811.145644-1-swboyd@chromium.org>
Date: Tue, 21 Jan 2020 11:48:08 -0800
From: Stephen Boyd <swboyd@...omium.org>
To: John Stultz <john.stultz@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org, Stephen Boyd <sboyd@...nel.org>
Subject: [PATCH v2 0/3] Fix alarmtimer suspend failure
We recently ran into a suspend problem where the alarmtimer platform
driver's suspend function fails because the RTC that it's trying
to program is already suspended. This patch series fixes that problem
by making the platform device a child of the RTC.
The last two patches are non-critical changes to how we do the wakeup
and some code cleanup.
Changes from v1:
* Dropped first patch that got picked up
* Reworked second patch to autogenerate the device id and use IS_ERR()
Stephen Boyd (3):
alarmtimer: Make alarmtimer platform device child of RTC device
alarmtimer: Use wakeup source from alarmtimer platform device
alarmtimer: Always export alarmtimer_get_rtcdev() and update docs
kernel/time/alarmtimer.c | 38 ++++++++++++++------------------------
1 file changed, 14 insertions(+), 24 deletions(-)
base-commit: bc80e6ad8ee12b0ee6c7d05faf1ebd3f2fb8f1e5
--
Sent by a computer, using git, on the internet
Powered by blists - more mailing lists