summaryrefslogtreecommitdiff
path: root/include/dwmmc.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-26mmc: starfive: fix mmc device power-up sequenceWilliam Qiu1-0/+9
2023-07-26mmc: starfive: add HS200 supportWilliam Qiu1-0/+1
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim1-1/+1
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-02-18mmc: dwmmc: Poll for iDMAC TX/RX interruptLey Foon Tan1-0/+7
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut1-0/+1
2018-10-02mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-1/+1
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung1-5/+3
2016-08-05mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bitJaehoon Chung1-1/+1
2016-07-27dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung1-3/+0
2016-07-27dm: mmc: dwmmc: fix the wrong explanation for clock valuesJaehoon Chung1-4/+4
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass1-0/+9
2016-07-11dm: mmc: dwmmc: Add comments to the dwmmc setup functionsSimon Glass1-0/+64
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass1-1/+6
2015-12-01mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin1-0/+5
2015-09-03mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass1-1/+15
2015-07-22mmc: Add structure comments for dwmmcSimon Glass1-1/+17
2015-02-23mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung1-1/+1
2014-10-06mmc: dw_mmc: Fix cache alignment issueMarek Vasut1-1/+1
2014-05-16mmc: dw_mmc: support the DDR modeJaehoon Chung1-0/+3
2014-05-16mmc: exynos_dw_mmc: restore the property into hostJaehoon Chung1-0/+2
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-0/+2
2014-02-07MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde1-1/+1
2013-12-08mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung1-0/+1
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde1-0/+3
2013-10-31mmc: dw_mmc: change the callback function name.Jaehoon Chung1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-13EXYNOS5: DWMMC: Added FDT support for DWMMCAmar1-0/+3
2012-10-22mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung1-0/+191