Re: [PATCH v2 5/5] hwrng: imx-rngc: enable driver for i.MX6

2020-07-02 Thread Marco Felsch
On 20-06-21 17:56, Horia Geantă wrote: > i.MX6 SL, SLL, ULL, ULZ SoCs have an RNGB block. > > Since imx-rngc driver supports also rngb, > let's enable it for these SoCs too. > > Signed-off-by: Horia Geantă > --- Reviewed-by: Marco Felsch

Re: [PATCH v2 5/5] hwrng: imx-rngc: enable driver for i.MX6

2020-06-21 Thread Martin Kaiser
Thus wrote Horia Geantă (horia.gea...@nxp.com): > i.MX6 SL, SLL, ULL, ULZ SoCs have an RNGB block. > Since imx-rngc driver supports also rngb, > let's enable it for these SoCs too. > Signed-off-by: Horia Geantă > --- > drivers/char/hw_random/Kconfig| 2 +- > drivers/char/hw_random/imx-rngc

[PATCH v2 5/5] hwrng: imx-rngc: enable driver for i.MX6

2020-06-21 Thread Horia Geantă
i.MX6 SL, SLL, ULL, ULZ SoCs have an RNGB block. Since imx-rngc driver supports also rngb, let's enable it for these SoCs too. Signed-off-by: Horia Geantă --- drivers/char/hw_random/Kconfig| 2 +- drivers/char/hw_random/imx-rngc.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) di