Re: [PATCH v2] hw_random: Add Broadcom BCM2835 RNG driver

2013-03-26 Thread Stephen Warren
On 03/24/2013 08:39 AM, Lubomir Rintel wrote: > This adds a driver for random number generator present on Broadcom BCM2835 > SoC, > used in Raspberry Pi and Roku 2 devices. This, coupled with the other two patches, Tested-by: Stephen Warren -- To unsubscribe from this list: send the line

Re: [PATCH v2] hw_random: Add Broadcom BCM2835 RNG driver

2013-03-26 Thread Stephen Warren
On 03/24/2013 08:39 AM, Lubomir Rintel wrote: > This adds a driver for random number generator present on Broadcom BCM2835 > SoC, > used in Raspberry Pi and Roku 2 devices. I think this looks OK from a quick glance aside from the authorship issue. This email wasn't Cd'd to Herbert Xu, who is

Re: [PATCH v2] hw_random: Add Broadcom BCM2835 RNG driver

2013-03-26 Thread Stephen Warren
On 03/24/2013 08:39 AM, Lubomir Rintel wrote: This adds a driver for random number generator present on Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices. I think this looks OK from a quick glance aside from the authorship issue. This email wasn't Cd'd to Herbert Xu, who is

Re: [PATCH v2] hw_random: Add Broadcom BCM2835 RNG driver

2013-03-26 Thread Stephen Warren
On 03/24/2013 08:39 AM, Lubomir Rintel wrote: This adds a driver for random number generator present on Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices. This, coupled with the other two patches, Tested-by: Stephen Warren swar...@wwwdotorg.org -- To unsubscribe from this list:

[PATCH v2] hw_random: Add Broadcom BCM2835 RNG driver

2013-03-24 Thread Lubomir Rintel
This adds a driver for random number generator present on Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices. Signed-off-by: Lubomir Rintel Cc: Stephen Warren Cc: Matt Mackall Cc: linux-rpi-ker...@lists.infradead.org --- Changes for v2: - Device tree and defconfig changes split

[PATCH v2] hw_random: Add Broadcom BCM2835 RNG driver

2013-03-24 Thread Lubomir Rintel
This adds a driver for random number generator present on Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices. Signed-off-by: Lubomir Rintel lkund...@v3.sk Cc: Stephen Warren swar...@wwwdotorg.org Cc: Matt Mackall m...@selenic.com Cc: linux-rpi-ker...@lists.infradead.org --- Changes for