Message ID | 20200723062446.84013-1-zhouyanjie@wanyeetech.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for the RNG in Ingenic JZ4780 and X1000. | expand |
On Thu, Jul 23, 2020 at 02:24:44PM +0800, 周琰杰 (Zhou Yanjie) wrote: > v1->v2: > Use "help" instead "---help---" in Kconfig. > > 周琰杰 (Zhou Yanjie) (2): > dt-bindings: RNG: Add Ingenic RNG bindings. > crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000. > > .../devicetree/bindings/rng/ingenic,rng.yaml | 36 +++++ > drivers/char/hw_random/Kconfig | 15 ++ > drivers/char/hw_random/Makefile | 1 + > drivers/char/hw_random/ingenic-rng.c | 154 +++++++++++++++++++++ > 4 files changed, 206 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rng/ingenic,rng.yaml > create mode 100644 drivers/char/hw_random/ingenic-rng.c All applied. Thanks.