
Hi Kever,
On 12/30/2016 03:55 PM, Kever Yang wrote:
Hi Jaehoon,
On 12/30/2016 02:30 PM, Jaehoon Chung wrote:
It's cleaned the condes related to SDHCI host controller. Move the callback function into sdhci_ops structure. And removed the unnecessary things.
My next step should be more clearly than now.
- Support DM feature than now.
- Make driver model for controller that unused driver mode.
Is it possible to add "enable ADMA" and "support HS200" for SDHCI to your TODO list?
Yes..And I already have the patch for HS200 on u-boot. But i needs to check something..so i didn't send the patch at mailing.
Best Regards, Jaehoon Chung
Thanks,
- Kever
Jaehoon Chung (11): mmc: sdhci: disable the 8bit mode when host doesn't support it mmc: sdhci: add the get_cd callback function in sdhci_ops mmc: sdhci: remove the unused code about testing Card detect mmc: pic32_sdhci: move the code to pic32_sdhci.c mmc: sdhci: remove the SDHCI_QUIRK_NO_CD mmc: change the set_ios return type from void to int mmc: s5p_sdhci: add the s5p_set_clock function mmc: sdhci: move the callback function into sdhci_ops mmc: sdhci: use the bitops APIs in sdhci.h mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER mmc: sdhci: combine the Host controller v3.0 feature into one condition
drivers/mmc/dw_mmc.c | 5 +- drivers/mmc/pic32_sdhci.c | 15 +++++- drivers/mmc/s5p_sdhci.c | 15 ++++-- drivers/mmc/sdhci.c | 59 ++++++--------------- include/mmc.h | 2 +- include/sdhci.h | 131 +++++++++++++++++++++++----------------------- 6 files changed, 111 insertions(+), 116 deletions(-)