linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM
@ 2012-08-27 23:36 Paul Walmsley
  2012-08-27 23:36 ` [PATCH 1/5] ARM: OMAP2/3: hwmod: add RNG integration data Paul Walmsley
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Paul Walmsley @ 2012-08-27 23:36 UTC (permalink / raw)
  To: linux-omap, Herbert Xu, linux-arm-kernel, Matt Mackall

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-09-19  3:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

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).