Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver
@ 2016-08-26 11:11 LABBE Corentin
  2016-08-26 11:11 ` [PATCH v3 1/8] hwrng: amd: Fix style problem with blank line LABBE Corentin
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: LABBE Corentin @ 2016-08-26 11:11 UTC (permalink / raw)
  To: mpm, herbert, linux-crypto; +Cc: linux-kernel, LABBE Corentin

Changes since v2:
 - split the latest patch in 4
Changes since v1:
 - Keep the hwrng name as "amd"

LABBE Corentin (8):
  hwrng: amd: Fix style problem with blank line
  hwrng: amd: use the BIT macro
  hwrng: amd: Be consitent with the driver name
  hwrng: amd: Remove asm/io.h
  hwrng: amd: release_region must be called after hwrng_unregister
  hwrng: amd: Replace global variable with private struct
  hwrng: amd: Access hardware via ioread32/iowrite32
  hwrng: amd: Convert to new hwrng read() API

 drivers/char/hw_random/amd-rng.c | 150 +++++++++++++++++++++++++--------------
 1 file changed, 96 insertions(+), 54 deletions(-)

-- 
2.7.3

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

end of thread, other threads:[~2016-08-31 15:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26 11:11 [PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 1/8] hwrng: amd: Fix style problem with blank line LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 2/8] hwrng: amd: use the BIT macro LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 3/8] hwrng: amd: Be consitent with the driver name LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 4/8] hwrng: amd: Remove asm/io.h LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 5/8] hwrng: amd: release_region must be called after hwrng_unregister LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 6/8] hwrng: amd: Replace global variable with private struct LABBE Corentin
2016-08-27 14:43   ` Jason Cooper
2016-08-27 15:36     ` Jason Cooper
2016-08-26 11:11 ` [PATCH v3 7/8] hwrng: amd: Access hardware via ioread32/iowrite32 LABBE Corentin
2016-08-26 11:11 ` [PATCH v3 8/8] hwrng: amd: Convert to new hwrng read() API LABBE Corentin
2016-08-27 14:49 ` [PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver Jason Cooper
2016-08-31 15:18 ` Herbert Xu

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