summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2014-04-16mmc: sdhci-esdhc-imx: add MMC_CAP_1_8V_DDR for mx6Dong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: fix cpas over write issueDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: add SDHCI_TRANSFER_MODE read functionDong Aisheng
2014-04-16mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng
2014-04-16ENGR00285671 mmc: setup emmc boot partition configure methodsRichard Zhu
2014-04-16mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: add preset value quirk for mx6Dong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dlDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: add delay line setting supportDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: add DDR mode support for mx6Dong Aisheng
2014-04-16mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6slDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: add std tuning support for mx6slDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: create struct esdhc_soc_dataShawn Guo
2014-04-16mmc: sdhci-esdhc-imx: pdev->id_entry should be immutableShawn Guo
2014-04-16mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHCDong Aisheng
2014-04-16mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207Shawn Guo
2014-04-16ENGR00278646-11 mmc: sdhci-esdhc-imx: improve sd3.0 stabilityDong Aisheng
2014-04-16ENGR00278646-9 mmc: sdhci-esdhc: set actual_clock in clock settingDong Aisheng
2014-04-16ENGR00278646-8 mmc: sdhci-esdhc: correct pre_div for imx6qDong Aisheng
2014-04-16ENGR00278646-7 sdhci-esdhc-imx: change pinctrl state according to uhs modeDong Aisheng
2014-04-16ENGR00278646-6 sdhci: sdhci-esdhci-imx: add sd3.0 clock tuning supportDong Aisheng
2014-04-16ENGR00278646-4 sdhci: sdhci-esdhc-imx: support real clock on and off for imx6qDong Aisheng
2014-04-16ENGR00278646-3 mmc: sdhci-esdhci: move common esdhc_set_clock to platform driverDong Aisheng
2014-04-16ENGR00278646-2 mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng
2014-04-16ENGR00278646-1 mmc: sdhci: add hooks for platform specific tuningDong Aisheng
2014-04-16ENGR00278504-2 mmc: sdhci-esdhc-imx: add broken auto cmd23 for imx6qDong Aisheng
2014-04-16ENGR00278504-1 mmc: sdhci: add quirk for broken auto cmd23Dong Aisheng
2014-04-16mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo
2014-04-16mmc: sdhci: request irq after sdhci_init() is calledShawn Guo
2014-02-13mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches
2014-02-13mmc: fix host release issue after discard operationRay Jui
2013-12-08mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake
2013-12-04mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti
2013-12-04mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches
2013-09-26mmc: tmio_mmc_dma: fix PIO fallback on SDHISergei Shtylyov
2013-05-26mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt caseSantosh Shilimkar
2013-05-26mmc: omap_hsmmc: convert to dma_request_slave_channel_compatMatt Porter
2013-05-26mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5Tony Lindgren
2013-05-26mmc: sdhci-pci: add more device idsAdrian Hunter
2013-05-26mmc: sdhci-acpi: add more device idsAdrian Hunter
2013-05-26mmc: sdhci-acpi: fix initial runtime pm statusAdrian Hunter
2013-05-26mmc: atmel-mci: convert to dma_request_slave_channel_compat()Ludovic Desroches
2013-05-26mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53Lucas Stach
2013-05-26mmc: sdhci-esdhc-imx: Fix SDIO interruptsMartin Fuzzey
2013-05-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-05-10ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checkedLee Jones
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-05-07block_device_operations->release() should return voidAl Viro