mbox series

[0/2] mmc: tmio: Remove obsolete callbacks

Message ID cover.1718897545.git.geert+renesas@glider.be
Headers show
Series mmc: tmio: Remove obsolete callbacks | expand

Message

Geert Uytterhoeven June 20, 2024, 3:39 p.m. UTC
Hi all,

This patch series removes two unused callbacks from the tmio_mmc_data
structure, and related infrastructure code.
  - The first patch touches only the MFD subsystem.
  - The second patch touches both the MMC and MFD subsystems, and has a
    contextual dependency on the first patch.  If really needed, it can
    be split in an MMC and MFD part, but the MFD part depends on the MMC
    part anyway.

Thanks for your comments!

Geert Uytterhoeven (2):
  mfd: tmio: Remove obsolete .set_clk_div() callback
  mmc: tmio: Remove obsolete .set_pwr() callback()

 drivers/mmc/host/tmio_mmc.h      | 3 ---
 drivers/mmc/host/tmio_mmc_core.c | 8 --------
 include/linux/mfd/tmio.h         | 2 --
 3 files changed, 13 deletions(-)

Comments

Ulf Hansson June 24, 2024, 2:55 p.m. UTC | #1
On Thu, 20 Jun 2024 at 17:39, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
>         Hi all,
>
> This patch series removes two unused callbacks from the tmio_mmc_data
> structure, and related infrastructure code.
>   - The first patch touches only the MFD subsystem.
>   - The second patch touches both the MMC and MFD subsystems, and has a
>     contextual dependency on the first patch.  If really needed, it can
>     be split in an MMC and MFD part, but the MFD part depends on the MMC
>     part anyway.
>
> Thanks for your comments!
>
> Geert Uytterhoeven (2):
>   mfd: tmio: Remove obsolete .set_clk_div() callback
>   mmc: tmio: Remove obsolete .set_pwr() callback()
>
>  drivers/mmc/host/tmio_mmc.h      | 3 ---
>  drivers/mmc/host/tmio_mmc_core.c | 8 --------
>  include/linux/mfd/tmio.h         | 2 --
>  3 files changed, 13 deletions(-)
>
> --

Applied for next, thanks!

Kind regards
Uffe