mbox series

[0/2] drivers/rng: add Amlogic hardware RNG driver

Message ID 20200304011738.33763-1-xypron.glpk@gmx.de
Headers show
Series drivers/rng: add Amlogic hardware RNG driver | expand

Message

Heinrich Schuchardt March 4, 2020, 1:17 a.m. UTC
The first patch simplifies the Kconfig for hardware RNG drivers and enables
the Sandbox RNG driver for all Sandbox instances.

The second introduces a hardware random number generator driver for Amlogic
SOCs. This second patch had been sent before but the preceding patch was
missing.

Heinrich Schuchardt (2):
  drivers/rng: simplify Kconfig
  drivers/rng: add Amlogic hardware RNG driver

 configs/sandbox64_defconfig |   1 -
 configs/sandbox_defconfig   |   1 -
 drivers/rng/Kconfig         |  17 ++++-
 drivers/rng/Makefile        |   1 +
 drivers/rng/meson-rng.c     | 120 ++++++++++++++++++++++++++++++++++++
 5 files changed, 136 insertions(+), 4 deletions(-)
 create mode 100644 drivers/rng/meson-rng.c

--
2.25.1

Comments

Neil Armstrong March 27, 2020, 1:30 p.m. UTC | #1
On 04/03/2020 02:17, Heinrich Schuchardt wrote:
> The first patch simplifies the Kconfig for hardware RNG drivers and enables
> the Sandbox RNG driver for all Sandbox instances.
> 
> The second introduces a hardware random number generator driver for Amlogic
> SOCs. This second patch had been sent before but the preceding patch was
> missing.
> 
> Heinrich Schuchardt (2):
>   drivers/rng: simplify Kconfig
>   drivers/rng: add Amlogic hardware RNG driver
> 
>  configs/sandbox64_defconfig |   1 -
>  configs/sandbox_defconfig   |   1 -
>  drivers/rng/Kconfig         |  17 ++++-
>  drivers/rng/Makefile        |   1 +
>  drivers/rng/meson-rng.c     | 120 ++++++++++++++++++++++++++++++++++++
>  5 files changed, 136 insertions(+), 4 deletions(-)
>  create mode 100644 drivers/rng/meson-rng.c
> 
> --
> 2.25.1
> 

Hi Sughosh,

Should I take this serie in my tree ?

Neil
Heinrich Schuchardt March 27, 2020, 3:22 p.m. UTC | #2
On 3/27/20 2:30 PM, Neil Armstrong wrote:
> On 04/03/2020 02:17, Heinrich Schuchardt wrote:
>> The first patch simplifies the Kconfig for hardware RNG drivers and enables
>> the Sandbox RNG driver for all Sandbox instances.
>>
>> The second introduces a hardware random number generator driver for Amlogic
>> SOCs. This second patch had been sent before but the preceding patch was
>> missing.
>>
>> Heinrich Schuchardt (2):
>>    drivers/rng: simplify Kconfig
>>    drivers/rng: add Amlogic hardware RNG driver
>>
>>   configs/sandbox64_defconfig |   1 -
>>   configs/sandbox_defconfig   |   1 -
>>   drivers/rng/Kconfig         |  17 ++++-
>>   drivers/rng/Makefile        |   1 +
>>   drivers/rng/meson-rng.c     | 120 ++++++++++++++++++++++++++++++++++++
>>   5 files changed, 136 insertions(+), 4 deletions(-)
>>   create mode 100644 drivers/rng/meson-rng.c
>>
>> --
>> 2.25.1
>>
>
> Hi Sughosh,
>
> Should I take this series in my tree ?
>
> Neil
>

Hello Neil,

the two patches have been merged with bc40eb278b0c14b99055 with the
efi-2020-04-rc4-3 pull request.

Best regards

Heinrich