aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-10mmc: msm_sdcc: Use platform_set|get_drvdataUlf Hansson1-3/+3
2013-10-30mmc: msm_sdcc: Move away from using deprecated APIsUlf Hansson1-25/+2
2013-06-24msm_sdcc: Convert to clk_prepare/unprepareStephen Boyd1-1/+13
2013-03-05mmc: msm_sdcc: Remove unnecessary includeStephen Boyd1-1/+0
2012-09-14ARM: msm: move platform_data definitionsArnd Bergmann1-1/+1
2012-01-11mmc: remove the second argument of k[un]map_atomic()Cong Wang1-3/+3
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-4/+4
2011-10-26mmc: msm_sdcc: Handle dma resource not present caseSubhash Jadavani1-5/+10
2011-10-26mmc: msm_sdcc: Change initialization order of busclk_timer in probeSahitya Tummala1-4/+4
2011-10-26mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interruptsSahitya Tummala1-4/+16
2011-10-26msm: mmc: Remove "pio_irq" resourceSahitya Tummala1-6/+2
2011-10-26mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.Sahitya Tummala1-6/+6
2011-10-26mmc: msm_sdcc: Handle error cases in probeSahitya Tummala1-3/+11
2011-10-26msm: Implement init_card operation for MSM SDCCAlexander Tarasikov1-0/+9
2011-10-26mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setupAlexander Tarasikov1-1/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-8/+0
2011-03-17mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()Linus Walleij1-8/+0
2011-01-21mmc: msm_sdcc: Add gpio handling function to driverSahitya Tummala1-1/+39
2011-01-21drivers: mmc: msm: remove clock disable in probeDaniel Walker1-3/+0
2011-01-21mmc: msm: fix dma usage not to use internal APIsDaniel Walker1-27/+22
2010-12-20mmc: msm_sdcc: Check for only DATA_END interrupt to end a requestSahitya Tummala1-11/+4
2010-12-20mmc: msm_sdcc: Fix bug in PIO mode when data size is not word alignedSahitya Tummala1-2/+6
2010-12-20mmc: msm_sdcc: Reset SDCC in case of data transfer errorsSahitya Tummala1-0/+39
2010-12-20mmc: msm_sdcc: Add prog done interrupt supportSahitya Tummala1-3/+25
2010-12-20mmc: msm_sdcc: Fix possible circular locking dependency warningSahitya Tummala1-16/+33
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
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