All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] sunxi: Cleanup to prepare for DM_GPIO/DM_PINCTRL
@ 2021-09-11 21:50 Samuel Holland
  2021-09-11 21:50 ` [PATCH 1/3] sunxi: Clean up inclusions of asm/arch/gpio.h Samuel Holland
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Samuel Holland @ 2021-09-11 21:50 UTC (permalink / raw)
  To: u-boot, Jagan Teki, Andre Przywara; +Cc: Samuel Holland

I have a patch series in progresss to migrate sunxi to a DM_PINCTRL
driver and convert the remaining legacy GPIO users (outside of SPL).

This is one of several small independent sets of preparatory patches
I will be sending in order to minimize the size of the main series
(which has >100 patches at this point).


Samuel Holland (3):
  sunxi: Clean up inclusions of asm/arch/gpio.h
  sunxi: gpio: Remove name_to_gpio macro
  sunxi: gpio: Remove bank-specific size macros

 arch/arm/include/asm/arch-sunxi/gpio.h | 15 ++-------------
 arch/arm/mach-sunxi/board.c            |  1 -
 arch/arm/mach-sunxi/clock.c            |  1 -
 arch/arm/mach-sunxi/clock_sun4i.c      |  1 -
 board/sunxi/board.c                    |  1 -
 board/sunxi/gmac.c                     |  1 -
 drivers/gpio/axp_gpio.c                |  1 -
 drivers/gpio/sunxi_gpio.c              |  3 ---
 drivers/mmc/sunxi_mmc.c                |  3 +--
 drivers/net/sun8i_emac.c               |  5 +----
 drivers/power/axp809.c                 |  1 -
 drivers/power/axp818.c                 |  1 -
 drivers/spi/spi-sunxi.c                |  2 +-
 drivers/usb/musb-new/sunxi.c           |  2 --
 drivers/video/Kconfig                  | 10 +++++-----
 drivers/video/hitachi_tx18d42vm_lcd.c  |  6 +++---
 drivers/video/sunxi/sunxi_display.c    | 11 +++++------
 drivers/video/sunxi/sunxi_lcd.c        |  1 -
 18 files changed, 18 insertions(+), 48 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-09-13 23:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11 21:50 [PATCH 0/3] sunxi: Cleanup to prepare for DM_GPIO/DM_PINCTRL Samuel Holland
2021-09-11 21:50 ` [PATCH 1/3] sunxi: Clean up inclusions of asm/arch/gpio.h Samuel Holland
2021-09-13 23:53   ` Andre Przywara
2021-09-11 21:50 ` [PATCH 2/3] sunxi: gpio: Remove name_to_gpio macro Samuel Holland
2021-09-13 23:53   ` Andre Przywara
2021-09-11 21:50 ` [PATCH 3/3] sunxi: gpio: Remove bank-specific size macros Samuel Holland
2021-09-13 23:53   ` Andre Przywara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.