The patch titled Subject: drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend has been removed from the -mm tree. Its filename was rtc-da9052-register-ability-of-alarm-to-wake-device-from-suspend.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Adam Ward <adam.ward.opensource@xxxxxxxxxxx> Subject: drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend Signed-off-by: Adam Ward <adam.ward.opensource@xxxxxxxxxxx> Tested-by: Adam Ward <adam.ward.opensource@xxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-da9052.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/rtc/rtc-da9052.c~rtc-da9052-register-ability-of-alarm-to-wake-device-from-suspend drivers/rtc/rtc-da9052.c --- a/drivers/rtc/rtc-da9052.c~rtc-da9052-register-ability-of-alarm-to-wake-device-from-suspend +++ a/drivers/rtc/rtc-da9052.c @@ -309,6 +309,8 @@ static int da9052_rtc_probe(struct platf return ret; } + device_init_wakeup(&pdev->dev, true); + rtc->rtc = devm_rtc_device_register(&pdev->dev, pdev->name, &da9052_rtc_ops, THIS_MODULE); return PTR_ERR_OR_ZERO(rtc->rtc); _ Patches currently in -mm which might be from adam.ward.opensource@xxxxxxxxxxx are origin.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