Re: [PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support

2023-03-09 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > CONFIG_MMC_SDHCI_IO_ACCESSORS is not supported and/or used by this > driver so let's remove these unused parts completely. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung > Reviewed-by: Jaehoon Chung

Re: [PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support

2023-02-15 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > CONFIG_MMC_SDHCI_IO_ACCESSORS is not supported and/or used by this > driver so let's remove these unused parts completely. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung Reviewed-by: Jaehoon

[PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support

2023-02-10 Thread Stefan Roese
CONFIG_MMC_SDHCI_IO_ACCESSORS is not supported and/or used by this driver so let's remove these unused parts completely. Signed-off-by: Stefan Roese Cc: Tom Rini Cc: Simon Glass Cc: Peng Fan Cc: Jaehoon Chung --- drivers/mmc/mv_sdhci.c | 8 1 file changed, 8 deletions(-) diff