devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hw_random: Add driver for Ingenic JZ4780 SoC RNG
@ 2016-08-27 18:14 PrasannaKumar Muralidharan
       [not found] ` <1472321697-3094-1-git-send-email-prasannatsmkumar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: PrasannaKumar Muralidharan @ 2016-08-27 18:14 UTC (permalink / raw)
  To: mpm-VDJrAJ4Gl5ZBDgjK7y7TUQ,
	herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	ralf-6z/3iImG2C8G8FEW9MqTrA,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
	harvey.hunt-1AXoQHu6uovQT0dZR+AlfA, prarit-H+wXaHxf7aLQT0dZR+AlfA,
	f.fainelli-Re5JQEeQqe8AvxtiuMwx3w,
	joshua.henderson-UWL1GkI3JZL3oGB3hsPCZA,
	narmstrong-rdvid1DuHRBWk0Htik3J/w,
	linus.walleij-QSEj5FYQhm4dnm+yROfE0A,
	linux-crypto-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-mips-6z/3iImG2C8G8FEW9MqTrA

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(-)

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-09-02 12:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-27 18:14 [PATCH v2 0/4] hw_random: Add driver for Ingenic JZ4780 SoC RNG PrasannaKumar Muralidharan
     [not found] ` <1472321697-3094-1-git-send-email-prasannatsmkumar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-08-27 18:14   ` [PATCH v2 1/4] hw_random: jz4780-rng: Add devicetree bindings for RNG in JZ4780 SoC PrasannaKumar Muralidharan
2016-08-27 18:14   ` [PATCH v2 4/4] hw_random: jz4780-rng: Enable hardware RNG in CI20 defconfig PrasannaKumar Muralidharan
2016-08-27 18:14 ` [PATCH v2 2/4] hw_random: jz4780-rng: Add Ingenic JZ4780 hardware RNG driver PrasannaKumar Muralidharan
2016-08-27 18:14 ` [PATCH v2 3/4] hw_random: jz4780-rng: Add RNG node to jz4780.dtsi PrasannaKumar Muralidharan
     [not found]   ` <1472321697-3094-4-git-send-email-prasannatsmkumar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-08-28 10:33     ` Sergei Shtylyov
2016-08-28 17:59       ` PrasannaKumar Muralidharan
2016-09-02 12:47   ` Paul Burton
     [not found]     ` <4a7fb1cb-e0d4-31b7-7016-35adb63a659d-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2016-09-02 12:57       ` PrasannaKumar Muralidharan

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).