lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 30 Dec 2012 16:07:48 -0600 From: Rob Herring <robherring2@...il.com> To: linux-arm-kernel@...ts.infradead.org Cc: Rob Herring <rob.herring@...xeda.com>, Srinidhi Kasagar <srinidhi.kasagar@...ricsson.com>, Linus Walleij <linus.walleij@...aro.org>, Alessandro Zummo <a.zummo@...ertech.it>, rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org Subject: [PATCH] rtc: pl031: add wake-up support From: Rob Herring <rob.herring@...xeda.com> Mark the pl031 as wake-up capable so that rtcwake and suspend test can work. Signed-off-by: Rob Herring <rob.herring@...xeda.com> Cc: Srinidhi Kasagar <srinidhi.kasagar@...ricsson.com> Cc: Linus Walleij <linus.walleij@...aro.org> Cc: Alessandro Zummo <a.zummo@...ertech.it> Cc: linux-arm-kernel@...ts.infradead.org Cc: rtc-linux@...glegroups.com Cc: linux-kernel@...r.kernel.org --- drivers/rtc/rtc-pl031.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index 08378e3..9e20958 100644 --- a/drivers/rtc/rtc-pl031.c +++ b/drivers/rtc/rtc-pl031.c @@ -380,6 +380,8 @@ static int pl031_probe(struct amba_device *adev, const struct amba_id *id) goto out_no_irq; } + device_init_wakeup(&adev->dev, 1); + return 0; out_no_irq: -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists