[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200618075628.GB10091@gondor.apana.org.au>
Date: Thu, 18 Jun 2020 17:56:28 +1000
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Olivier Sobrie <olivier.sobrie@...exinsight.com>
Cc: Matt Mackall <mpm@...enic.com>, Rob Herring <robh+dt@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-crypto@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Waleed Ziad <waleed94ziad@...il.com>,
sebastien.rabou@...exinsight.com
Subject: Re: [PATCH v2 0/2] hwrng: add support for Silex Insight BA431
On Mon, Jun 01, 2020 at 04:27:38PM +0200, Olivier Sobrie wrote:
> Hello all,
>
> This set of patches aims at introducing a linux hwrng driver for the
> Silex Insight BA431 IP which is available for various FPGA.
> This hardware is for instance present in Silex Insight Viper OEM boards.
>
> The first patch documents the device tree bindings.
> The second one contains the BA431 hwrng driver.
>
> Olivier Sobrie (2):
> dt-bindings: rng: document Silex Insight BA431 hwrng
> hwrng: ba431-rng: add support for BA431 hwrng
>
> .../bindings/rng/silex-insight,ba431-rng.yaml | 36 +++
> drivers/char/hw_random/Kconfig | 12 +
> drivers/char/hw_random/Makefile | 1 +
> drivers/char/hw_random/ba431-rng.c | 234 ++++++++++++++++++
> 4 files changed, 283 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/rng/silex-insight,ba431-rng.yaml
> create mode 100644 drivers/char/hw_random/ba431-rng.c
>
> Changes in v2:
> - Dropped the first patch that has been applied by Rob.
> - Added Rob's review tag in the first patch.
> - Fixed copyright header.
> - Added missing endpoint and "If unsure, say Y" in the Kconfig like it is
> done for the other rng drivers.
> - Replaced the udelay() loop by readx_poll_timeout() in the driver.
> - Added Arnd's ack in the second patch.
All applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists