[PATCH 0/2] crypto: qcom-rng: fix support for ACPI-based systems

Brian Masney posted 2 patches 1 year, 3 months ago
There is a newer version of this series
drivers/crypto/qcom-rng.c | 50 +++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 23 deletions(-)
[PATCH 0/2] crypto: qcom-rng: fix support for ACPI-based systems
Posted by Brian Masney 1 year, 3 months ago
The qcom-rng driver supports both ACPI and device tree based systems.
ACPI support was broken when the hw_random interface support was added.
This small series gets that working again.

This fix was boot tested on a Qualcomm Amberwing server.

Brian Masney (2):
  crypto: qcom-rng: rename *_of_data to *_match_data
  crypto: qcom-rng: fix support for ACPI-based systems

 drivers/crypto/qcom-rng.c | 50 +++++++++++++++++++++------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

-- 
2.46.0
Re: [PATCH 0/2] crypto: qcom-rng: fix support for ACPI-based systems
Posted by Brian Masney 1 year, 3 months ago
On Wed, Aug 28, 2024 at 9:21 PM Brian Masney <bmasney@redhat.com> wrote:
>
> The qcom-rng driver supports both ACPI and device tree based systems.
> ACPI support was broken when the hw_random interface support was added.
> This small series gets that working again.
>
> This fix was boot tested on a Qualcomm Amberwing server.
>
> Brian Masney (2):
>   crypto: qcom-rng: rename *_of_data to *_match_data
>   crypto: qcom-rng: fix support for ACPI-based systems
>
>  drivers/crypto/qcom-rng.c | 50 +++++++++++++++++++++------------------
>  1 file changed, 27 insertions(+), 23 deletions(-)

Ohh I forgot to add this tag to the series:

Reported-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>