summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-27mmc: usdhi6rol0: handle probe deferral for regulatorRabin Vincent1-2/+4
2015-08-27mmc: sdhci-of-arasan: Add the support for sdhci-5.1Shawn Lin1-0/+1
2015-08-27mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang1-1/+3
2015-08-27mmc: atmel-mci: remove useless includeAlexandre Belloni1-1/+0
2015-08-27mmc: sunxi: fix timeout in sunxi_mmc_oclk_onoffMichal Suchanek1-1/+1
2015-08-27mmc: sdhci-sirf: corrent quirk according to real chipsBarry Song1-2/+2
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin2-1/+12
2015-08-27mmc: sdhci-esdhc-imx: change default watermark level and burst lengthHaibo Chen1-1/+2
2015-08-27mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1Haibo Chen1-0/+16
2015-08-27mmc: sdhci-esdhc-imx: add tuning-step setting supportHaibo Chen1-0/+9
2015-08-27mmc: sdhci-esdhc-imx: add imx7d support and support HS400Haibo Chen1-3/+83
2015-08-27mmc: sdhci-of-esdhc: add workaround for pre divider initial valueYangbo Lu1-0/+6
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2-46/+29
2015-08-27mmc: host: use of_property_read_bool()Sergei Shtylyov1-21/+21
2015-08-27mmc: sdhci-pci: set the clear transfer mode register quirk for O2MicroAdam Lee1-0/+1
2015-08-27mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht1-3/+2
2015-08-24mmc: tmio: Fix timeout value for command requestTakeshi Kihara1-2/+4
2015-08-24mmc: sdhci-of-at91: introduce driver for the Atmel SDMMCludovic.desroches@atmel.com3-0/+201
2015-08-24mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com1-9/+20
2015-08-17mmc: dw_mmc: add quirk for broken data transfer over schemeAddy Ke2-2/+65
2015-08-17mmc: dw_mmc: print the message for deprecated propertyJaehoon Chung1-1/+3
2015-08-17mmc: dw_mmc: remove the unused blk_settingJaehoon Chung1-21/+13
2015-08-17mmc: dw_mmc: fix the wrong condition checkingJaehoon Chung1-1/+1
2015-08-17mmc: dw_mmc: fix pio mode when internal dmac is enabledHeiko Stuebner1-13/+14
2015-08-17mmc: dw_mmc: Fix coding style issuesShawn Lin1-34/+56
2015-08-17mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is usedAlexey Brodkin1-38/+71
2015-08-17mmc: block: add fixup of broken CMD23 for Sandisk cardYangbo Lu1-0/+4
2015-08-17mmc: sdhci-esdhc: add default quirk SDHCI_QUIRK_NO_HISPD_BITYangbo Lu1-1/+2
2015-08-17mmc: omap_hsmmc: regulator automatically released by devmAndreas Fenkart1-12/+0
2015-08-17mmc: omap_hsmmc: call omap_hsmmc_set_power directlyAndreas Fenkart1-15/+22
2015-08-17mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is setIvan T. Ivanov1-2/+1
2015-08-17mmc: sdhci: don't use card state polling when CD GPIO is definedIvan T. Ivanov1-1/+2
2015-08-17mmc: sdhci: let GPIO based card detection have higher precedenceIvan T. Ivanov1-4/+10
2015-08-17mmc: sdhci-msm: Boost controller core clockIvan T. Ivanov1-0/+5
2015-08-17mmc: block: don't use parameter prefix if built as moduleAndy Shevchenko1-0/+3
2015-08-17mmc: omap: use for_each_sg() for scatterlist parsingFabian Frederick1-2/+3
2015-08-17mmc: sdhci-of-arasan: add quirks for broken clock baseSuneel Garapati1-0/+3
2015-08-17mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati2-0/+5
2015-08-17mmc: pxamci: switch over to dmaengine useDaniel Mack1-86/+114
2015-08-17mmc: core: Optimize case for exactly one erase-group budgetDavid Jander1-4/+34
2015-08-16Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2015-08-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-32/+26
2015-08-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2015-08-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2015-08-14zram: fix pool name truncationSergey Senozhatsky1-4/+2
2015-08-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2015-08-14Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"Alexandre Courbot1-21/+8
2015-08-14drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom1-2/+2
2015-08-14Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie4-13/+22
2015-08-13Merge tag 'dm-4.2-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds7-20/+54