All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Linux-OMAP <linux-omap@vger.kernel.org>,
	ext Tony Lindgren <tony@atomide.com>,
	 Aaro Koskinen <aaro.koskinen@iki.fi>
Subject: [GIT PULL] OMAP GPIO numbers cleanup
Date: Wed, 24 May 2023 15:07:03 +0200	[thread overview]
Message-ID: <CACRpkdbtE9yfx9kZqGwsHim91WsxHERecrGwjnr6TQpCUMsQwg@mail.gmail.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Linux-OMAP <linux-omap@vger.kernel.org>,
	ext Tony Lindgren <tony@atomide.com>,
	 Aaro Koskinen <aaro.koskinen@iki.fi>
Subject: [GIT PULL] OMAP GPIO numbers cleanup
Date: Wed, 24 May 2023 15:07:03 +0200	[thread overview]
Message-ID: <CACRpkdbtE9yfx9kZqGwsHim91WsxHERecrGwjnr6TQpCUMsQwg@mail.gmail.com> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-05-24 13:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 13:07 Linus Walleij [this message]
2023-05-24 13:07 ` [GIT PULL] OMAP GPIO numbers cleanup Linus Walleij
2023-05-26 11:50 ` patchwork-bot+linux-soc

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=CACRpkdbtE9yfx9kZqGwsHim91WsxHERecrGwjnr6TQpCUMsQwg@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=aaro.koskinen@iki.fi \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=tony@atomide.com \
    /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.