From: Paul Walmsley <paul@pwsan.com>
To: linux-omap@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
linux-arm-kernel@lists.infradead.org,
Matt Mackall <mpm@selenic.com>
Subject: [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM
Date: Mon, 27 Aug 2012 17:36:06 -0600 [thread overview]
Message-ID: <20120827232922.15045.56522.stgit@dusk.lan> (raw)
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.
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.
- 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
next reply other threads:[~2012-08-27 23:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-27 23:36 Paul Walmsley [this message]
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 ` [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM Tony Lindgren
2012-08-30 20:29 ` 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=20120827232922.15045.56522.stgit@dusk.lan \
--to=paul@pwsan.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=mpm@selenic.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).