summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-03-26mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon1-27/+102
2012-03-26mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren1-13/+87
2012-03-26mmc: esdhc: Implement power management for ESDHCJerry Huang1-0/+18
2012-03-26mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2-0/+8
2012-03-26mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung1-8/+8
2012-03-26mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath6-102/+379
2012-03-26mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung1-0/+5
2012-03-26mmc: MMC-4.5 Data Tag SupportSaugata Das2-5/+30
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+0
2012-03-24Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-68/+125
2012-03-24Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-03-24Merge branch 'mmci' into ambaRussell King2-57/+124
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-0/+10
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine6-8/+8
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-03-21debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-03-21Merge branch 'next/fixes-non-critical' into next/driversArnd Bergmann8-23/+36
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+3
2012-03-17ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-11/+1
2012-03-17Merge branch 'pm-qos'Rafael J. Wysocki2-0/+10
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann8-23/+36
2012-03-14Merge branch 'next/devel-samsung-mmc' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-3/+3
2012-03-14sh_mmcif / PM: Use PM QoS latency constraintRafael J. Wysocki1-0/+5
2012-03-14tmio_mmc / PM: Use PM QoS latency constraintRafael J. Wysocki1-0/+5
2012-03-11mmc: sdhci-s3c: add platform data for the second capabilityJaehoon Chung1-3/+3
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-1/+1
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim1-1/+1
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson4-5/+17
2012-03-04mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon1-3/+4
2012-03-04mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer1-2/+3
2012-03-04mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski1-2/+2
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2012-03-03mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches1-11/+10
2012-02-29includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-02-28Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanupArnd Bergmann18-132/+241
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann18-132/+241
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar1-8/+16
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2-0/+4
2012-02-14mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon1-69/+75
2012-02-14mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches1-0/+3
2012-02-14mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent1-0/+1
2012-02-14mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski1-7/+9
2012-02-14mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski3-2/+23
2012-02-14mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks1-2/+2
2012-02-14mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2-12/+31
2012-02-14mmc: sdhci-pci: set Medfield SDIO as non-removableAdrian Hunter1-1/+1
2012-02-14mmc: core: add the capability for broken voltageJaehoon Chung1-0/+4
2012-02-14mmc: core: Fix low speed mmc card detection failureGirish K S1-2/+3