Re: [PATCH v6 0/3] Add device STM32L4x5 GPIO

2024-03-05 Thread Inès Varhol
Le 5 Mar 24, à 17:10, peter maydell peter.mayd...@linaro.org a écrit : > On Sat, 24 Feb 2024 at 10:54, Inès Varhol > wrote: >> >> This patch adds a new device STM32L4x5 GPIO device and is part >> of a series implementing the STM32L4x5 with a few peripherals. > > Hi -- I think this patchset is

Re: [PATCH v6 0/3] Add device STM32L4x5 GPIO

2024-03-05 Thread Peter Maydell
On Sat, 24 Feb 2024 at 10:54, Inès Varhol wrote: > > This patch adds a new device STM32L4x5 GPIO device and is part > of a series implementing the STM32L4x5 with a few peripherals. Hi -- I think this patchset is basically good to go, but it didn't quite apply cleanly on top of the RCC v6

[PATCH v6 0/3] Add device STM32L4x5 GPIO

2024-02-24 Thread Inès Varhol
This patch adds a new device STM32L4x5 GPIO device and is part of a series implementing the STM32L4x5 with a few peripherals. Changes from v5 : - remove duplicate macro constant `GPIO_NUM_PINS` from syscfg.h (it's defined in gpio.h) - moving definition of constant `NUM_GPIOS` from syscfg.h to