aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-13Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-12/+23
2010-08-12Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-1/+1
2010-08-11drivers/mmc/host/msm-sdcc: remove dead config optionsChristian Dietrich1-25/+0
2010-08-09mmc: msm_sdcc: Compile the driver for msm7x30Sahitya Tummala1-12/+1
2010-08-09msm: mmc: Add msm prefix to platform data structureSahitya Tummala1-1/+1
2010-06-23mmc: msm: fix up build breakage on !PMDaniel Walker1-16/+22
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-21Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-185/+287
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO supportSan Mehat1-2/+10
2010-03-18mmc: msm_sdcc: Fix issue where clocks could be disabled mid transactionSan Mehat1-34/+27
2010-03-18mmc: msm_sdcc: Fix the dma exec function to use the proper delaysSan Mehat1-9/+10
2010-03-18mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk timer won't fireDmitry Shmidt1-2/+2
2010-03-18mmc: msm_sdcc: Enable busclk idle timer for power savingsSan Mehat1-2/+1
2010-03-18mmc: msm_sdcc: Don't disable interrupts while suspendingSan Mehat1-3/+0
2010-03-18mmc: msm_sdcc: Fix issue where we might not end a sucessfull requestSan Mehat1-3/+4
2010-03-18mmc: msm_sdcc: Featurize busclock power save and disable it by defaultSan Mehat1-0/+13
2010-03-18mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabledSan Mehat1-47/+52
2010-03-18mmc: msm_sdcc: Reduce command timeouts and improve reliability.San Mehat1-119/+148
2010-03-18mmc: msm_sdcc: Schedule clock disable after probeSan Mehat1-0/+2
2010-03-18mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delaysSan Mehat1-55/+61
2010-03-18mmc: msm_sdcc: Driver clocking/irq improvementsSan Mehat1-28/+61
2010-03-18msm: Add 'execute' datamover callbackSan Mehat1-0/+1
2010-03-18mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT registerSan Mehat1-0/+14
2010-03-18mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling clocksSan Mehat1-40/+40
2010-01-20msm_sdcc.c: missing brackets in msmsdcc_resume()Roel Kluin1-3/+1
2009-12-10HTC Dream: mmc compilation fixesPavel Machek1-4/+1
2009-09-23msm_sdcc.c: move overly indented code to separate functionJoe Perches1-69/+63
2009-09-23msm_sdcc.c: stylistic cleaningJoe Perches1-21/+24
2009-09-23msm_sdcc.c: convert printk(KERN_<level> to pr_<level>(Joe Perches1-58/+47
2009-09-23mmc: msm_sdccc: driver for HTC DreamSan Mehat1-0/+1301