From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 30 Dec 2016 14:55:45 +0800 Subject: [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller In-Reply-To: <20161230063021.23756-1-jh80.chung@samsung.com> References: <20161230063021.23756-1-jh80.chung@samsung.com> Message-ID: <586604F1.5080605@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) >