Hi,
On 6/17/22 17:36, Etienne Carriere wrote:
Changes optee_rng driver to register itself has a OP-TEE service so
that a device is bound for the driver when OP-TEE enumerates the
PTA RNG service.
Cc: Sughosh Ganu <sughosh.g...@linaro.org>
Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
Signed-off-by: Etienne Carriere <etienne.carri...@linaro.org>
---
Changes since v3:
- Unconditionally register driver with OPTEE_SERVICE_DRIVER() since the
macro is now stubbed when CONFIG_OPTEE_SERVICE_DISCOVERY is disable.
No change since v2.
No change since v1.
---
drivers/rng/Kconfig | 1 +
drivers/rng/optee_rng.c | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com>
Thanks
Patrick