[PATCH v3 0/2] Add support for Broadcom RNG200

From: Scott Branden
Date: Wed Mar 04 2015 - 15:58:56 EST


This series of patchsets contains the Broadcom Random Number Generator
driver and device tree binding documentation.

Changes from v2:
added usleep_range instead of cpu_relax
add init and cleanup functions following new hwrng model

Changes from v1:
added \n to 2 dev_err messages

Scott Branden (2):
hwrng: iproc-rng200 - Add device tree bindings
hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver

.../bindings/hwrng/brcm,iproc-rng200.txt | 12 +
drivers/char/hw_random/Kconfig | 13 ++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/iproc-rng200.c | 254 +++++++++++++++++++++
4 files changed, 280 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
create mode 100644 drivers/char/hw_random/iproc-rng200.c

--
2.3.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/