From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
linux-arm-kernel@lists.infradead.org,
Matt Mackall <mpm@selenic.com>
Subject: Re: [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM
Date: Thu, 30 Aug 2012 13:27:08 -0700 [thread overview]
Message-ID: <20120830202708.GZ1303@atomide.com> (raw)
In-Reply-To: <20120827232922.15045.56522.stgit@dusk.lan>
* Paul Walmsley <paul@pwsan.com> [120827 16:39]:
> This series converts the OMAP hardware random number generator driver
> to use runtime PM. Hardware integration data is added for OMAP2xxx
> systems. I'm pretty sure this device is available on other OMAP chips
> too, but may require some experimentation with the integration details.
Good to hear. I believe that at some point this got moved to be
only accessible in the secure mode on later omaps?
> There are still a few rough edges with this series. Something is
> still not right with the reset behavior on OMAP2430, at least. But it
> would be good to get acks from the hwrng folks for the three patches that
> touch files in that directory. Will continue with the testing process
> here.
Yes Matt & Herbert, care to ack the drivers/char/hw_random related changes?
This series will conflict with the planned ARM common zImage changes
that we have planned so I'd like to merge them via the ARM soc tree.
Regards,
Tony
> - Paul
>
> ---
>
> Paul Walmsley (5):
> ARM: OMAP2/3: hwmod: add RNG integration data
> hwrng: OMAP: store per-device data in per-device variables, not file statics
> hwrng: OMAP: convert to use runtime PM
> ARM: OMAP: split OMAP1, OMAP2+ RNG device registration
> hwrng: OMAP: remove SoC restrictions from driver registration
>
>
> arch/arm/mach-omap1/devices.c | 28 +++++
> arch/arm/mach-omap2/devices.c | 18 +++
> arch/arm/mach-omap2/omap_hwmod_2420_data.c | 1
> arch/arm/mach-omap2/omap_hwmod_2430_data.c | 1
> .../mach-omap2/omap_hwmod_2xxx_interconnect_data.c | 17 +++
> arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 37 ++++++
> arch/arm/mach-omap2/omap_hwmod_common_data.h | 5 -
> arch/arm/plat-omap/Makefile | 3
> arch/arm/plat-omap/devices.c | 92 ---------------
> drivers/char/hw_random/omap-rng.c | 121 ++++++++++++--------
> 10 files changed, 176 insertions(+), 147 deletions(-)
> delete mode 100644 arch/arm/plat-omap/devices.c
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2012-08-30 20:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-27 23:36 [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM Paul Walmsley
2012-08-27 23:36 ` [PATCH 1/5] ARM: OMAP2/3: hwmod: add RNG integration data Paul Walmsley
2012-09-19 1:13 ` Paul Walmsley
2012-09-19 3:52 ` Paul Walmsley
2012-08-27 23:36 ` [PATCH 2/5] hwrng: OMAP: store per-device data in per-device variables, not file statics Paul Walmsley
2012-08-27 23:36 ` [PATCH 3/5] hwrng: OMAP: convert to use runtime PM Paul Walmsley
2012-08-27 23:36 ` [PATCH 4/5] ARM: OMAP: split OMAP1, OMAP2+ RNG device registration Paul Walmsley
2012-08-27 23:36 ` [PATCH 5/5] hwrng: OMAP: remove SoC restrictions from driver registration Paul Walmsley
2012-08-30 20:27 ` Tony Lindgren [this message]
2012-08-30 20:29 ` [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM Herbert Xu
2012-08-30 20:57 ` Paul Walmsley
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=20120830202708.GZ1303@atomide.com \
--to=tony@atomide.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=mpm@selenic.com \
--cc=paul@pwsan.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;
as well as URLs for NNTP newsgroup(s).