All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Qualcomm's PRNG
@ 2013-10-03 14:52 ` Stanimir Varbanov
  0 siblings, 0 replies; 31+ messages in thread
From: Stanimir Varbanov @ 2013-10-03 14:52 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Matt Mackall, Herbert Xu
  Cc: linux-kernel, Rob Landley, devicetree, linux-doc,
	Greg Kroah-Hartman, linux-arm-msm, Stanimir Varbanov

This patch set adds hardware RNG driver wich is used to control the
Qualcomm's PRNG hardware block.
The first patch document the DT bindings needed to sucessfuly probe
the driver and the second patch adds the driver.

Comments are welecome!

Stanimir Varbanov (2):
  ARM: DT: msm: Add Qualcomm's PRNG driver binding document
  hwrng: msm: Add PRNG support for MSM SoC's

 .../devicetree/bindings/rng/qcom,prng.txt          |  17 ++
 drivers/char/hw_random/Kconfig                     |  12 ++
 drivers/char/hw_random/Makefile                    |   1 +
 drivers/char/hw_random/msm-rng.c                   | 211 +++++++++++++++++++++
 4 files changed, 241 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/qcom,prng.txt
 create mode 100644 drivers/char/hw_random/msm-rng.c

-- 
1.8.3.1


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

end of thread, other threads:[~2013-10-11  7:05 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 14:52 [PATCH 0/2] Add support for Qualcomm's PRNG Stanimir Varbanov
2013-10-03 14:52 ` Stanimir Varbanov
2013-10-03 14:52 ` [PATCH 1/2] ARM: DT: msm: Add Qualcomm's PRNG driver binding document Stanimir Varbanov
2013-10-03 14:52   ` Stanimir Varbanov
2013-10-03 14:52 ` [PATCH 2/2] hwrng: msm: Add PRNG support for MSM SoC's Stanimir Varbanov
2013-10-03 14:52   ` Stanimir Varbanov
2013-10-03 19:25   ` Stephen Boyd
2013-10-03 19:25     ` Stephen Boyd
2013-10-04 16:31     ` Stanimir Varbanov
2013-10-04 16:31       ` Stanimir Varbanov
2013-10-04 16:37       ` Stephen Boyd
2013-10-04 16:37         ` Stephen Boyd
2013-10-09  8:23         ` Stanimir Varbanov
2013-10-09  8:23           ` Stanimir Varbanov
     [not found] ` <1380811955-18085-1-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2013-10-03 16:51   ` [PATCH 0/2] Add support for Qualcomm's PRNG Theodore Ts'o
2013-10-03 16:51     ` Theodore Ts'o
     [not found]     ` <20131003165130.GA11974-AKGzg7BKzIDYtjvyW6yDsg@public.gmane.org>
2013-10-04 16:23       ` Stanimir Varbanov
2013-10-04 16:23         ` Stanimir Varbanov
     [not found]         ` <524EEB96.6040707-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2013-10-04 18:10           ` Theodore Ts'o
2013-10-04 18:10             ` Theodore Ts'o
2013-10-09 14:46             ` Stanimir Varbanov
2013-10-09 15:07               ` H. Peter Anvin
2013-10-09 16:03                 ` Theodore Ts'o
2013-10-09 16:24                   ` H. Peter Anvin
2013-10-10  7:46                     ` rngd (was: [PATCH 0/2] Add support for Qualcomm's PRNG) Clemens Ladisch
2013-10-10 15:08                       ` rngd H. Peter Anvin
2013-10-10 19:48                         ` rngd Theodore Ts'o
2013-10-10 10:41                 ` [PATCH 0/2] Add support for Qualcomm's PRNG Paul Mackerras
2013-10-10 15:08                   ` H. Peter Anvin
2013-10-10 13:47                 ` Stanimir Varbanov
2013-10-11  7:05                   ` Clemens Ladisch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.