summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: msm_sdcc: Check for only DATA_END interrupt to end a requestSahitya Tummala2010-12-201-11/+4Star
* mmc: msm_sdcc: Fix bug in PIO mode when data size is not word alignedSahitya Tummala2010-12-201-2/+6
* mmc: msm_sdcc: Reset SDCC in case of data transfer errorsSahitya Tummala2010-12-201-0/+39
* mmc: msm_sdcc: Add prog done interrupt supportSahitya Tummala2010-12-201-3/+25
* mmc: msm_sdcc: Fix possible circular locking dependency warningSahitya Tummala2010-12-201-16/+33
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-08-141-12/+23
|\
| * mmc: msm_sdcc: Compile the driver for msm7x30Sahitya Tummala2010-08-101-12/+1Star
| * mmc: msm: fix up build breakage on !PMDaniel Walker2010-06-241-16/+22
* | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-121-1/+1
|\ \
| * | msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-101-1/+1
| |/
* / drivers/mmc/host/msm-sdcc: remove dead config optionsChristian Dietrich2010-08-111-25/+0Star
|/
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-05-211-185/+287
|\
| * drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO supportSan Mehat2010-03-181-2/+10
| * mmc: msm_sdcc: Fix issue where clocks could be disabled mid transactionSan Mehat2010-03-181-34/+27Star
| * mmc: msm_sdcc: Fix the dma exec function to use the proper delaysSan Mehat2010-03-181-9/+10
| * mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk tim...Dmitry Shmidt2010-03-181-2/+2
| * mmc: msm_sdcc: Enable busclk idle timer for power savingsSan Mehat2010-03-181-2/+1Star
| * mmc: msm_sdcc: Don't disable interrupts while suspendingSan Mehat2010-03-181-3/+0Star
| * mmc: msm_sdcc: Fix issue where we might not end a sucessfull requestSan Mehat2010-03-181-3/+4
| * mmc: msm_sdcc: Featurize busclock power save and disable it by defaultSan Mehat2010-03-181-0/+13
| * mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabledSan Mehat2010-03-181-47/+52
| * mmc: msm_sdcc: Reduce command timeouts and improve reliability.San Mehat2010-03-181-119/+148
| * mmc: msm_sdcc: Schedule clock disable after probeSan Mehat2010-03-181-0/+2
| * mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delaysSan Mehat2010-03-181-55/+61
| * mmc: msm_sdcc: Driver clocking/irq improvementsSan Mehat2010-03-181-28/+61
| * msm: Add 'execute' datamover callbackSan Mehat2010-03-181-0/+1
| * mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT registerSan Mehat2010-03-181-0/+14
| * mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling ...San Mehat2010-03-181-40/+40
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* msm_sdcc.c: missing brackets in msmsdcc_resume()Roel Kluin2010-01-201-3/+1Star
* HTC Dream: mmc compilation fixesPavel Machek2009-12-101-4/+1Star
* msm_sdcc.c: move overly indented code to separate functionJoe Perches2009-09-231-69/+63Star
* msm_sdcc.c: stylistic cleaningJoe Perches2009-09-231-21/+24
* msm_sdcc.c: convert printk(KERN_<level> to pr_<level>(Joe Perches2009-09-231-58/+47Star
* mmc: msm_sdccc: driver for HTC DreamSan Mehat2009-09-231-0/+1301