summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: tmio: Remove library functions for system PMUlf Hansson2014-09-092-28/+0Star
* mmc: tmio_mmc: Fixup system PM suspend lock-upUlf Hansson2014-09-091-2/+2
* mmc: sdhi: Fixup system PM suspend lock-upUlf Hansson2014-09-091-1/+2
* mmc: tmio_mmc: Enable runtime PM supportUlf Hansson2014-09-091-0/+3
* mmc: sdhi: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2014-09-091-1/+1
* mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2014-09-092-2/+2
* mmc: tmio: Mask all IRQs when inactiveUlf Hansson2014-09-091-0/+2
* mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson2014-09-092-5/+26
* mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson2014-09-092-67/+14Star
* mmc: tmio: Extract bus_width modifications to a separate functionUlf Hansson2014-09-091-10/+15
* mmc: tmio: Keep host active while serving requestsUlf Hansson2014-09-091-23/+32
* mmc: tmio: Keep host active while SDIO IRQ is enabledUlf Hansson2014-09-092-4/+16
* mmc: atmel-mci: add 0x600 IP versionNicolas Ferre2014-09-091-0/+1
* mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas2014-09-091-3/+11
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-095-0/+45
* mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differentlyPeter Griffin2014-09-091-2/+1Star
* mmc: sdhci-acpi.c: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacksPeter Griffin2014-09-091-9/+2Star
* mmc: sdhci-pci: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacksPeter Griffin2014-09-091-9/+2Star
* mmc: dw_mmc-pltfm: Remove superflous #else condition on CONFIG_PM_SLEEPPeter Griffin2014-09-091-3/+0Star
* mmc: dw_mmc-pci: Remove superflous #else condition on CONFIG_PM_SLEEPPeter Griffin2014-09-091-3/+0Star
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-0928-28/+0Star
* mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui2014-09-092-4/+12
* mmc: dw_mmc: Add support for MIPSAndrew Bresticker2014-09-091-1/+1
* mmc: dw_mmc: Add dependency on DMAAndrew Bresticker2014-09-091-1/+2
* sdhci : recompute timeout_clk when neededMatthieu CASTET2014-09-091-1/+7
* sdhci : handle busy timeout irqMatthieu CASTET2014-09-091-0/+5
* mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 responseRoger Tseng2014-09-091-0/+7
* mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng2014-09-091-0/+7
* mmc: au1xmmc: fix error return code in au1xmmc_probe()Wei Yongjun2014-09-091-1/+4
* mmc: dw_mmc: Make sure we don't get stuck when we get an errorDoug Anderson2014-09-091-0/+46
* mmc: sdhci: fix the wrong type of currChuanxiao.Dong2014-09-091-1/+1
* mmc: jz4740: prepare next dma transfer in parallel with current transferApelete Seketeli2014-09-091-22/+116
* mmc: jz4740: add dma infrastructure for data transfersApelete Seketeli2014-09-091-8/+166
* mmc: dw_mmc: add support for RK3288Addy Ke2014-09-091-2/+54
* mmc: sdhci-pltfm: Do not use parent as the host's devicePawel Moll2014-09-091-8/+2Star
* mmc: core: Remove fixed voltage regulator logicTim Kryger2014-09-091-17/+1Star
* mmc: mmci: Add qcom dml support to the driver.Srinivas Kandagatla2014-09-095-1/+237
* mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failureBartlomiej Zolnierkiewicz2014-09-081-2/+2
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | Merge tag 'mmc-v3.17-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-08-1428-436/+906
|\ \ | |/ |/|
| * mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung2014-08-111-2/+9
| * mmc: mmci: Reverse IRQ handling for the arm_variantUlf Hansson2014-08-111-2/+10
| * mmc: mmci: Move all CMD irq handling to mmci_cmd_irq()Ulf Hansson2014-08-111-10/+12
| * mmc: mmci: Remove redundant check of status for DATA irqUlf Hansson2014-08-111-6/+5Star
| * mmc: dw_mmc: change to use recommended reset procedureSonny Rao2014-08-112-23/+69
| * mmc: sdhci-pxav3: Use devm_* managed helpersLaurent Pinchart2014-08-111-10/+3Star
| * mmc: tmio: Configure DMA slave bus widthLaurent Pinchart2014-07-261-0/+2
| * mmc: sh_mmcif: Configure DMA slave bus widthLaurent Pinchart2014-07-261-2/+5
| * mmc: sh_mmcif: Fix DMA slave address configurationLaurent Pinchart2014-07-261-3/+7