summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxs-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mxs-mmc: Add wp-inverted propertyMarek Vasut2012-07-221-2/+13
* mmc: mxs-mmc: enable regulator for mmc slotShawn Guo2012-07-221-0/+11
* mmc: mxs-mmc: Move of_match_table out of CONFIG_PMMarek Vasut2012-06-061-1/+1
* mmc: mxs-mmc: add device tree supportShawn Guo2012-05-131-5/+43
* mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_hostShawn Guo2012-05-131-7/+4
* mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_hostShawn Guo2012-05-131-3/+3
* mmc: mxs-mmc: use devm_* helper to make cleanup simplerShawn Guo2012-05-131-31/+9
* mmc: mxs-mmc: move header from mach into linux folderShawn Guo2012-05-131-2/+1
* mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo2012-05-131-10/+22
* mmc: mxs-mmc: let ssp_is_old take host as parameterShawn Guo2012-05-131-28/+29
* mmc: mxs-mmc: use global stmp_device functionalityShawn Guo2012-05-131-7/+7
* mmc: mxs-mmc: adopt pinctrl supportShawn Guo2012-05-121-0/+8
* dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-201-0/+3
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-6/+6
|\
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-271-5/+5
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-271-1/+1
* | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-1/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-1/+9
|\
| * mmc: mxs-mmc: fix the dma_transfer_direction migrationShawn Guo2011-12-231-0/+3
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-1/+6
| |\
| | * mmc-host: move to dma_transfer_directionVinod Koul2011-10-311-1/+6
* | | Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-131-12/+1
|\ \ \
| * | | mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-111-12/+1
| |/ /
* / / mmc: mxs-mmc: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-5/+5
|/ /
* / mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
|/
* mmc: mxs-mmc: fix clock rate settingKoen Beel2011-07-211-16/+14
* mmc: mxs-mmc: add mmc host driver for i.MX23/28Shawn Guo2011-03-151-0/+874