]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00292341 imx6sl hwrng
authorDan Douglass <dan.douglass@freescale.com>
Thu, 20 Feb 2014 17:25:56 +0000 (11:25 -0600)
committerVictoria Milhoan <vicki.milhoan@freescale.com>
Mon, 9 Feb 2015 03:51:59 +0000 (20:51 -0700)
commit563ccb37969aaf5093747e67159802b1664775f4
treea0c975e865bf614d94c2be3cbe29c4d05f23f4cb
parent93a7adad55f43fc036c38f7f2cd39b2c1285aee3
ENGR00292341 imx6sl hwrng

Add hwrng support for i.MX6SL.

1. Add RNG driver. This driver originated as fsl-rngc.c. It
   has been modified to support device tree. The name has been
   changed since it supports both b and c variants of RNG.
2. Added clock and compatible info to the device tree data.
3. Added the entry in the options in the Kconfig for hwrng.

(cherry picked from commit 1f3f2c0647b7319c4e23293a61512e4191593513)
[<vicki.milhoan@freescale.com>: Edited to apply to 3.14]

Signed-off-by: Dan Douglass <dan.douglass@freescale.com>
Signed-off-by: Victoria Milhoan <vicki.milhoan@freescale.com>
(cherry picked from commit 586166b87eee2e5ec40331032aed8c8eaec884f3)
arch/arm/boot/dts/imx6sl.dtsi
arch/arm/mach-imx/Kconfig
drivers/char/hw_random/Kconfig
drivers/char/hw_random/Makefile
drivers/char/hw_random/imx-rng.c [new file with mode: 0644]