Re: [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver

2016-06-14 Thread Herbert Xu
On Mon, Jun 13, 2016 at 03:10:28PM -0700, Kevin Hilman wrote: > Could you take just the driver please? > > Due to lots of other activity in the DT, I'd prefer to send the DT & > bindings though the arm-soc (via the amlogic tree.) OK I will back out these two patches. Cheers, -- Email: Herbert

Re: [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver

2016-06-13 Thread Kevin Hilman
Hi Herbert, Herbert Xu writes: > On Fri, Jun 10, 2016 at 10:21:52AM +0200, Neil Armstrong wrote: >> Add support for the Amlogic Meson SoCs Hardware Random generator as a >> hw_random char driver. >> The generator is a single 32bit wide register. >> Also adds the

Re: [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver

2016-06-13 Thread Herbert Xu
On Fri, Jun 10, 2016 at 10:21:52AM +0200, Neil Armstrong wrote: > Add support for the Amlogic Meson SoCs Hardware Random generator as a > hw_random char driver. > The generator is a single 32bit wide register. > Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings. > > Changes

[PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver

2016-06-10 Thread Neil Armstrong
Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random char driver. The generator is a single 32bit wide register. Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings. Changes since v1 at