summaryrefslogtreecommitdiffstats
path: root/include/dwmmc.h
Commit message (Expand)AuthorAgeFilesLines
* mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-151-1/+1
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* mmc: dwmmc: Poll for iDMAC TX/RX interruptLey Foon Tan2019-02-181-0/+7
* mmc: dw_mmc: Add RCRC handlingMarek Vasut2018-11-101-0/+1
* mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner2018-10-021-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-1/+1
* mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-101-5/+3
* mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bitJaehoon Chung2016-08-051-1/+1
* dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung2016-07-271-3/+0
* dm: mmc: dwmmc: fix the wrong explanation for clock valuesJaehoon Chung2016-07-271-4/+4
* dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-111-0/+9
* dm: mmc: dwmmc: Add comments to the dwmmc setup functionsSimon Glass2016-07-111-0/+64
* dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass2016-05-271-1/+6
* mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2015-12-011-0/+5
* mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass2015-09-021-1/+15
* mmc: Add structure comments for dwmmcSimon Glass2015-07-211-1/+17
* mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung2015-02-231-1/+1
* mmc: dw_mmc: Fix cache alignment issueMarek Vasut2014-10-061-1/+1
* mmc: dw_mmc: support the DDR modeJaehoon Chung2014-05-161-0/+3
* mmc: exynos_dw_mmc: restore the property into hostJaehoon Chung2014-05-161-0/+2
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-0/+2
* MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2014-02-071-1/+1
* mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung2013-12-081-0/+1
* DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde2013-10-311-0/+3
* mmc: dw_mmc: change the callback function name.Jaehoon Chung2013-10-311-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* EXYNOS5: DWMMC: Added FDT support for DWMMCAmar2013-06-131-0/+3
* mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2012-10-221-0/+191