Re: [PATCH 2/3] mmc: sdhci-cadence6: add Cadence SD6HC support

From: Krzysztof Kozlowski
Date: Thu Jan 04 2024 - 04:29:35 EST


On 28/12/2023 07:53, Alex Soo wrote:
> Add a driver for the Cadence SD6HC SD/SDIO/eMMC controller.
>
> Signed-off-by: Alex Soo <yuklin.soo@xxxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 6 +
> drivers/mmc/host/Kconfig | 11 +
> drivers/mmc/host/Makefile | 2 +
> drivers/mmc/host/sdhci-cadence6-phy.c | 384 +++++++++++++++++++
> drivers/mmc/host/sdhci-cadence6.c | 531 ++++++++++++++++++++++++++
> drivers/mmc/host/sdhci-cadence6.h | 148 +++++++
> 6 files changed, 1082 insertions(+)
> create mode 100644 drivers/mmc/host/sdhci-cadence6-phy.c
> create mode 100644 drivers/mmc/host/sdhci-cadence6.c
> create mode 100644 drivers/mmc/host/sdhci-cadence6.h

Please work with existing submissions:

https://lore.kernel.org/all/?q=sd6hc

Best regards,
Krzysztof