diff options
author | William Qiu <william.qiu@starfivetech.com> | 2023-02-15 19:32:47 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-02-15 13:31:53 +0100 |
commit | 9e622229bbf4f2204f7a4bc47f9dffb2307e4949 (patch) | |
tree | 7e4f64da16fa74e2c15ec61497c51042996a4149 /MAINTAINERS | |
parent | 28eb8b5c994881e7fc62b7f15e6bf4a4510bb9be (diff) | |
download | linux-stable-9e622229bbf4f2204f7a4bc47f9dffb2307e4949.tar.gz linux-stable-9e622229bbf4f2204f7a4bc47f9dffb2307e4949.tar.bz2 linux-stable-9e622229bbf4f2204f7a4bc47f9dffb2307e4949.zip |
mmc: starfive: Add sdio/emmc driver support
Add sdio/emmc driver support for StarFive JH7110 soc.
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
Link: https://lore.kernel.org/r/20230215113249.47727-3-william.qiu@starfivetech.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f781f936ae35..94bde3a1db1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19911,6 +19911,12 @@ F: Documentation/devicetree/bindings/clock/starfive,jh7100-*.yaml F: drivers/clk/starfive/clk-starfive-jh7100* F: include/dt-bindings/clock/starfive-jh7100*.h +STARFIVE JH7110 MMC/SD/SDIO DRIVER +M: William Qiu <william.qiu@starfivetech.com> +S: Supported +F: Documentation/devicetree/bindings/mmc/starfive* +F: drivers/mmc/host/dw_mmc-starfive.c + STARFIVE JH7100 PINCTRL DRIVER M: Emil Renner Berthing <kernel@esmil.dk> L: linux-gpio@vger.kernel.org |