From: Ben Dooks <ben-linux@fluff.org>
To: Yauhen Kharuzhy <jekhor@gmail.com>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>,
rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] RTC S3C: Add device_init_wakeup() invokation
Date: Thu, 23 Oct 2008 15:11:08 +0100 [thread overview]
Message-ID: <20081023141108.GA6099@fluff.org.uk> (raw)
In-Reply-To: <1224758815-23131-1-git-send-email-jekhor@gmail.com>
On Thu, Oct 23, 2008 at 01:46:55PM +0300, Yauhen Kharuzhy wrote:
> This patch adds device_init_wakeup() ivokation to probe function of
invocation
> s3c2410_rtc_driver. Without of this wakealarm sysfs attribute does not
> initialise.
>
> Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
> ---
> drivers/rtc/rtc-s3c.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c
> index 9a92ee1..70d9fc3 100644
> --- a/drivers/rtc/rtc-s3c.c
> +++ b/drivers/rtc/rtc-s3c.c
> @@ -455,6 +455,8 @@ static int __devinit s3c_rtc_probe(struct platform_device *pdev)
>
> s3c_rtc_setfreq(&pdev->dev, 1);
>
> + device_init_wakeup(&pdev->dev, 1);
> +
> /* register RTC and exit */
>
> rtc = rtc_device_register("s3c", &pdev->dev, &s3c_rtcops,
> --
> 1.5.6.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
next prev parent reply other threads:[~2008-10-23 14:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 10:46 [PATCH] RTC S3C: Add device_init_wakeup() invokation Yauhen Kharuzhy
2008-10-23 14:11 ` Ben Dooks [this message]
2008-10-28 10:20 ` Alessandro Zummo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081023141108.GA6099@fluff.org.uk \
--to=ben-linux@fluff.org \
--cc=alessandro.zummo@towertech.it \
--cc=jekhor@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rtc-linux@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.