From: Eric Piel <Eric.Piel@tremplin-utc.net>
To: dsaxena@plexity.net
Cc: linux-kernel@vger.kernel.org, jgarzik@pobox.net, akpm@osdl.org,
tony@atomide.com
Subject: Re: [patch 5/5] TI OMAP driver
Date: Wed, 19 Oct 2005 11:36:51 +0200 [thread overview]
Message-ID: <435613B3.5060509@tremplin-utc.net> (raw)
In-Reply-To: <20051019091717.773678000@omelas>
10/19/2005 10:19 AM, dsaxena@plexity.net wrote/a écrit:
> This patch implements the OMAP RNG driver.
>
> Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
>
> ---
>
> Builts but untested as I do not hardware.
>
> Index: linux-omap-2.6/drivers/char/rng/omap-rng.c
> ===================================================================
> --- /dev/null
> +++ linux-omap-2.6/drivers/char/rng/omap-rng.c
> +#ifdef CONFIG_PM
> +
> +static int omap_rng_suspend(struct device *dev, pm_message_t message, u32 level)
> +{
> + omap_rng_write_reg(RNG_MASK_REG, 0x0);
> +
> + return 0;
> +}
> +
> +static int omap_rng_suspend(struct device *dev, pm_message_t message, u32 level)
> +{
> + omap_rng_write_reg(RNG_MASK_REG, 0x1);
> +
> + return 1;
> +}
Probably one of them should be called omap_rng_resume() ?
Eric
next prev parent reply other threads:[~2005-10-19 9:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-19 8:19 [patch 0/5] RNG cleanup & new drivers attempt #1 dsaxena
2005-10-19 8:19 ` [patch 1/5] Remove existing hw_random implementation dsaxena
2005-10-19 8:19 ` [patch 2/5] Core HW RNG support dsaxena
2005-10-24 10:45 ` Pavel Machek
2005-10-19 8:19 ` [patch 3/5] Intel IXP4xx driver dsaxena
2005-10-19 8:19 ` [patch 4/5] x86 driver dsaxena
2005-10-19 8:19 ` [patch 5/5] TI OMAP driver dsaxena
2005-10-19 9:36 ` Eric Piel [this message]
2005-10-19 9:44 ` Deepak Saxena
2005-10-21 16:35 ` Tony Lindgren
2005-10-21 18:00 ` Tony Lindgren
2005-10-21 19:10 ` Tony Lindgren
2005-10-23 18:12 ` Deepak Saxena
2005-10-19 15:01 ` [patch 0/5] RNG cleanup & new drivers attempt #1 Jeff Garzik
2005-10-19 17:25 ` Deepak Saxena
2005-10-29 19:12 [patch 0/5] HW RNG cleanup & new drivers Deepak Saxena
2005-10-29 19:12 ` [patch 5/5] TI OMAP driver Deepak Saxena
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=435613B3.5060509@tremplin-utc.net \
--to=eric.piel@tremplin-utc.net \
--cc=akpm@osdl.org \
--cc=dsaxena@plexity.net \
--cc=jgarzik@pobox.net \
--cc=linux-kernel@vger.kernel.org \
--cc=tony@atomide.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome