aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: Improve coding styleSam Protsenko2024-08-191-35/+33
* mmc: dw_mmc: Replace fifoth_val property with fifo-depthSam Protsenko2024-08-191-8/+13
* mmc: dw_mmc: Add support for 64-bit IDMACSam Protsenko2024-08-191-30/+122
* mmc: dw_mmc: Improve 32-bit IDMAC descriptor namingsSam Protsenko2024-08-191-20/+23
* mmc: dw_mmc: Extract setting the DMA descriptor into a separate routineSam Protsenko2024-08-191-20/+31
* mmc: dw_mmc: Extract DMA transfer handling code into a separate routineSam Protsenko2024-08-191-21/+30
* mmc: dw_mmc: Extract FIFO data transfer into a separate routineSam Protsenko2024-08-191-54/+53
* mmc: dw_mmc: Extract divider update to a separate functionSam Protsenko2024-08-191-31/+50
* mmc: dw_mmc: Extract FIFO init into a separate routineSam Protsenko2024-08-191-10/+15
* mmc: dw_mmc: Extract waiting for data busy into a separate routineSam Protsenko2024-08-191-9/+16
* mmc: dw_mmc: Move struct idmac to dw_mmc.cSam Protsenko2024-08-191-0/+7
* drivers: mmc: Remove duplicate newlinesMarek Vasut2024-07-221-2/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* mmc: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen2024-04-151-2/+2
* mmc: dw_mmc: Keep vqmmc-supply enable count in balanceJonas Karlman2023-08-141-0/+4
* mmc: dwmmc: only clear handled interruptsJohn Keeping2022-10-241-1/+2
* mmc: dwmmc: return a proper error code when busyJohn Keeping2022-01-121-1/+1
* mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO modeLey Foon Tan2021-06-221-3/+3
* mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-151-2/+7
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: dw_mmc: fix timeout calculate methodKever Yang2019-09-051-2/+3
* dw_mmc: turn on the IO supplyUrja Rannikko2019-07-311-0/+16
* mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline sizeMarek Vasut2019-04-291-2/+2
* mmc: dw_mmc: Handle return value from bounce_buffer_start()Marek Vasut2019-04-291-2/+8
* mmc: dw_mmc: Calculate timeout from transfer lengthMarek Vasut2019-04-291-3/+21
* mmc: dwmmc: Poll for iDMAC TX/RX interruptLey Foon Tan2019-02-181-0/+19
* mmc: dw_mmc: Add RCRC handlingMarek Vasut2018-11-101-0/+4
* mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner2018-10-021-2/+30
* 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-4/+4
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-3/+2
* mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-101-7/+6
* mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen2016-09-211-11/+12
* mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan2016-08-051-0/+1
* mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan2016-08-051-0/+2
* mmc: use the generic error numberJaehoon Chung2016-08-051-4/+4
* mmc: dw_mmc: remove the duplicated header fileJaehoon Chung2016-08-051-1/+0
* mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan2016-07-271-1/+1
* dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung2016-07-271-2/+2
* dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-111-0/+33
* mmc: dw_mmc: fix the wrong AND operationJaehoon Chung2016-06-271-2/+2
* dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass2016-05-271-14/+28
* dwmmc: Increase retry timeoutAlexander Graf2016-03-151-1/+1
* mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2015-12-011-18/+67
* mmc: dw_mmc: move data transfer as a separate functionhuang lin2015-12-011-28/+37