mbox series

[0/5] Fix MMC/GPIO regression on Nokia N8x0

Message ID 20240223181439.1099750-1-aaro.koskinen@iki.fi
Headers show
Series Fix MMC/GPIO regression on Nokia N8x0 | expand

Message

Aaro Koskinen Feb. 23, 2024, 6:14 p.m. UTC
Hi,

Nokia N8x0 MMC has been pretty much broken starting from v6.3. These
patches restore the functionality. Tested on N810 with eMMC and external
miniSD card, and on N800 with SD card in the inner slot.

A.

Aaro Koskinen (5):
  ARM: OMAP: fix bogus MMC GPIO labels on Nokia N8x0
  ARM: OMAP: 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

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

Comments

Ulf Hansson Feb. 29, 2024, 3:06 p.m. UTC | #1
On Fri, 23 Feb 2024 at 19:15, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
>
> Hi,
>
> Nokia N8x0 MMC has been pretty much broken starting from v6.3. These
> patches restore the functionality. Tested on N810 with eMMC and external
> miniSD card, and on N800 with SD card in the inner slot.
>
> A.
>
> Aaro Koskinen (5):
>   ARM: OMAP: fix bogus MMC GPIO labels on Nokia N8x0
>   ARM: OMAP: 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
>
>  arch/arm/mach-omap2/board-n8x0.c | 17 ++++++-----
>  drivers/mmc/host/omap.c          | 48 +++++++++++++++++++++-----------
>  2 files changed, 39 insertions(+), 26 deletions(-)
>

Acked-by: Ulf Hansson <ulf.hansson@linaro.org>

Nitpick: Tony, while applying I think it would be nice to change the
prefixes of the commit message headers for the mmc patches to "mmc:
omap:".

Kind regards
Uffe