summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-01-13mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2016-11-01mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson1-0/+2
2016-11-01mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson1-5/+0
2016-11-01mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen1-1/+1
2016-11-01mmc: core: Annotate cmd_hdr as __le32Jiri Slaby2-2/+2
2016-08-06mmc: block: fix packed command header endiannessTaras Kondratiuk1-6/+6
2016-06-07mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter1-3/+3
2016-06-07mmc: longer timeout for long read time quirkMatt Gumbel2-4/+5
2016-06-07mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter1-0/+7
2016-04-18mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA configBrent Taylor1-1/+1
2016-04-18mmc: atmel-mci: restore dma on AVR32Mans Rullgard1-0/+17
2016-04-18mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter1-3/+3
2016-04-18mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm1-0/+6
2016-04-18mmc: sdhci: fix data timeout (part 2)Russell King1-2/+13
2016-04-18mmc: sdhci: fix data timeout (part 1)Russell King1-1/+1
2016-04-18mmc: sdhci-pxav3: fix higher speed mode capabilitiesRussell King1-2/+4
2016-02-04mmc: core: Enable tuning according to the actual timingCarlo Caione2-6/+6
2016-02-04mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang1-2/+18
2016-02-04mmc: mmci: fix an ages old detection errorLinus Walleij1-1/+1
2016-02-01mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter1-2/+2
2016-02-01mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter1-3/+6
2016-02-01mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1
2015-10-23mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
2015-10-23mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2-46/+29
2015-10-23mmc: sdhci-esdhc-imx: fix cd regression for dt platformDong Aisheng1-1/+9
2015-10-23mmc: sdhci-esdhc-imx: Do not break platform data boardsFabio Estevam1-1/+35
2015-10-23mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probeFabio Estevam1-6/+2
2015-10-23mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is usedAlexey Brodkin1-38/+71
2015-09-29mmc: core: fix race condition in mmc_wait_data_doneJialing Fu1-2/+4
2015-09-29mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang1-1/+3
2015-09-29mmc: sdhci-pci: set the clear transfer mode register quirk for O2MicroAdam Lee1-0/+1
2015-08-10mmc: sdhci-pxav3: fix platform_data is not initializedJingju Hou1-0/+1
2015-08-10mmc: sdhci-esdhc: Make 8BIT bus workJoakim Tjernlund1-1/+1
2015-08-10mmc: sdhci check parameters before call dma_free_coherentPeng Fan1-2/+5
2015-08-10mmc: omap_hsmmc: Fix DTO and DCRC handlingKishon Vijay Abraham I1-4/+4
2015-08-03mmc: sdhci: Restore behavior while creating OCR maskUlf Hansson1-4/+5
2015-08-03mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang1-3/+5
2015-08-03mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler1-0/+2
2015-07-10mmc: sdhci: fix low memory corruptionJiri Slaby1-1/+1
2015-05-18mmc: atmel-mci: fix bad variable type for clkdivLudovic Desroches1-2/+7
2015-05-08mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao1-1/+2
2015-05-08mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao1-1/+3
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong3-1/+15
2015-05-06mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara1-1/+1
2015-05-04mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko1-0/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-40/+13
2015-04-22Merge tag 'mmc-4.1-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds4-37/+58
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-1739/+0
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson3-36/+57
2015-04-17mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()Javier Martinez Canillas1-1/+1