[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240209015817.14627-8-wsa+renesas@sang-engineering.com>
Date: Fri, 9 Feb 2024 02:58:15 +0100
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
To: linux-renesas-soc@...r.kernel.org
Cc: Lee Jones <lee@...nel.org>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-mmc@...r.kernel.org,
linux-sh@...r.kernel.org
Subject: [PATCH 0/6] mfd: tmio: simplify header and move to platform_data
The MFD parts of the TMIO have been removed by Arnd, so that only the
SD/MMC related functionality is left. Remove the outdated remains in the
public header file and then move it to platform_data as the data is now
specific for the SD/MMC part.
Based on 6.8-rc3, build bot is happy. Branch is here:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/sdhi/tmio-simplification
I'd suggest this goes via the MFD tree, so the series would need acks
from the MMC and SH maintainers. Is that okay with everyone?
All the best!
Wolfram
Wolfram Sang (6):
mfd: tmio: remove obsolete platform_data
mfd: tmio: remove obsolete io accessors
mmc: tmio/sdhi: fix includes
mfd: tmio: update include files
mfd: tmio: sanitize comments
mfd: tmio: move header to platform_data
MAINTAINERS | 2 +-
arch/sh/boards/board-sh7757lcr.c | 2 +-
arch/sh/boards/mach-ap325rxa/setup.c | 2 +-
arch/sh/boards/mach-ecovec24/setup.c | 2 +-
arch/sh/boards/mach-kfr2r09/setup.c | 2 +-
arch/sh/boards/mach-migor/setup.c | 2 +-
arch/sh/boards/mach-se/7724/setup.c | 2 +-
drivers/mmc/host/renesas_sdhi_core.c | 2 +-
drivers/mmc/host/renesas_sdhi_internal_dmac.c | 5 +-
drivers/mmc/host/renesas_sdhi_sys_dmac.c | 5 +-
drivers/mmc/host/tmio_mmc_core.c | 3 +-
drivers/mmc/host/uniphier-sd.c | 2 +-
include/linux/mfd/tmio.h | 133 ------------------
include/linux/platform_data/tmio.h | 64 +++++++++
14 files changed, 81 insertions(+), 147 deletions(-)
delete mode 100644 include/linux/mfd/tmio.h
create mode 100644 include/linux/platform_data/tmio.h
--
2.43.0
Powered by blists - more mailing lists