soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] OMAP GPIO numbers cleanup
@ 2023-05-24 13:07 Linus Walleij
  2023-05-26 11:50 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2023-05-24 13:07 UTC (permalink / raw)
  To: SoC Team, arm-soc; +Cc: Linux ARM, Linux-OMAP, ext Tony Lindgren, Aaro Koskinen

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

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

* Re: [GIT PULL] OMAP GPIO numbers cleanup
  2023-05-24 13:07 [GIT PULL] OMAP GPIO numbers cleanup Linus Walleij
@ 2023-05-26 11:50 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2023-05-26 11:50 UTC (permalink / raw)
  To: Linus Walleij; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 24 May 2023 15:07:03 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OMAP GPIO numbers cleanup
    https://git.kernel.org/soc/soc/c/5fa035bb7156

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-05-26 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 13:07 [GIT PULL] OMAP GPIO numbers cleanup Linus Walleij
2023-05-26 11:50 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).