diff options
author | Tony Lindgren <tony@atomide.com> | 2013-06-12 23:04:48 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-06-13 01:29:45 +0200 |
commit | 24b8256a1fb28d357bc6fa09184ba29b4255ba5c (patch) | |
tree | e936e839ec34f57a6ccf764f2730794aa3e57135 /mm/swap_state.c | |
parent | cciss: fix broken mutex usage in ioctl (diff) | |
download | linux-24b8256a1fb28d357bc6fa09184ba29b4255ba5c.tar.xz linux-24b8256a1fb28d357bc6fa09184ba29b4255ba5c.zip |
drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with device tree
When booted in legacy mode device_init_wakeup() gets called by
drivers/mfd/twl-core.c when the children are initialized. However, when
booted using device tree, the children are created with
of_platform_populate() instead add_children().
This means that the RTC driver will not have device_init_wakeup() set,
and we need to call it from the driver probe like RTC drivers typically
do.
Without this we cannot test PM wake-up events on omaps for cases where
there may not be any physical wake-up event.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reported-by: Kevin Hilman <khilman@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/swap_state.c')
0 files changed, 0 insertions, 0 deletions