aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxs-mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-04mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala1-5/+5
2012-09-04mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala1-2/+2
2012-07-22mmc: mxs-mmc: Add wp-inverted propertyMarek Vasut1-2/+13
2012-07-22mmc: mxs-mmc: enable regulator for mmc slotShawn Guo1-0/+11
2012-06-06mmc: mxs-mmc: Move of_match_table out of CONFIG_PMMarek Vasut1-1/+1
2012-05-13mmc: mxs-mmc: add device tree supportShawn Guo1-5/+43
2012-05-13mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_hostShawn Guo1-7/+4
2012-05-13mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_hostShawn Guo1-3/+3
2012-05-13mmc: mxs-mmc: use devm_* helper to make cleanup simplerShawn Guo1-31/+9
2012-05-13mmc: mxs-mmc: move header from mach into linux folderShawn Guo1-2/+1
2012-05-13mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo1-10/+22
2012-05-13mmc: mxs-mmc: let ssp_is_old take host as parameterShawn Guo1-28/+29
2012-05-13mmc: mxs-mmc: use global stmp_device functionalityShawn Guo1-7/+7
2012-05-12mmc: mxs-mmc: adopt pinctrl supportShawn Guo1-0/+8
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo1-0/+3
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-6/+6
2012-03-27mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie1-5/+5
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie1-1/+1
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-1/+1
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+9
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-12/+1
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-12/+1
2011-12-28mmc: mxs-mmc: convert to clk_prepare/clk_unprepareShawn Guo1-5/+5
2011-12-23mmc: mxs-mmc: fix the dma_transfer_direction migrationShawn Guo1-0/+3
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-1/+6
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul1-1/+6
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-07-21mmc: mxs-mmc: fix clock rate settingKoen Beel1-16/+14
2011-03-15mmc: mxs-mmc: add mmc host driver for i.MX23/28Shawn Guo1-0/+874