public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwrng: mxc-rnga - add driver support on boards with device tree
@ 2018-03-05 22:20 Vladimir Zapolskiy
  2018-03-05 22:20 ` [PATCH v2 1/2] dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatibles Vladimir Zapolskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vladimir Zapolskiy @ 2018-03-05 22:20 UTC (permalink / raw)
  To: Herbert Xu, Matt Mackall, Rob Herring
  Cc: Arnd Bergmann, Greg Kroah-Hartman, devicetree, linux-crypto

The series is a trivial change to extend Freescale i.MX31 RNGA
driver to work on boards with device description taken from device
tree blob. The change was tested on a legacy LogicPD MX31Lite board.

Vladimir Zapolskiy (2):
  dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatibles
  hwrng: mxc-rnga - add driver support on boards with device tree

Changes from v1 to v2:
* a kernel for iMX boards is always built with multiplatform support,
  thus CONFIG_OF guards were removed, thanks to Kim Phillips for review,
* added i.MX21 RNGA compatible, i.MX31 RNGA is backward compatible to it,
* though the list of documented compatibles is extended, I dare to add
  Rob's Reviewed-by tag casted for v1.

 .../bindings/rng/{imx-rngc.txt => imx-rng.txt}     | 11 +++++------
 drivers/char/hw_random/mxc-rnga.c                  | 23 +++++++++++++---------
 2 files changed, 19 insertions(+), 15 deletions(-)
 rename Documentation/devicetree/bindings/rng/{imx-rngc.txt => imx-rng.txt} (54%)

-- 
2.10.2

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

end of thread, other threads:[~2018-03-16 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 22:20 [PATCH v2 0/2] hwrng: mxc-rnga - add driver support on boards with device tree Vladimir Zapolskiy
2018-03-05 22:20 ` [PATCH v2 1/2] dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatibles Vladimir Zapolskiy
2018-03-05 23:53   ` Fabio Estevam
2018-03-05 22:21 ` [PATCH v2 2/2] hwrng: mxc-rnga - add driver support on boards with device tree Vladimir Zapolskiy
2018-03-05 22:24   ` Fabio Estevam
2018-03-05 23:44     ` Vladimir Zapolskiy
2018-03-05 23:58       ` Fabio Estevam
2018-03-05 23:54   ` Fabio Estevam
2018-03-07 16:13   ` Kim Phillips
2018-03-16 15:54 ` [PATCH v2 0/2] " Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox