summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-06mmc: core: Add mmc_set_blockcount featureLoic Pallardy1-0/+14
2012-12-06mmc: core: Extend sysfs to ext_csd parameters for RPMB supportLoic Pallardy1-0/+4
2012-12-06mmc: card: Do not scan RPMB partitionsLoic Pallardy1-0/+2
2012-12-06mmc: core: Expose access to RPMB partitionLoic Pallardy1-0/+11
2012-12-06mmc: sdhci-pxav3: Add base clock quirkKevin Liu1-1/+10
2012-12-06mmc: Standardise capability typeLee Jones1-1/+1
2012-12-06mmc: mxs-mmc: Remove platform dataFabio Estevam1-21/+10
2012-12-06mmc: sdio: Use multiple scatter/gather listKyoungil Kim2-11/+31
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay3-1/+43
2012-12-06mmc: dw_mmc: fix more const pointer warningsArnd Bergmann1-5/+5
2012-12-06mmc: at91-mci: remove obsolete driverLudovic Desroches4-1356/+1
2012-12-06mmc: omap_hsmmc: remove warning message for debounce clockBalaji T K1-1/+0
2012-12-06mmc: omap_hsmmc: add DT property for max bus frequencyDaniel Mack1-1/+4
2012-12-06mmc: omap_hsmmc: claim pinctrl at probe timeDaniel Mack1-0/+7
2012-12-06mmc: mxcmmc: fix SD cards not being detected sometimes.Javier Martin1-1/+1
2012-12-06mmc: dw_mmc: use helper macro module_platform_driver()Andy Shevchenko1-12/+2
2012-12-06mmc: dw_mmc: use __devexit_p macro for .remove()Andy Shevchenko2-2/+2
2012-12-06mmc: queue: amend buffer swap for non-blocking transferSeungwon Jeon1-7/+10
2012-12-06mmc: core: debugfs: Add signal_voltage to ios dumpJohan Rudholm1-0/+16
2012-12-06mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmcKevin Liu1-7/+8
2012-12-06mmc: sh-mmcif: avoid oops on spurious interrupts (second try)Guennadi Liakhovetski1-2/+2
2012-12-06Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"Chris Ball1-4/+0
2012-12-06mmc: sdhci-s3c: fix missing clock for gpio card-detectHeiko Stübner1-0/+7
2012-11-08mmc: sdhci-s3c: fix the card detection in runtime-pmSeungwon Jeon1-2/+4
2012-11-08mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-14/+14
2012-11-08mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann4-6/+6
2012-11-08mmc: dw_mmc: fix modular build for exynos back-endArnd Bergmann1-1/+1
2012-11-08mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball1-10/+13
2012-11-08mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu1-6/+12
2012-11-08mmc: fix sdhci-dove probe/removalRussell King - ARM Linux1-18/+20
2012-11-08mmc: sh_mmcif: fix use after freeGuennadi Liakhovetski1-1/+1
2012-11-08mmc: sdhci-pci: fix 'Invalid iomem size' error message conditionAdrian Hunter1-1/+1
2012-11-08mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam1-1/+1
2012-11-08mmc: omap_hsmmc: fix NULL pointer dereference for dt bootBalaji T K1-6/+11
2012-11-07mmc: omap_hsmmc: fix host reference after mmc_free_hostBalaji T K1-1/+1
2012-11-07mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan2-14/+19
2012-11-07mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD1-14/+15
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang4-0/+22
2012-11-07mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon1-1/+1
2012-10-14Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds11-127/+567
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-18/+33
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds18-687/+2044
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2-1/+15
2012-10-13Merge tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2012-10-13Merge tag 'dm-3.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-511/+636
2012-10-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds52-729/+4245
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-342/+375
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-142/+344
2012-10-13dm: store dm_target_io in bio front_padMikulas Patocka1-59/+49
2012-10-13dm thin: move bio_prison code to separate moduleMike Snitzer5-404/+499