Re: [PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()

2023-03-09 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > This driver already depends on CONFIG_ARCH_MVEBU, so there is no need > to have some checks for this Kconfig symbol in the driver itself. Let's > remove these superfluous checks. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng

Re: [PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()

2023-02-15 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > This driver already depends on CONFIG_ARCH_MVEBU, so there is no need > to have some checks for this Kconfig symbol in the driver itself. Let's > remove these superfluous checks. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Pe

[PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()

2023-02-10 Thread Stefan Roese
This driver already depends on CONFIG_ARCH_MVEBU, so there is no need to have some checks for this Kconfig symbol in the driver itself. Let's remove these superfluous checks. Signed-off-by: Stefan Roese Cc: Tom Rini Cc: Simon Glass Cc: Peng Fan Cc: Jaehoon Chung --- drivers/mmc/mv_sdhci.c |