Message ID | 20230811-topic-8450_prng-v1-0-01becceeb1ee@linaro.org |
---|---|
Headers | show |
Series | Introduce PRNG on SM8450 | expand |
On Fri, 11 Aug 2023 22:50:55 +0200, Konrad Dybcio wrote: > SM8450's PRNG seems to be the same good ol' IP, except without a core > clock. > > For a lack of a better idea on how to test it, /proc/crypto reports that > the selftest has gone through.. > > > [...] Applied, thanks! [3/3] arm64: dts: qcom: sm8450: Add PRNG commit: 76a6dd7bfcbb91217e4429d73c14ee67b441137d Best regards,
On Fri, Aug 11, 2023 at 10:50:55PM +0200, Konrad Dybcio wrote: > SM8450's PRNG seems to be the same good ol' IP, except without a core > clock. > > For a lack of a better idea on how to test it, /proc/crypto reports that > the selftest has gone through.. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > Konrad Dybcio (3): > dt-bindings: crypto: qcom,prng: Add SM8450 > crypto: qcom-rng: Make the core clock optional regardless of ACPI presence > arm64: dts: qcom: sm8450: Add PRNG > > .../devicetree/bindings/crypto/qcom,prng.yaml | 24 +++++++++++++++++----- > arch/arm64/boot/dts/qcom/sm8450.dtsi | 5 +++++ > drivers/crypto/qcom-rng.c | 10 +++------ > 3 files changed, 27 insertions(+), 12 deletions(-) > --- > base-commit: 21ef7b1e17d039053edaeaf41142423810572741 > change-id: 20230811-topic-8450_prng-6af00873db4d Patches 1-2 applied. Thanks.
SM8450's PRNG seems to be the same good ol' IP, except without a core clock. For a lack of a better idea on how to test it, /proc/crypto reports that the selftest has gone through.. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (3): dt-bindings: crypto: qcom,prng: Add SM8450 crypto: qcom-rng: Make the core clock optional regardless of ACPI presence arm64: dts: qcom: sm8450: Add PRNG .../devicetree/bindings/crypto/qcom,prng.yaml | 24 +++++++++++++++++----- arch/arm64/boot/dts/qcom/sm8450.dtsi | 5 +++++ drivers/crypto/qcom-rng.c | 10 +++------ 3 files changed, 27 insertions(+), 12 deletions(-) --- base-commit: 21ef7b1e17d039053edaeaf41142423810572741 change-id: 20230811-topic-8450_prng-6af00873db4d Best regards,