aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.0.77' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-05-091-1/+1
|\
| * mmc: core: Fix bit width test failing on old eMMC cardsPhilip Rakity2013-05-071-1/+1
| * mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung2012-12-031-1/+1
* | add support for p1Chirayu Desai2013-05-055-10/+55
* | Merge 3.0.52Pawit Pornkitprasan2012-11-207-15/+20
|\ \ | |/
| * mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-10-021-2/+3
| * mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani2012-10-021-3/+3
| * mmc: sdhci-esdhc: break out early if clock is 0Shawn Guo2012-10-021-3/+3
| * mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala2012-10-021-2/+2
| * mmc: sdhci-pci: CaFe has broken card detectionDaniel Drake2012-08-091-0/+1
| * mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-06-012-5/+8
* | Merge remote-tracking branch 'common/android-3.0' into android-samsung-30-wip...JP Abgrall2012-05-081-2/+1
|\ \
| * \ Merge commit 'v3.0.31' into android-3.0Todd Poynor2012-05-081-2/+1
| |\ \ | | |/
| | * mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard2012-05-071-2/+1
* | | Merge remote-tracking branch 'common/android-3.0' into android-samsung-30-wip...JP Abgrall2012-04-2412-55/+82
|\ \ \ | |/ /
| * | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-1912-55/+82
| |\ \ | | |/
| | * mmc: atmel-mci: correct data timeout computationLudovic Desroches2012-04-131-1/+8
| | * mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer2012-03-121-2/+3
| | * mmc: core: check for zero length ioctl dataJohan Rudholm2012-02-291-37/+45
| | * mmc: sd: Fix SDR12 timing regressionAlexander Elbs2012-01-251-2/+1
| | * mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu2012-01-251-2/+1
| | * mmc: core: Fix voltage select in DDR modeGirish K S2012-01-251-1/+1
| | * ARM: 7220/1: mmc: mmci: Fixup error handling for dmaUlf Hansson2012-01-061-1/+5
| | * ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERRUlf Hansson2012-01-061-3/+5
| | * mmc: vub300: fix type of firmware_rom_wait_states module parameterRusty Russell2012-01-061-1/+1
| | * mmc: mxcmmc: fix falling back to PIOSascha Hauer2011-12-211-0/+1
| | * mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin2011-11-111-0/+2
| | * mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson2011-11-115-5/+9
* | | mmc: sdhci: Skip rest of suspend if mmc_suspend_host() failsDmitry Shmidt2012-03-051-0/+4
* | | mmc: sdhci: Allow mmc_suspend_host/mmc_resume_host for sdio devicesDmitry Shmidt2012-02-271-6/+2
* | | Revert "Revert "mmc: Set suspend/resume bus operations if CONFIG_PM_RUNTIME i...Todd Poynor2012-01-241-17/+7
* | | Revert "mmc: Set suspend/resume bus operations if CONFIG_PM_RUNTIME is used"Ken Sumrall2012-01-181-7/+17
* | | Merge remote branch 'common/android-3.0' into android-samsung-30-wip-mergedownJP Abgrall2011-12-201-17/+7
|\ \ \ | |/ /
| * | mmc: Set suspend/resume bus operations if CONFIG_PM_RUNTIME is usedDmitry Shmidt2011-12-191-17/+7
* | | MMC:S3C: Turn interrupts on on resume when flag is setRom Lemarchand2011-11-171-0/+10
* | | MMC: S3C: Add support for extra MMC quirkRom Lemarchand2011-11-171-0/+2
* | | MMC: host: add a quirk to keep the clocks on when idlingRom Lemarchand2011-11-171-2/+4
* | | mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_removeMarek Szyprowski2011-11-171-3/+5
* | | mmc: sdhci-s3c: Add MMC_PM_IGNORE_PM_NOTIFY for builtin deviceDmitry Shmidt2011-11-171-0/+5
* | | S5PC11X: SDHCI: Fix compile warnning.Choi jonghwan2011-11-171-1/+1
* | | S5PC11X: MMC: set MMC_PM_KEEP_POWER flag for SDIO device.w12.lee2011-11-171-0/+6
* | | mmc: sdhci: Skip mmc suspend/resume ops for SDIO device,w12.lee2011-11-171-11/+16
* | | sdhci: enable t-flash.Seungwon2011-11-161-1/+1
* | | sdhci: add support for S5PV210Seungwon2011-11-163-12/+160
* | | mmc: sdhci-s3c: Always update the clock on the first call to set_clockArve Hjønnevåg2011-11-161-1/+3
|/ /
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-276-33/+57
|\ \ | |/
| * mmc: mxs-mmc: fix clock rate settingKoen Beel2011-10-161-16/+14
| * mmc: sdhci-s3c: Fix mmc card I/O problemGirish K S2011-10-031-0/+2
| * mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-10-031-1/+1
| * mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-10-031-2/+29