mbox series

[0/2] mmc: remove obsolete drivers

Message ID 20210120142801.334550-1-arnd@kernel.org (mailing list archive)
Headers show
Series mmc: remove obsolete drivers | expand

Message

Arnd Bergmann Jan. 20, 2021, 2:27 p.m. UTC
From: Arnd Bergmann <arnd@arndb.de>

A few Arm platforms are getting removed in v5.12, this removes
the corresponding mmc drivers.

Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/


Arnd Bergmann (2):
  mmc: remove dw_mmc-zx driver
  mmc: remove sirf prima/atlas driver

 .../devicetree/bindings/mmc/sdhci-sirf.txt    |  18 --
 .../devicetree/bindings/mmc/zx-dw-mshc.txt    |  31 ---
 drivers/mmc/host/Kconfig                      |  21 --
 drivers/mmc/host/Makefile                     |   2 -
 drivers/mmc/host/dw_mmc-zx.c                  | 234 -----------------
 drivers/mmc/host/dw_mmc-zx.h                  |  32 ---
 drivers/mmc/host/sdhci-sirf.c                 | 235 ------------------
 7 files changed, 573 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-sirf.txt
 delete mode 100644 Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
 delete mode 100644 drivers/mmc/host/dw_mmc-zx.c
 delete mode 100644 drivers/mmc/host/dw_mmc-zx.h
 delete mode 100644 drivers/mmc/host/sdhci-sirf.c

Comments

Ulf Hansson Jan. 22, 2021, 9:45 a.m. UTC | #1
On Wed, 20 Jan 2021 at 15:28, Arnd Bergmann <arnd@kernel.org> wrote:
>
> From: Arnd Bergmann <arnd@arndb.de>
>
> A few Arm platforms are getting removed in v5.12, this removes
> the corresponding mmc drivers.
>
> Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/
>
>
> Arnd Bergmann (2):
>   mmc: remove dw_mmc-zx driver
>   mmc: remove sirf prima/atlas driver
>
>  .../devicetree/bindings/mmc/sdhci-sirf.txt    |  18 --
>  .../devicetree/bindings/mmc/zx-dw-mshc.txt    |  31 ---
>  drivers/mmc/host/Kconfig                      |  21 --
>  drivers/mmc/host/Makefile                     |   2 -
>  drivers/mmc/host/dw_mmc-zx.c                  | 234 -----------------
>  drivers/mmc/host/dw_mmc-zx.h                  |  32 ---
>  drivers/mmc/host/sdhci-sirf.c                 | 235 ------------------
>  7 files changed, 573 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-sirf.txt
>  delete mode 100644 Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
>  delete mode 100644 drivers/mmc/host/dw_mmc-zx.c
>  delete mode 100644 drivers/mmc/host/dw_mmc-zx.h
>  delete mode 100644 drivers/mmc/host/sdhci-sirf.c

Applied for next, thanks!

Kind regards
Uffe