Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/4] hwrng: omap - fixes and improvements
@ 2017-03-07 14:14 Thomas Petazzoni
  2017-03-07 14:14 ` [PATCH 1/4] hwrng: omap - write registers after enabling the clock Thomas Petazzoni
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2017-03-07 14:14 UTC (permalink / raw)
  To: Deepak Saxena, Matt Mackall, Herbert Xu
  Cc: linux-crypto, romain.perier, Jason Cooper, Andrew Lunn,
	Sebastian Hesselbarth, Gregory Clement, Nadav Haklai, Hanna Hawa,
	Yehuda Yitschak, Thomas Petazzoni

Hello,

This small patch series brings a few fixes and improvements to the
omap_rng driver. The first fix is particularly important, as it fixes
using the driver built as a module on SoCs that require a clock for
the IP to work properly.

Thanks,

Thomas

Thomas Petazzoni (4):
  hwrng: omap - write registers after enabling the clock
  hwrng: omap - use devm_clk_get() instead of of_clk_get()
  hwrng: omap - Do not access INTMASK_REG on EIP76
  hwrng: omap - move clock related code to omap_rng_probe()

 drivers/char/hw_random/omap-rng.c | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-03-16 10:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07 14:14 [PATCH 0/4] hwrng: omap - fixes and improvements Thomas Petazzoni
2017-03-07 14:14 ` [PATCH 1/4] hwrng: omap - write registers after enabling the clock Thomas Petazzoni
2017-03-07 14:14 ` [PATCH 2/4] hwrng: omap - use devm_clk_get() instead of of_clk_get() Thomas Petazzoni
2017-03-07 14:14 ` [PATCH 3/4] hwrng: omap - Do not access INTMASK_REG on EIP76 Thomas Petazzoni
2017-03-07 14:14 ` [PATCH 4/4] hwrng: omap - move clock related code to omap_rng_probe() Thomas Petazzoni
2017-03-07 15:14 ` [PATCH 0/4] hwrng: omap - fixes and improvements Jason Cooper
2017-03-08  8:37 ` Romain Perier
2017-03-16 10:08 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox