mbox series

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

Message ID 20240829012005.382715-1-bmasney@redhat.com
Headers show
Series crypto: qcom-rng: fix support for ACPI-based systems | expand

Message

Brian Masney Aug. 29, 2024, 1:20 a.m. UTC
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(-)