mbox series

[GIT,PULL] GPIO regression fixes for n8x0

Message ID pull-1712135932-125424@atomide.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] GPIO regression fixes for n8x0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.9/n8x0-fixes-signed

Message

Tony Lindgren April 3, 2024, 9:22 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.9/n8x0-fixes-signed

for you to fetch changes up to 4421405e3634a3189b541cf1e34598e44260720d:

  ARM: OMAP2+: fix USB regression on Nokia N8x0 (2024-03-08 11:02:38 +0200)

Sorry this got delayed a bit as I had some SSD issue, please feel free
to merge whenever suitable.

----------------------------------------------------------------
GPIO regression fixes for n8x0

A series of fixes for n8x0 GPIO regressions caused by the changes to use
GPIO descriptors.

----------------------------------------------------------------
Aaro Koskinen (6):
      ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0
      ARM: OMAP2+: fix N810 MMC gpiod table
      mmc: omap: fix broken slot switch lookup
      mmc: omap: fix deferred probe
      mmc: omap: restore original power up/down steps
      ARM: OMAP2+: fix USB regression on Nokia N8x0

 arch/arm/mach-omap2/board-n8x0.c | 23 +++++++++----------
 drivers/mmc/host/omap.c          | 48 ++++++++++++++++++++++++++--------------
 2 files changed, 41 insertions(+), 30 deletions(-)