summaryrefslogtreecommitdiff
path: root/drivers/mmc/dw_mmc.c
AgeCommit message (Expand)Author
2025-02-03mmc: Allow controlling DM_MMC for VPL buildsSimon Glass
2024-10-15Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"Jonas Karlman
2024-08-19mmc: dw_mmc: Improve coding styleSam Protsenko
2024-08-19mmc: dw_mmc: Replace fifoth_val property with fifo-depthSam Protsenko
2024-08-19mmc: dw_mmc: Add support for 64-bit IDMACSam Protsenko
2024-08-19mmc: dw_mmc: Improve 32-bit IDMAC descriptor namingsSam Protsenko
2024-08-19mmc: dw_mmc: Extract setting the DMA descriptor into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract DMA transfer handling code into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract FIFO data transfer into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract divider update to a separate functionSam Protsenko
2024-08-19mmc: dw_mmc: Extract FIFO init into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Extract waiting for data busy into a separate routineSam Protsenko
2024-08-19mmc: dw_mmc: Move struct idmac to dw_mmc.cSam Protsenko
2024-07-22drivers: mmc: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini
2024-04-15mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen
2023-08-14mmc: dw_mmc: Keep vqmmc-supply enable count in balanceJonas Karlman
2022-10-24mmc: dwmmc: only clear handled interruptsJohn Keeping
2022-01-12mmc: dwmmc: return a proper error code when busyJohn Keeping
2021-06-22mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO modeLey Foon Tan
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-09-05mmc: dw_mmc: fix timeout calculate methodKever Yang
2019-07-31dw_mmc: turn on the IO supplyUrja Rannikko
2019-04-29mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline sizeMarek Vasut
2019-04-29mmc: dw_mmc: Handle return value from bounce_buffer_start()Marek Vasut
2019-04-29mmc: dw_mmc: Calculate timeout from transfer lengthMarek Vasut
2019-02-18mmc: dwmmc: Poll for iDMAC TX/RX interruptLey Foon Tan
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut
2018-10-02mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung
2016-09-21mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen
2016-08-05mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan
2016-08-05mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung
2016-07-27mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan
2016-07-27dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass
2016-06-27mmc: dw_mmc: fix the wrong AND operationJaehoon Chung
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass
2016-03-15dwmmc: Increase retry timeoutAlexander Graf