summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2015-07-02Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds-43/+6
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2015-06-18mmc: queue: prevent soft lockups on PREEMPT=nRabin Vincent-0/+1
2015-06-18mmc: mediatek: Add PM support for MMC driverChaotian Jing-3/+86
2015-06-18mmc: mediatek: Add Mediatek MMC driverChaotian Jing-0/+1388
2015-06-16mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang-3/+5
2015-06-16mmc: sdhci: fix low memory corruptionJiri Slaby-1/+1
2015-06-16mmc: sdhci-pci: Change AMD SDHCI quirk application scopeVincent Wan-1/+24
2015-06-15mmc: queue: use swap() in mmc_queue_thread()Fabian Frederick-4/+1
2015-06-12mmc: dw_mmc: insmod followed by rmmod will hung for eMMCPrabu Thangamuthu-3/+3
2015-06-09Merge branch 'wakeirq-8250' into omap-for-v4.2/wakeirq-v2Tony Lindgren-2/+7
2015-06-08mmc: sdhci: Restore behavior while creating OCR maskUlf Hansson-4/+5
2015-06-04mmc: sdhci-pxav3: fix device wakeup initializationJisheng Zhang-5/+1
2015-06-04mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson-4/+8
2015-06-04mmc: core: Remove redundant ->power_restore() callback for SDUlf Hansson-13/+1
2015-06-04mmc: core: Remove redundant ->power_restore() callback for MMCUlf Hansson-13/+1
2015-06-01mmc: sdhci-bcm2835: Actually enable the clockEric Anholt-1/+8
2015-06-01mmc: sdhci-bcm2835: Clean up platform allocations if sdhci init fails.Eric Anholt-1/+4
2015-06-01mmc: sdhci-of-esdhc: enable interrupt mode to detect cardYangbo Lu-0/+7
2015-06-01mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdlDong Aisheng-2/+8
2015-06-01mmc: sdhci-esdhc-imx: add imx6sx supportDong Aisheng-0/+6
2015-06-01mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fixDong Aisheng-1/+17
2015-06-01mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issueDong Aisheng-1/+1
2015-06-01mmc: sdhci-esdhc-imx: merge the same register check into one placeDong Aisheng-7/+5
2015-06-01mmc: sdhci-pci: Enable HS400 for some Intel host controllersAdrian Hunter-0/+1
2015-06-01mmc: sdhci-pci: Add support for drive strength selection for SPTAdrian Hunter-0/+90
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter-0/+17
2015-06-01mmc: mmc: Add driver strength selectionAdrian Hunter-7/+38
2015-06-01mmc: mmc: Read card's valid driver strength maskAdrian Hunter-0/+1
2015-06-01mmc: core: Record card drive strengthAdrian Hunter-0/+6
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter-46/+46
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter-2/+2
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter-20/+4
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter-45/+31
2015-06-01mmc: core: Reset driver type to defaultAdrian Hunter-0/+1
2015-06-01mmc: sh_mmcif: calculate best clock with parent clockKuninori Morimoto-9/+75
2015-06-01mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functionsKuninori Morimoto-13/+13
2015-06-01mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.Kuninori Morimoto-43/+71
2015-06-01mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()Petri Gynther-0/+9
2015-06-01mmc: mmc-test: use swap() in mmc_test_nonblock_transfer()Fabian Frederick-3/+1
2015-06-01mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8VDoug Anderson-2/+2
2015-06-01mmc: sdhci-st: Fix modalias to make module auto-loading workZhangfei Gao-1/+1
2015-06-01mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading workZhangfei Gao-1/+1
2015-06-01mmc: dw_mmc: exynos: Fix modalias to make module auto-loading workZhangfei Gao-1/+1
2015-06-01mmc: dw_mmc: k3: Fix modalias to make module auto-loading workZhangfei Gao-1/+1
2015-06-01mmc: dw_mmc: Use core to handle absent write protect lineLars-Peter Clausen-39/+17
2015-06-01mmc: dw_mmc: k3: support hi6220Zhangfei Gao-2/+101
2015-06-01mmc: dw_mmc: add switch_voltageZhangfei Gao-0/+6
2015-06-01mmc: cast unsigned int to typeof(sector_t) to avoid unexpected errorKuninori Morimoto-1/+2
2015-06-01mmc: cast u8 to unsigned long long to avoid unexpected errorKuninori Morimoto-2/+4