The patch titled Subject: drivers/rtc/rtc-pl031.c: add wakeup support has been added to the -mm tree. Its filename is rtc-pl031-add-wake-up-support.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Rob Herring <rob.herring@xxxxxxxxxxx> Subject: drivers/rtc/rtc-pl031.c: add wakeup support Mark the pl031 as wake-up capable so that rtcwake and suspend test can work. Signed-off-by: Rob Herring <rob.herring@xxxxxxxxxxx> Cc: Srinidhi Kasagar <srinidhi.kasagar@xxxxxxxxxxxxxx> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-pl031.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/rtc/rtc-pl031.c~rtc-pl031-add-wake-up-support drivers/rtc/rtc-pl031.c --- a/drivers/rtc/rtc-pl031.c~rtc-pl031-add-wake-up-support +++ a/drivers/rtc/rtc-pl031.c @@ -380,6 +380,8 @@ static int pl031_probe(struct amba_devic goto out_no_irq; } + device_init_wakeup(&adev->dev, 1); + return 0; out_no_irq: _ Patches currently in -mm which might be from rob.herring@xxxxxxxxxxx are origin.patch linux-next.patch rtc-pl031-add-wake-up-support.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html