mbox series

[0/2] Add mmc-support for mt7986

Message ID 20221008165627.114782-1-linux@fw-web.de (mailing list archive)
Headers show
Series Add mmc-support for mt7986 | expand

Message

Frank Wunderlich Oct. 8, 2022, 4:56 p.m. UTC
From: Frank Wunderlich <frank-w@public-files.de>

This small series adds dt-binding and driver change for supporting
mmc-controller of mt7986.

Sam Shih (2):
  dt-bindings: mmc: Add compatible for Mediatek MT7986
  mmc: mediatek: add support for MT7986 SoC

 Documentation/devicetree/bindings/mmc/mtk-sd.yaml |  1 +
 drivers/mmc/host/mtk-sd.c                         | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

Comments

Ulf Hansson Oct. 17, 2022, 11:32 a.m. UTC | #1
On Sat, 8 Oct 2022 at 18:56, Frank Wunderlich <linux@fw-web.de> wrote:
>
> From: Frank Wunderlich <frank-w@public-files.de>
>
> This small series adds dt-binding and driver change for supporting
> mmc-controller of mt7986.
>
> Sam Shih (2):
>   dt-bindings: mmc: Add compatible for Mediatek MT7986
>   mmc: mediatek: add support for MT7986 SoC
>
>  Documentation/devicetree/bindings/mmc/mtk-sd.yaml |  1 +
>  drivers/mmc/host/mtk-sd.c                         | 14 ++++++++++++++
>  2 files changed, 15 insertions(+)
>

Applied for next, thanks!

Kind regards
Uffe