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?

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(-)



_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to