summaryrefslogtreecommitdiffstats
path: root/drivers/mci/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* mci: dw_mmc: make reset optionalAhmad Fatoum2023-04-111-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-9/+10
* mci: dw_mmc: make reset control optional againAhmad Fatoum2021-11-081-1/+1
* mci: dw_mmc: match against StarFive MMC compatiblesAhmad Fatoum2021-06-241-3/+11
* mci: dw_mmc: add optional reset lineAhmad Fatoum2021-06-241-0/+11
* mci: dw_mmc: set dma mask to work correctly on 64bit platformsSascha Hauer2021-06-111-22/+31
* drivers: replaces references to <asm-generic/*.h>Ahmad Fatoum2021-02-191-1/+1
* mci: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2020-12-071-14/+4
* mci: dw_mmc: remove unused local variableAhmad Fatoum2020-07-141-2/+1
* mci: remove now-duplicate dev->detect implementations in host driversAhmad Fatoum2020-06-031-11/+0
* mci: dw_mmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-3/+0
* mci: dw: move defines to headerfileSteffen Trumtrar2018-08-081-114/+1
* mci: dw_mmc: convert to BIT() macroSteffen Trumtrar2018-08-081-49/+50
* mci: dw_mmc: remove device_d pointerSteffen Trumtrar2018-08-081-19/+17
* mci: dw_mmc: Add RK3288 compatible stringWadim Egorov2016-08-261-0/+2
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* mci: dw_mmc: Add support for high speed modesTrent Piepho2015-11-191-0/+2
* mci: dw_mmc: Delete devname in platform_dataTrent Piepho2015-11-191-4/+1
* mci: dw_mmc: socfpga: Supply bus-width in platform_dataTrent Piepho2015-11-191-11/+13
* MMC: dw_mmc: PIO mode fixesAndrey Panov2015-03-091-73/+56
* Merge branch 'for-next/streaming-dma'Sascha Hauer2015-03-091-14/+15
|\
| * MCI: dw-mmc: convert to streaming DMA opsLucas Stach2015-03-061-12/+12
| * ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
| * ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-1/+2
* | MMC: dw_mmc: Add support for PIO mode and Rockchip variant of this hardwareAndrey Panov2015-03-051-15/+188
|/
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+2
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-111-4/+0
* mci: add designware mmc controller supportSascha Hauer2013-09-111-0/+609