aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/msm_sdcc.c
AgeCommit message (Expand)Author
2013-03-05mmc: msm_sdcc: Remove unnecessary includeStephen Boyd
2012-09-14ARM: msm: move platform_data definitionsArnd Bergmann
2012-01-11mmc: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-26mmc: msm_sdcc: Handle dma resource not present caseSubhash Jadavani
2011-10-26mmc: msm_sdcc: Change initialization order of busclk_timer in probeSahitya Tummala
2011-10-26mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interruptsSahitya Tummala
2011-10-26msm: mmc: Remove "pio_irq" resourceSahitya Tummala
2011-10-26mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.Sahitya Tummala
2011-10-26mmc: msm_sdcc: Handle error cases in probeSahitya Tummala
2011-10-26msm: Implement init_card operation for MSM SDCCAlexander Tarasikov
2011-10-26mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setupAlexander Tarasikov
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-03-17mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()Linus Walleij
2011-01-21mmc: msm_sdcc: Add gpio handling function to driverSahitya Tummala
2011-01-21drivers: mmc: msm: remove clock disable in probeDaniel Walker
2011-01-21mmc: msm: fix dma usage not to use internal APIsDaniel Walker
2010-12-20mmc: msm_sdcc: Check for only DATA_END interrupt to end a requestSahitya Tummala
2010-12-20mmc: msm_sdcc: Fix bug in PIO mode when data size is not word alignedSahitya Tummala
2010-12-20mmc: msm_sdcc: Reset SDCC in case of data transfer errorsSahitya Tummala
2010-12-20mmc: msm_sdcc: Add prog done interrupt supportSahitya Tummala
2010-12-20mmc: msm_sdcc: Fix possible circular locking dependency warningSahitya Tummala
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
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