mbox series

[GIT,PULL] OMAP GPIO numbers cleanup

Message ID CACRpkdbtE9yfx9kZqGwsHim91WsxHERecrGwjnr6TQpCUMsQwg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] OMAP GPIO numbers cleanup | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-omap-descriptors-v6.5

Message

Linus Walleij May 24, 2023, 1:07 p.m. UTC
Hi SoC maintainers,

please pull in this cleanup of the OMAP board files removing all
usage of the global GPIO numberspace.

It's reasonably reviewed and tested, any remaining issues can
be smoked out in-tree.

Required subsystem maintainer ACKs are in place.

Yours,
Linus Walleij

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-omap-descriptors-v6.5

for you to fetch changes up to 8e0285ab95a9baf374f2c13eb152221c8ecb3f28:

  ARM/musb: omap2: Remove global GPIO numbers from TUSB6010
(2023-05-24 15:01:59 +0200)

----------------------------------------------------------------
This removes all usage of global GPIO numbers from
arch/arm/mach-omap[12].

The patches have been reviewed and tested by everyone
who showed interest which was one person that tested
on OSK1 and Nokia 770, and we smoked out the bugs and
also addressed all review comments.

Any remaining problems can certainly be fixed in-tree.

----------------------------------------------------------------
Linus Walleij (13):
      ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1
      ARM: omap1: Drop header on AMS Delta
      ARM: omap1: Remove reliance on GPIO numbers from PalmTE
      ARM: omap1: Remove reliance on GPIO numbers from SX1
      Input: ads7846 - Convert to use software nodes
      ARM/mmc: Convert old mmci-omap to GPIO descriptors
      ARM: omap1: Fix up the Nokia 770 board device IRQs
      ARM: omap1: Make serial wakeup GPIOs use descriptors
      ARM: omap1: Exorcise the legacy GPIO header
      ARM/gpio: Push OMAP2 quirk down into TWL4030 driver
      ARM: omap2: Get USB hub reset GPIO from descriptor
      ARM: omap2: Rewrite WLAN quirk to use GPIO descriptors
      ARM/musb: omap2: Remove global GPIO numbers from TUSB6010

 arch/arm/mach-omap1/board-ams-delta.c   |   1 -
 arch/arm/mach-omap1/board-nokia770.c    | 207 ++++++++++++++++++++------------
 arch/arm/mach-omap1/board-osk.c         | 146 +++++++++++++++-------
 arch/arm/mach-omap1/board-palmte.c      |  51 +++++---
 arch/arm/mach-omap1/board-sx1-mmc.c     |   1 -
 arch/arm/mach-omap1/board-sx1.c         |  40 ++++--
 arch/arm/mach-omap1/devices.c           |   1 -
 arch/arm/mach-omap1/gpio15xx.c          |   1 -
 arch/arm/mach-omap1/gpio16xx.c          |   1 -
 arch/arm/mach-omap1/irq.c               |   1 -
 arch/arm/mach-omap1/serial.c            |  30 ++---
 arch/arm/mach-omap2/board-n8x0.c        | 156 +++++++-----------------
 arch/arm/mach-omap2/omap_device.c       |   1 -
 arch/arm/mach-omap2/pdata-quirks.c      | 132 ++++++++++----------
 arch/arm/mach-omap2/usb-tusb6010.c      |  20 +--
 arch/arm/mach-omap2/usb-tusb6010.h      |  12 ++
 arch/arm/mach-pxa/spitz.c               |  11 +-
 arch/mips/alchemy/devboards/db1000.c    |  11 +-
 drivers/gpio/gpio-twl4030.c             |  52 +++++---
 drivers/input/touchscreen/ads7846.c     | 113 +++++++----------
 drivers/mfd/tps65010.c                  |  14 +--
 drivers/mmc/host/omap.c                 |  46 ++++++-
 drivers/usb/musb/musb_core.c            |   1 -
 drivers/usb/musb/musb_core.h            |   2 -
 drivers/usb/musb/tusb6010.c             |  53 +++++---
 drivers/video/fbdev/omap/lcd_mipid.c    |  10 ++
 include/linux/mfd/tps65010.h            |  11 +-
 include/linux/mfd/twl.h                 |   3 -
 include/linux/platform_data/lcd-mipid.h |   2 -
 include/linux/platform_data/mmc-omap.h  |   2 -
 include/linux/spi/ads7846.h             |   2 -
 include/linux/usb/musb.h                |  13 --
 32 files changed, 636 insertions(+), 511 deletions(-)
 create mode 100644 arch/arm/mach-omap2/usb-tusb6010.h