[U-Boot] [PATCH 0/4] STM32 gpio/pinctrl update
Patrice Chotard
patrice.chotard at st.com
Fri Jun 21 13:39:21 UTC 2019
- Rename stm32f7_gpio to stm32_gpio
- Update .bind callback for pinctrl_stm32 driver
- Remove useless "st,stm32-gpio" compatible string in DT
- Remove .ofmatch callback from stm32_gpio driver
Patrice Chotard (4):
gpio: stm32: Rename stm32f7_gpio to stm32_gpio
pinctrl: stm32: update .bind callback
ARM: dts: stm32: Remove useless "st,stm32-gpio" compatible string
gpio: stm32: Remove .ofmatch callback
arch/arm/dts/stm32429i-eval-u-boot.dtsi | 11 -------
arch/arm/dts/stm32f429-disco-u-boot.dtsi | 11 -------
arch/arm/dts/stm32f469-disco-u-boot.dtsi | 11 -------
arch/arm/dts/stm32f7-u-boot.dtsi | 17 ----------
arch/arm/dts/stm32mp157-u-boot.dtsi | 12 -------
drivers/gpio/Kconfig | 4 +--
drivers/gpio/Makefile | 2 +-
drivers/gpio/{stm32f7_gpio.c => stm32_gpio.c} | 6 ----
drivers/pinctrl/pinctrl_stm32.c | 32 ++++++++++++++++++-
9 files changed, 34 insertions(+), 72 deletions(-)
rename drivers/gpio/{stm32f7_gpio.c => stm32_gpio.c} (97%)
--
2.17.1
More information about the U-Boot
mailing list