summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Remove msm_sdcc driverStephen Boyd2015-03-271-1474/+0Star
* mmc: msm_sdcc: Use platform_set|get_drvdataUlf Hansson2014-11-101-3/+3
* mmc: msm_sdcc: Move away from using deprecated APIsUlf Hansson2013-10-311-25/+2Star
* msm_sdcc: Convert to clk_prepare/unprepareStephen Boyd2013-06-241-1/+13
* mmc: msm_sdcc: Remove unnecessary includeStephen Boyd2013-03-051-1/+0Star
* ARM: msm: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* mmc: remove the second argument of k[un]map_atomic()Cong Wang2012-01-121-3/+3
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-121-12/+1Star
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-4/+4
* mmc: msm_sdcc: Handle dma resource not present caseSubhash Jadavani2011-10-261-5/+10
* mmc: msm_sdcc: Change initialization order of busclk_timer in probeSahitya Tummala2011-10-261-4/+4
* mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interruptsSahitya Tummala2011-10-261-4/+16
* msm: mmc: Remove "pio_irq" resourceSahitya Tummala2011-10-261-6/+2Star
* mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.Sahitya Tummala2011-10-261-6/+6
* mmc: msm_sdcc: Handle error cases in probeSahitya Tummala2011-10-261-3/+11
* msm: Implement init_card operation for MSM SDCCAlexander Tarasikov2011-10-261-0/+9
* mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setupAlexander Tarasikov2011-10-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-191-8/+0Star
|\
| * mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()Linus Walleij2011-03-171-8/+0Star
* | mmc: msm_sdcc: Add gpio handling function to driverSahitya Tummala2011-01-221-1/+39
|/
* drivers: mmc: msm: remove clock disable in probeDaniel Walker2011-01-221-3/+0Star
* mmc: msm: fix dma usage not to use internal APIsDaniel Walker2011-01-221-27/+22Star
* mmc: msm_sdcc: Check for only DATA_END interrupt to end a requestSahitya Tummala2010-12-201-11/+4Star
* mmc: msm_sdcc: Fix bug in PIO mode when data size is not word alignedSahitya Tummala2010-12-201-2/+6
* mmc: msm_sdcc: Reset SDCC in case of data transfer errorsSahitya Tummala2010-12-201-0/+39
* mmc: msm_sdcc: Add prog done interrupt supportSahitya Tummala2010-12-201-3/+25
* mmc: msm_sdcc: Fix possible circular locking dependency warningSahitya Tummala2010-12-201-16/+33
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-08-141-12/+23
|\
| * mmc: msm_sdcc: Compile the driver for msm7x30Sahitya Tummala2010-08-101-12/+1Star
| * mmc: msm: fix up build breakage on !PMDaniel Walker2010-06-241-16/+22
* | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-121-1/+1
|\ \
| * | msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-101-1/+1
| |/
* / drivers/mmc/host/msm-sdcc: remove dead config optionsChristian Dietrich2010-08-111-25/+0Star
|/
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-05-211-185/+287
|\
| * drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO supportSan Mehat2010-03-181-2/+10
| * mmc: msm_sdcc: Fix issue where clocks could be disabled mid transactionSan Mehat2010-03-181-34/+27Star
| * mmc: msm_sdcc: Fix the dma exec function to use the proper delaysSan Mehat2010-03-181-9/+10
| * mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk tim...Dmitry Shmidt2010-03-181-2/+2
| * mmc: msm_sdcc: Enable busclk idle timer for power savingsSan Mehat2010-03-181-2/+1Star
| * mmc: msm_sdcc: Don't disable interrupts while suspendingSan Mehat2010-03-181-3/+0Star
| * mmc: msm_sdcc: Fix issue where we might not end a sucessfull requestSan Mehat2010-03-181-3/+4
| * mmc: msm_sdcc: Featurize busclock power save and disable it by defaultSan Mehat2010-03-181-0/+13
| * mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabledSan Mehat2010-03-181-47/+52
| * mmc: msm_sdcc: Reduce command timeouts and improve reliability.San Mehat2010-03-181-119/+148
| * mmc: msm_sdcc: Schedule clock disable after probeSan Mehat2010-03-181-0/+2
| * mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delaysSan Mehat2010-03-181-55/+61
| * mmc: msm_sdcc: Driver clocking/irq improvementsSan Mehat2010-03-181-28/+61
| * msm: Add 'execute' datamover callbackSan Mehat2010-03-181-0/+1