Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470665

[PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver

From LABBE Corentin <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver
Date 2016-08-26 13:20 +0200
Message-ID <sankZ-6dQ-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-26 13:20 +0200
  [PATCH v3 8/8] hwrng: amd: Convert to new hwrng read() API LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-26 13:20 +0200
  [PATCH v3 5/8] hwrng: amd: release_region must be called after hwrng_unregister LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-26 13:20 +0200
  [PATCH v3 6/8] hwrng: amd: Replace global variable with private struct LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-26 13:20 +0200
    Re: [PATCH v3 6/8] hwrng: amd: Replace global variable with private  struct Jason Cooper <jason@lakedaemon.net> - 2016-08-27 16:50 +0200
      Re: [PATCH v3 6/8] hwrng: amd: Replace global variable with private  struct Jason Cooper <jason@lakedaemon.net> - 2016-08-27 17:40 +0200
  Re: [PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver Jason Cooper <jason@lakedaemon.net> - 2016-08-27 17:00 +0200
  Re: [PATCH v3 0/8] hwrng: amd: rework of the amd hwrng driver Herbert Xu <herbert@gondor.apana.org.au> - 2016-08-31 17:20 +0200

csiph-web