Re: [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

2023-03-09 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > All build targets using this driver already use DM_MMC. So let's depend > this driver on this Kconfig symbol and remove the non-DM driver part. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung >

Re: [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

2023-02-15 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > All build targets using this driver already use DM_MMC. So let's depend > this driver on this Kconfig symbol and remove the non-DM driver part. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung

Re: [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

2023-02-10 Thread Simon Glass
On Fri, 10 Feb 2023 at 05:24, Stefan Roese wrote: > > All build targets using this driver already use DM_MMC. So let's depend > this driver on this Kconfig symbol and remove the non-DM driver part. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon

[PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

2023-02-10 Thread Stefan Roese
All build targets using this driver already use DM_MMC. So let's depend this driver on this Kconfig symbol and remove the non-DM driver part. Signed-off-by: Stefan Roese Cc: Tom Rini Cc: Simon Glass Cc: Peng Fan Cc: Jaehoon Chung --- drivers/mmc/Kconfig| 1 + drivers/mmc/mv_sdhci.c |