Re: [U-Boot] [PATCH 04/11] mmc: pic32_sdhci: move the code to pic32_sdhci.c

2017-01-12 Thread Masahiro Yamada
2016-12-30 15:30 GMT+09:00 Jaehoon Chung : > This code is used for only pic32_sdhci controller. > To remove the "#ifdef", moves to pic32_sdhci.c. > And use the get_cd callback function. > > Signed-off-by: Jaehoon Chung > --- >

[U-Boot] [PATCH 04/11] mmc: pic32_sdhci: move the code to pic32_sdhci.c

2016-12-29 Thread Jaehoon Chung
This code is used for only pic32_sdhci controller. To remove the "#ifdef", moves to pic32_sdhci.c. And use the get_cd callback function. Signed-off-by: Jaehoon Chung --- drivers/mmc/pic32_sdhci.c | 13 + drivers/mmc/sdhci.c | 9 +++-- 2 files