All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Holland <samuel@sholland.org>
To: u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
	Andre Przywara <andre.przywara@arm.com>
Cc: Samuel Holland <samuel@sholland.org>
Subject: [PATCH 0/3] sunxi: Cleanup to prepare for DM_GPIO/DM_PINCTRL
Date: Sat, 11 Sep 2021 16:50:46 -0500	[thread overview]
Message-ID: <20210911215049.5840-1-samuel@sholland.org> (raw)

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


             reply	other threads:[~2021-09-11 21:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-11 21:50 Samuel Holland [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210911215049.5840-1-samuel@sholland.org \
    --to=samuel@sholland.org \
    --cc=andre.przywara@arm.com \
    --cc=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.