Re: [PATCH v3 2/2] hwrng: hisi: Add support for Hisilicon SoC RNG

2016-04-11 Thread Mathieu Poirier
return ret; > + } > + > + return 0; > +} > + > +static const struct of_device_id hisi_rng_dt_ids[] = { > + { .compatible = "hisilicon,rng" }, > + { } > +}; > +MODULE_DEVICE_TABLE(of, hisi_rng_dt_ids); > + > +st

Re: [PATCH v2 2/2] hwrng: hisi: Add support for Hisilicon SoC RNG

2016-04-08 Thread Mathieu Poirier
On 7 April 2016 at 20:03, Kefeng Wang wrote: > > > On 2016/4/7 22:55, Mathieu Poirier wrote: >> On 7 April 2016 at 02:23, Kefeng Wang wrote: >>> This adds the Hisilicon Random Number Generator(RNG) support, >>> which is found in Hip04 and Hip05 soc. &

Re: [PATCH v2 2/2] hwrng: hisi: Add support for Hisilicon SoC RNG

2016-04-07 Thread Mathieu Poirier
On 7 April 2016 at 02:23, Kefeng Wang wrote: > This adds the Hisilicon Random Number Generator(RNG) support, > which is found in Hip04 and Hip05 soc. > > Signed-off-by: Kefeng Wang > --- > drivers/char/hw_random/Kconfig| 13 > drivers/char/hw_random/Makefile | 1 + > drivers/char/h