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
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.
&
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