U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Update STM32 gpio and pinctrl drivers
@ 2018-12-03  9:52 Patrice Chotard
  2018-12-03  9:52 ` [U-Boot] [PATCH 1/5] pinctrl: stm32: Move gpio_dev list filling outside probe() Patrice Chotard
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Patrice Chotard @ 2018-12-03  9:52 UTC (permalink / raw)
  To: u-boot


This series adds:
    - Add gpio holes management in gpio and pinctrl drivers
    - Remove useless CONFIG_CLK flag from gpio driver
    - Move code outside pinctrl probe()

There is a dependency with http://patchwork.ozlabs.org/project/uboot/list/?series=78259
which must be applied first.



Patrice Chotard (5):
  pinctrl: stm32: Move gpio_dev list filling outside probe()
  gpio: stm32f7: Add gpio bank holes management
  gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h
  gpio: stm32f7: Remove CONFIG_CLK flag.
  pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()

 arch/arm/include/asm/arch-stm32/gpio.h    |   5 ++
 arch/arm/mach-stm32mp/include/mach/gpio.h |   6 ++
 drivers/gpio/stm32f7_gpio.c               | 104 ++++++++++++++++++++++++-----
 drivers/pinctrl/pinctrl_stm32.c           | 105 ++++++++++++++++++------------
 4 files changed, 159 insertions(+), 61 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-12-07 20:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03  9:52 [U-Boot] [PATCH 0/5] Update STM32 gpio and pinctrl drivers Patrice Chotard
2018-12-03  9:52 ` [U-Boot] [PATCH 1/5] pinctrl: stm32: Move gpio_dev list filling outside probe() Patrice Chotard
2018-12-07 20:34   ` [U-Boot] [U-Boot, " Tom Rini
2018-12-03  9:52 ` [U-Boot] [PATCH 2/5] gpio: stm32f7: Add gpio bank holes management Patrice Chotard
2018-12-07 20:34   ` [U-Boot] [U-Boot, " Tom Rini
2018-12-03  9:52 ` [U-Boot] [PATCH 3/5] gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h Patrice Chotard
2018-12-07 20:34   ` [U-Boot] [U-Boot, " Tom Rini
2018-12-03  9:52 ` [U-Boot] [PATCH 4/5] gpio: stm32f7: Remove CONFIG_CLK flag Patrice Chotard
2018-12-07 20:34   ` [U-Boot] [U-Boot,4/5] " Tom Rini
2018-12-03  9:52 ` [U-Boot] [PATCH 5/5] pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev() Patrice Chotard
2018-12-07 20:34   ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox