From: Atte Tommiska <atte.tommiska@xiphera.com>
To: Matt Mackall <mpm@selenic.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-crypto@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Atte Tommiska <atte.tommiska@xiphera.com>
Subject: [PATCH v2 0/3] hwrng: add support for Xiphera XIP8001B
Date: Thu, 20 Aug 2020 13:51:19 +0300 [thread overview]
Message-ID: <cover.1597914503.git.atte.tommiska@xiphera.com> (raw)
This patchset introduces a linux driver for Xiphera's XIP8001B IP.
The IP is an FPGA-based TRNG which can be used in various FPGA families.
The IP is in use in multiple customer projects and in Xiphera's own products.
v2: fixed the 'make dt_binding_check' errors in the devicetree schema.
Atte Tommiska (3):
dt-bindings: vendor-prefixes: Add Xiphera vendor prefix
dt-bindings: rng: add bindings for Xiphera XIP8001B hwnrg
hwrng: xiphera-trng: add support for XIP8001B hwrng
.../bindings/rng/xiphera,xip8001b-trng.yaml | 33 ++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/char/hw_random/Kconfig | 10 ++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/xiphera-trng.c | 151 ++++++++++++++++++
5 files changed, 197 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rng/xiphera,xip8001b-trng.yaml
create mode 100644 drivers/char/hw_random/xiphera-trng.c
base-commit: bc752d2f345bf55d71b3422a6a24890ea03168dc
--
2.28.0
next reply other threads:[~2020-08-20 10:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-20 10:51 Atte Tommiska [this message]
2020-08-20 10:51 ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Xiphera vendor prefix Atte Tommiska
2020-08-25 22:31 ` Rob Herring
2020-08-20 10:51 ` [PATCH v2 2/3] dt-bindings: rng: add bindings for Xiphera XIP8001B hwnrg Atte Tommiska
2020-08-25 22:31 ` Rob Herring
2020-08-20 10:51 ` [PATCH v2 3/3] hwrng: xiphera-trng: add support for XIP8001B hwrng Atte Tommiska
2020-08-20 15:03 ` kernel test robot
2020-08-20 15:03 ` [PATCH] hwrng: xiphera-trng: fix platform_no_drv_owner.cocci warnings kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1597914503.git.atte.tommiska@xiphera.com \
--to=atte.tommiska@xiphera.com \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).