summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.c
AgeCommit message (Expand)AuthorFilesLines
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 ...San 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