[U-Boot] [PATCH 0/5] stm32mp1: activate gpio hog support and add new pinctrl ops

Patrick Delaunay patrick.delaunay at st.com
Wed Oct 23 16:11:58 UTC 2019


Hi,

This serie updates the two pincontrol drivers for stm32mp1
and activates the gpio hog support to prepare the rebase on
the v5.4 linux kernel device tree.

The 2 last commits have dependency with the previous serie
"dm: add support of new binding in gpio and pincontrol"
http://patchwork.ozlabs.org/project/uboot/list/?series=138082

My working branch:
https://github.com/patrickdelaunay/u-boot/tree/dm

CI-Travis build:
https://travis-ci.org/patrickdelaunay/u-boot/builds/601829330

Regards.

Patrick


Patrick Delaunay (5):
  pinctrl: stmfx: add information on pin configuration
  pinctrl: stm32: add information on pin configuration
  stm32mp1: activate CONFIG_GPIO_HOG and update the gpio hog support
  gpio: stm32: add set_config ops
  gpio: stmfx: add set_config ops

 board/st/stm32mp1/stm32mp1.c        |  10 +-
 configs/stm32mp15_basic_defconfig   |   1 +
 configs/stm32mp15_optee_defconfig   |   1 +
 configs/stm32mp15_trusted_defconfig |   1 +
 drivers/gpio/stm32_gpio.c           |  58 ++++++++++++
 drivers/pinctrl/pinctrl-stmfx.c     | 140 ++++++++++++++++++++--------
 drivers/pinctrl/pinctrl_stm32.c     |  27 +++++-
 7 files changed, 190 insertions(+), 48 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list