summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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