summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Use a default maximum erase timeoutUlf Hansson2016-09-261-7/+10
* mmc: tegra: Mark 64-bit DMA broken on Tegra124Thierry Reding2016-09-261-1/+26
* mmc: sdhci-of-arasan: Properly set corecfg_clockmultiplier on rk3399Shawn Lin2016-09-261-0/+46
* sdhci-pci: enable SD card interface on MerrifieldAndy Shevchenko2016-09-261-1/+4
* sdhci-pci: enable SDIO interface on Intel MerrifieldAndy Shevchenko2016-09-261-0/+5
* sdhci-pci: refactor intel_mrfld_mmc_probe_slot()Andy Shevchenko2016-09-261-6/+11
* mmc: dw_mmc: k3: UHS-SD card for Hisilicon HikeyJin Guojun2016-09-261-0/+6
* mmc: dw_mmc: return -EILSEQ for EBE and SBE errorShawn Lin2016-09-261-2/+2
* mmc: dw_mmc: add reset support to dwmmc host controllerGuodong Xu2016-09-261-1/+22
* mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clockJaehoon Chung2016-09-261-9/+4
* mmc: dw_mmc: remove parsing for each slot subnodeShawn Lin2016-09-261-43/+0
* mmc: dw_mmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipsetKrzysztof Kozlowski2016-09-261-1/+5
* mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner2016-09-261-1/+2
* mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson2016-09-262-8/+0
* mmc: sdhci-pci: Convert to use managed functions (part2)Andy Shevchenko2016-09-262-29/+6
* mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin2016-09-262-23/+33
* mmc: block: remove the check of packed for packed request routineShawn Lin2016-09-261-12/+12
* mmc: core: Add error message when switching fails in mmc_select_hs()Jungseung Lee2016-09-261-4/+5
* mmc: host: sh_mobile_sdhi: don't populate unneeded functionsWolfram Sang2016-09-261-2/+8
* mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang2016-09-263-8/+10
* mmc: sunxi-mmc: change idma descriptor to __le32Michael Weiser2016-09-261-12/+15
* mmc: sunxi: Check the value returned by clk_round_rateJean-Francois Moine2016-09-261-3/+9
* mmc: sdhci-of-arasan: Don't power PHY w/ slow/no clockDouglas Anderson2016-09-261-15/+48
* mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman2016-09-261-1/+1
* mmc: sdhci-esdhc-imx: correct the max timeout countHaibo Chen2016-09-261-1/+2
* mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCVHaibo Chen2016-09-261-1/+3
* mmc: sdhci-brcmstb: Delete owner assignmentMarkus Elfring2016-09-261-1/+0
* mmc: sd: Export SD Status via “ssr” device attributeUri Yanai2016-09-261-18/+19
* mmc: vub300: don't print error when allocating urb failsWolfram Sang2016-09-261-2/+0
* mmc: sdhci-of-esdhc: use of_property_read_boolJulia Lawall2016-09-261-1/+1
* mmc: sdhci-bcm-kona: fix error return code in sdhci_bcm_kona_probe()Wei Yongjun2016-09-261-2/+4
* mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire2016-09-261-2/+3
* mmc: pwrseq-simple: Add an optional post-power-on-delayHans de Goede2016-09-261-0/+9
* mmc: sunxi: sun4i / sun5i do not have sample clocksHans de Goede2016-09-261-11/+24
* mmc: sunxi: Factor out clock phase setting code into a helper functionHans de Goede2016-09-261-28/+33
* mmc: sunxi: Introduce a sunxi_mmc_cfg structHans de Goede2016-09-261-32/+45
* mmc: sunxi: Disable sample clks on removeHans de Goede2016-09-261-0/+2
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-242-58/+54
|\
| * irqchip/mips-gic: Fix local interruptsPaul Burton2016-09-201-55/+50
| * irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warningJames Morse2016-09-201-3/+4
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-243-9/+14
|\ \
| * | i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-09-221-1/+2
| * | i2c: mux: pca954x: retry updating the mux selection on failurePeter Rosin2016-09-211-1/+1
| * | i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu2016-09-211-7/+11
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-09-241-7/+9
|\ \
| * | Input: silead_gsl1680 - use "silead/" prefix for firmware loadingHans de Goede2016-09-101-5/+6
| * | Input: silead_gsl1680 - document firmware-name, fix implementationHans de Goede2016-09-101-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-09-241-1/+1
|\ \ \
| * | | nvme-rdma: only clear queue flags after successful connectSagi Grimberg2016-09-231-1/+1
| | |/ | |/|
* | | Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-231-1/+5
|\ \ \