]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
rng: stm32: rename STM32 RNG driver
authorGatien Chevallier <gatien.chevallier@foss.st.com>
Tue, 19 Sep 2023 15:27:53 +0000 (17:27 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 4 Oct 2023 11:26:02 +0000 (13:26 +0200)
commit77e0c6087923574579abe1a04538bb4982e33d55
tree1ca3529caca577fc7fd93a41929d6ebda907e04c
parent388f872691f6d3055b472cf71b73628da3303b77
rng: stm32: rename STM32 RNG driver

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@foss.st.com>
Reviewed-by: Grzegorz Szymaszek <gszymaszek@short.pl>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
MAINTAINERS
configs/stm32mp15_basic_defconfig
configs/stm32mp15_defconfig
configs/stm32mp15_trusted_defconfig
drivers/rng/Kconfig
drivers/rng/Makefile
drivers/rng/stm32_rng.c [moved from drivers/rng/stm32mp1_rng.c with 100% similarity]