aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/msm_sdcc.c
AgeCommit message (Expand)Author
2010-08-13Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds
2010-08-12Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds
2010-08-11drivers/mmc/host/msm-sdcc: remove dead config optionsChristian Dietrich
2010-08-09mmc: msm_sdcc: Compile the driver for msm7x30Sahitya Tummala
2010-08-09msm: mmc: Add msm prefix to platform data structureSahitya Tummala
2010-06-23mmc: msm: fix up build breakage on !PMDaniel Walker
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming
2010-05-21Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO supportSan Mehat
2010-03-18mmc: msm_sdcc: Fix issue where clocks could be disabled mid transactionSan Mehat
2010-03-18mmc: msm_sdcc: Fix the dma exec function to use the proper delaysSan Mehat
2010-03-18mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk tim...Dmitry Shmidt
2010-03-18mmc: msm_sdcc: Enable busclk idle timer for power savingsSan Mehat
2010-03-18mmc: msm_sdcc: Don't disable interrupts while suspendingSan Mehat
2010-03-18mmc: msm_sdcc: Fix issue where we might not end a sucessfull requestSan Mehat
2010-03-18mmc: msm_sdcc: Featurize busclock power save and disable it by defaultSan Mehat
2010-03-18mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabledSan Mehat
2010-03-18mmc: msm_sdcc: Reduce command timeouts and improve reliability.San Mehat
2010-03-18mmc: msm_sdcc: Schedule clock disable after probeSan Mehat
2010-03-18mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delaysSan Mehat
2010-03-18mmc: msm_sdcc: Driver clocking/irq improvementsSan Mehat
2010-03-18msm: Add 'execute' datamover callbackSan Mehat
2010-03-18mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT registerSan Mehat
2010-03-18mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling ...San Mehat
2010-01-20msm_sdcc.c: missing brackets in msmsdcc_resume()Roel Kluin
2009-12-10HTC Dream: mmc compilation fixesPavel Machek
2009-09-23msm_sdcc.c: move overly indented code to separate functionJoe Perches
2009-09-23msm_sdcc.c: stylistic cleaningJoe Perches
2009-09-23msm_sdcc.c: convert printk(KERN_<level> to pr_<level>(Joe Perches
2009-09-23mmc: msm_sdccc: driver for HTC DreamSan Mehat