[U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller

Jaehoon Chung jh80.chung at samsung.com
Tue Jan 3 02:09:14 CET 2017


On 12/30/2016 03: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.
> 
> 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(-)

Applied on u-boot-mmc.

Thanks!

> 



More information about the U-Boot mailing list