summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mmc'Sascha Hauer2019-01-156-22/+5
|\
| * mci: mxs: Drop explicit devname setup codeAndrey Smirnov2018-12-101-6/+0
| * mci: imx-esdhc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-4/+0
| * mci: omap_hsmmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-6/+0
| * mci: dw_mmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-3/+0
| * mci: tegra-sdmmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-3/+0
| * mci: core: Use alias as a devname by defaultAndrey Smirnov2018-12-101-0/+5
* | Merge branch 'for-next/misc'Sascha Hauer2019-01-151-11/+15
|\ \
| * | mci: skip of_partitions_register_fixup for boot partitionsAhmad Fatoum2019-01-031-1/+6
| * | mci: Rely on NULL being a dummy regulatorAndrey Smirnov2018-12-171-10/+9
| |/
* | mci: omap: use IS_ENABLED() rather than #ifdefSascha Hauer2018-12-141-9/+12
* | mci: omap: Improve error handlingSascha Hauer2018-12-141-5/+11
|/
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-2/+2
* mci: imx-esdhc: Return EFAULT when DMA mapping failsAndrey Smirnov2018-08-311-1/+1
* mci: imx-esdhc: Specify that DMA is 32-bit onlyAndrey Smirnov2018-08-311-0/+2
* Merge branch 'for-next/socfpga'Sascha Hauer2018-08-132-133/+159
|\
| * mci: dw: move defines to headerfileSteffen Trumtrar2018-08-082-114/+141
| * mci: dw_mmc: convert to BIT() macroSteffen Trumtrar2018-08-081-49/+50
| * mci: dw_mmc: remove device_d pointerSteffen Trumtrar2018-08-081-19/+17
* | Merge branch 'for-next/misc'Sascha Hauer2018-08-131-1/+1
|\ \
| * | mci: s3c: fix providing info callbackUwe Kleine-König2018-08-081-1/+1
| |/
* / mci: imx-esdhc: send required clock pulses to card on initLucas Stach2018-08-091-1/+4
|/
* mmc: i.MX esdhc: Add i.MX8 supportSascha Hauer2018-06-111-0/+1
* mci: imx-esdhc: use dma mapping functionsSascha Hauer2018-06-111-27/+26
* Merge branch 'for-next/misc'Sascha Hauer2018-01-221-10/+6
|\
| * mci: drop unused parameter from mci_switch()Uwe Kleine-König2018-01-221-10/+6
* | Revert "mci: imx-esdhc: Enable clock"Andrey Smirnov2018-01-111-1/+0
|/
* i.MX: esdhc: wait until SDSTB is asserted, not other way arroundOleksij Rempel2017-11-171-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2017-10-191-4/+8
|\
| * mmc: allow skipping SD card initializationPhilipp Zabel2017-09-261-4/+8
* | mci: mmci: add DT supportLucas Stach2017-10-171-3/+36
|/
* Merge branch 'for-next/mmc'Lucas Stach2017-07-311-24/+30
|\
| * mmc: add eMMC v5 and V5.1 detection supportPeter Seiderer2017-07-061-0/+6
| * mmc: Consistently use EXT_CSD_* names from eMMC 5.1 specSascha Hauer2017-07-061-24/+24
* | mci: atmel_mci: fix devinfo DEV with OF enabledSam Ravnborg2017-07-201-2/+1
|/
* Merge branch 'for-next/mvebu'Sascha Hauer2017-05-054-0/+459
|\
| * mci: add Marvell Dove SDHCI driverMichael Grzeschik2017-04-194-0/+459
* | mci: be more verbose about wrong bus-widthChristoph Fritz2017-05-031-4/+7
|/
* Merge branch 'for-next/ofpart'Sascha Hauer2017-04-071-1/+3
|\
| * of: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-311-1/+3
* | mci: atmel_mci: Add DT supportAndrey Smirnov2017-03-301-31/+70
* | mci: Allow parsing for explicit DT nodeAndrey Smirnov2017-03-301-5/+8
|/
* mci-bcm2835: enable devicetree probingEnrico Joerns2017-03-021-0/+9
* i.MX: esdhc: fix imx-esdhc driver for non-OF boardsAlexander Kurz2017-02-141-15/+15
* mci: imx-esdhci: remove wrong write protection testSascha Hauer2017-01-191-12/+2
* mci: Allow to partition eMMC boot partitionsSascha Hauer2017-01-191-23/+55
* mci: imx-esdhc: Enable clockSascha Hauer2017-01-191-0/+1
* i.MX: esdhc: Enable host->clk during initializationAndrey Smirnov2017-01-121-0/+7
* Merge branch 'for-next/vybrid'Sascha Hauer2017-01-121-24/+105
|\
| * i.MX: esdhc: Request "per" clock explicitlyAndrey Smirnov2017-01-111-1/+1