RE: [PATCH] arm: stm32: cleanup arch gpio.h

2020-10-21 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 2 octobre 2020 14:09 > > Cosmetic update of gpio.h: > - remove enumerate: stm32_gpio_port, stm32_gpio_pin > because STM32_GPIO_XXX values are unused > - move STM32_GPIOS_PER_BANK in stm32_gpio.c > as its value is IP dependent and not arch depende

Re: [PATCH] arm: stm32: cleanup arch gpio.h

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/2/20 2:08 PM, Patrick Delaunay wrote: > Cosmetic update of gpio.h: > - remove enumerate: stm32_gpio_port, stm32_gpio_pin > because STM32_GPIO_XXX values are unused > - move STM32_GPIOS_PER_BANK in stm32_gpio.c > as its value is IP dependent and not arch dependent > > No functi

[PATCH] arm: stm32: cleanup arch gpio.h

2020-10-02 Thread Patrick Delaunay
Cosmetic update of gpio.h: - remove enumerate: stm32_gpio_port, stm32_gpio_pin because STM32_GPIO_XXX values are unused - move STM32_GPIOS_PER_BANK in stm32_gpio.c as its value is IP dependent and not arch dependent No functional change as number of banks and number of gpio by banks is managed