[PATCH v2 1/7] rng: stm32: rename STM32 RNG driver
Patrick DELAUNAY
patrick.delaunay at foss.st.com
Mon Sep 18 17:36:57 CEST 2023
Hi,
On 9/11/23 17:37, Gatien Chevallier wrote:
> Rename the RNG driver as it is usable by other STM32 platforms
> than the STM32MP1x ones. Rename CONFIG_RNG_STM32MP1 to
> CONFIG_RNG_STM32
>
> Signed-off-by: Gatien Chevallier <gatien.chevallier at foss.st.com>
> Reviewed-by: Grzegorz Szymaszek <gszymaszek at short.pl>
> ---
>
> Changes in V2:
> - Added ARCH_STM32 in the "depends on" section of the
> RNG_STM32 configuration field.
> - Added Grzegorz's tag and discarded Patrick's and
> Heinrich's as there's a modification
>
> MAINTAINERS | 2 +-
> configs/stm32mp15_basic_defconfig | 2 +-
> configs/stm32mp15_defconfig | 2 +-
> configs/stm32mp15_trusted_defconfig | 2 +-
> drivers/rng/Kconfig | 8 ++++----
> drivers/rng/Makefile | 2 +-
> drivers/rng/{stm32mp1_rng.c => stm32_rng.c} | 0
> 7 files changed, 9 insertions(+), 9 deletions(-)
> rename drivers/rng/{stm32mp1_rng.c => stm32_rng.c} (100%)
>
Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
Thanks
Patrick
More information about the U-Boot
mailing list