Re: [PATCH v6 0/8] Add device STM32L4x5 RCC

2024-03-04 Thread Peter Maydell
On Sun, 3 Mar 2024 at 14:07, Arnaud Minier wrote: > > This patch adds the STM32L4x5 RCC (Reset and Clock Control) device and is part > of a series implementing the STM32L4x5 with a few peripherals. > > Due to the high number of lines, I tried to split the patch into several > independent commits.

[PATCH v6 0/8] Add device STM32L4x5 RCC

2024-03-03 Thread Arnaud Minier
This patch adds the STM32L4x5 RCC (Reset and Clock Control) device and is part of a series implementing the STM32L4x5 with a few peripherals. Due to the high number of lines, I tried to split the patch into several independent commits. Each commit compiles on its own but I had to add temporary wo