This is the v2 patch series that adds support for random number generator present in Ingenic JZ4780 SoC. Patch 1: Add device tree bindings for RNG in JZ4780 SoC. Patch 2: Add Ingenic JZ4780 hardware RNG driver. Patch 3: Add RNG to jz4780.dtsi. Patch 4: Enable RNG in ci20_defconfig PrasannaKumar Muralidharan (4): hw_random: jz4780-rng: Add devicetree bindings for RNG in JZ4780 SoC hw_random: jz4780-rng: Add Ingenic JZ4780 hardware RNG driver hw_random: jz4780-rng: Add RNG node to jz4780.dtsi hw_random: jz4780-rng: Enable hardware RNG in CI20 defconfig Documentation/devicetree/bindings/rng/ingenic,jz4780-rng.txt | 12 + MAINTAINERS | 5 arch/mips/boot/dts/ingenic/jz4780.dtsi | 7 arch/mips/configs/ci20_defconfig | 4 drivers/char/hw_random/Kconfig | 14 + drivers/char/hw_random/Makefile | 1 drivers/char/hw_random/jz4780-rng.c | 102 +++++++++++ 7 files changed, 143 insertions(+), 2 deletions(-)