Re: [PATCH 1/4] STM32F4: new RCC device

2024-10-04 Thread Peter Maydell
On Fri, 27 Sept 2024 at 16:08, Román Cárdenas Rodríguez wrote: > > Generic RCC class for STM32 devices. It can be used for most of STM32 chips. > Note that it only implements enable and reset capabilities. > > Signed-off-by: Roman Cardenas Rodriguez Patches 1 and 2 looked OK to me, so I've appli

[PATCH 1/4] STM32F4: new RCC device

2024-09-27 Thread Román Cárdenas Rodríguez
Generic RCC class for STM32 devices. It can be used for most of STM32 chips. Note that it only implements enable and reset capabilities. Signed-off-by: Roman Cardenas Rodriguez --- hw/misc/Kconfig | 3 + hw/misc/meson.build | 1 + hw/misc/stm32_rcc.c | 162 +++