diff options
author | Tony Huang <tonyhuang.sunplus@gmail.com> | 2022-11-21 13:06:49 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2022-12-07 15:22:37 +0300 |
commit | 4e268fed8b1861616af28f9cfb4eed8ca5d7af6c (patch) | |
tree | 7a0e4631922e2c00a180968491b307a00dc0f14c /MAINTAINERS | |
parent | 0f55b162729feee076e1bbb3a4c588a09aa73641 (diff) | |
download | linux-4e268fed8b1861616af28f9cfb4eed8ca5d7af6c.tar.xz |
mmc: Add mmc driver for Sunplus SP7021
This is a patch for mmc driver for Sunplus SP7021 SOC.
Supports eMMC 4.41 DDR 104MB/s speed mode.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tony Huang <tonyhuang.sunplus@gmail.com>
Link: https://lore.kernel.org/r/c92d67596f3cc10d41585b9ab82be7da2cc4c9d8.1669023361.git.tonyhuang.sunplus@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3f89cdfc188e..3c778cc24119 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19758,6 +19758,7 @@ M: Tony Huang <tonyhuang.sunplus@gmail.com> M: Li-hao Kuo <lhjeff911@gmail.com> S: Maintained F: Documentation/devicetree/bindings/mmc/sunplus,mmc.yaml +F: drivers/mmc/host/sunplus-mmc.c SUNPLUS OCOTP DRIVER M: Vincent Shih <vincent.sunplus@gmail.com> |