aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-05-16Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-05-16Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki1-0/+1
2016-05-16mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter1-0/+7
2016-05-16mmc: sh_mobile_sdhi: enable SDIO IRQs for RCar Gen3Wolfram Sang1-1/+1
2016-05-16mmc: sdio: fall back to SDIO 1.0 for broken 1.1 cardsWolfram Sang1-1/+6
2016-05-16mmc: block: improve logging of handling emmc timeoutsKen Sumrall1-2/+8
2016-05-16mmc: sdhci: removed unneeded function wrappersDong Aisheng1-45/+15
2016-05-10mmc: core: remove the invalid message in mmc_select_timingDong Aisheng1-9/+1
2016-05-10mmc: core: fix using wrong io voltage if mmc_select_hs200 failsDong Aisheng1-3/+9
2016-05-04mmc: sdhci-of-arasan: fix set_clock when a phy is supportedShawn Lin1-1/+25
2016-05-04mmc: omap: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-23/+25
2016-05-04mmc: mmc: Attempt to flush cache before resetAdrian Hunter1-0/+6
2016-05-04mmc: sh_mobile_sdhi: check return value when changing clkWolfram Sang1-3/+3
2016-05-04mmc: sh_mobile_sdhi: only change the clock on RCar Gen2+Wolfram Sang1-0/+4
2016-05-04mmc: tmio/sdhi: introduce flag for RCar 2+ specific featuresWolfram Sang2-5/+5
2016-05-04mmc: sh_mobile_sdhi: make clk_update function more compactWolfram Sang1-4/+1
2016-05-04mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-40/+10
2016-05-04mmc: sdhci-of-at91: add presets setupLudovic Desroches1-0/+26
2016-05-02mmc: usdhi6rol0: add pinctrl to set pin drive strengthLars Persson1-0/+48
2016-05-02mmc: usdhi6rol0: add support for UHS modesLars Persson1-0/+10
2016-05-02mmc: usdhi6rol0: do not announce UHS capabilitiesLars Persson1-1/+1
2016-05-02mmc: tmio: document CTL_STATUS handlingWolfram Sang1-1/+2
2016-05-02mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNCWolfram Sang3-3/+5
2016-05-02mmc: tmio: use CTL_STATUS consistentlyWolfram Sang2-3/+2
2016-05-02mmc: tmio: use BIT() within definesWolfram Sang1-21/+23
2016-05-02mmc: tmio: give read32/write32 functions more descriptive namesWolfram Sang2-14/+13
2016-05-02mmc: omap_hsmmc: Check if MMC slot name is passed in pdataTony Lindgren1-1/+5
2016-05-02mmc: sh_mobile_sdhi: remove obsolete support for sh7372Wolfram Sang1-1/+0
2016-05-02mmc: sh_mmcif: remove obsolete support for sh7372Wolfram Sang1-2/+2
2016-05-02mmc: sh_mobile_sdhi: simplify code for voltage switchingWolfram Sang1-5/+1
2016-05-02mmc: tmio: merge distributed include filesWolfram Sang3-3/+55
2016-05-02mmc: tmio: simplify irq handlerWolfram Sang1-15/+8
2016-05-02mmc: tmio: remove now unneeded seperate irq handlersWolfram Sang2-32/+2
2016-05-02mmc: sh_mobile_sdhi: remove obsolete irq_by_name registrationWolfram Sang1-49/+8
2016-05-02mmc: sh_mobile_sdhi: don't use array for DT configsWolfram Sang1-7/+5
2016-05-02mmc: block: Convert to IDA for partition device indexesUlf Hansson1-9/+27
2016-05-02mmc: block: Release index in partition allocation error pathUlf Hansson1-0/+1
2016-05-02mmc: core: Convert from IDR to IDA for host indexesUlf Hansson1-8/+14
2016-05-02mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct membersMasahiro Yamada1-1/+1
2016-05-02mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED codeMasahiro Yamada1-3/+1
2016-05-02mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter2-7/+1
2016-05-02mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host()Masahiro Yamada1-11/+9
2016-05-02mmc: sdhci-pltfm: move devm_ioremap_resource() upMasahiro Yamada1-8/+5
2016-05-02mmc: sdhci-pltfm: use devm_ioremap_resource()Masahiro Yamada1-13/+3
2016-05-02mmc: sdhci-pltfm: use devm_ioremap()Masahiro Yamada1-2/+2
2016-05-02mmc: sdhci-pltfm: use devm_request_mem_region()Masahiro Yamada1-7/+4
2016-05-02mmc: sdhci-pltfm: check return value of platform_get_irq()Masahiro Yamada1-0/+5
2016-05-02mmc: sdhci-pltfm: drop error message for too small MMIO resource sizeMasahiro Yamada1-3/+0
2016-05-02mmc: core: drop unnecessary bit checkingMasahiro Yamada1-2/+3