Re: [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM

2012-08-30 Thread Tony Lindgren
* Paul Walmsley p...@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 majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM

2012-08-30 Thread Herbert Xu
On Thu, Aug 30, 2012 at 01:27:08PM -0700, Tony Lindgren wrote:
 * Paul Walmsley p...@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?

Acked-by: Herbert Xu herb...@gondor.apana.org.au

 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.

Thanks,
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] hwrng/ARM: OMAP: convert to use runtime PM

2012-08-30 Thread Paul Walmsley
On Thu, 30 Aug 2012, Herbert Xu wrote:

 Acked-by: Herbert Xu herb...@gondor.apana.org.au

Great, thanks Herbert.

At some point in the next month or so, there should be similar series for 
the OMAP crypto IP blocks too, which will need some acks - just as a 
heads-up.


- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html