On Tue, 27 Aug 2019 at 02:32, Ben Chuang <benchuanggli@xxxxxxxxx> wrote: > > From: Ben Chuang <ben.chuang@xxxxxxxxxxxxxxxxxxx> > > The patches modify internal clock setup to match SD Host Controller > Simplified Specifications 4.20 and support Genesys Logic GL9750/GL9755 chipsets. > > V6: > - export sdhci_abot_tuning() function symbol > - use C-style comments > - use BIT, FIELD_{GET,PREP} and GENMASK to define bit fields of register > - use host->ops->platform_execute_tuning instead of mmc->ops->execute_tuning > - call sdhci_reset() instead of duplicating the code in sdhci_gl9750_reset > - remove .hw_reset > - use condition define CONFIG_MMC_SDHCI_IO_ACCESSORS for read_l Applied patch 1-4, deferring patch5 for another version to fix Adrian's comment. Kind regards Uffe