summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mvsdio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mvsdio: avoid compiler warningArnd Bergmann2014-06-121-1/+1
* mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth2014-05-131-0/+14
* mmc: mvsdio: silence card detect noticeSebastian Hesselbarth2014-05-131-3/+3
* Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-32/+3Star
|\
| * mmc: mvsdio: Remove redundant suspend and resume callbacksUlf Hansson2013-10-311-29/+0Star
| * mmc: mvsdio: Convert to devm_ioremap_resourceSachin Kamat2013-09-261-3/+3
* | mmc: mvsdio: fix deferred probe from __initJohan Hovold2013-09-271-5/+6
|/
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-251-1/+2
* mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz2013-06-271-33/+40
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-1/+0Star
* mmc: mvsdio: use dev_*() API instead of pr_*() APIThomas Petazzoni2013-03-221-22/+15Star
* mmc: mvsdio: fix non-DT probing of GPIOsThomas Petazzoni2013-03-221-2/+2
* mmc: mvsdio: use module_platform_driver_probe()Jingoo Han2013-03-221-12/+1Star
* mmc: mvsdio: add pinctrl integrationThomas Petazzoni2013-02-241-0/+6
* mmc: mvsdio: implement a Device Tree bindingThomas Petazzoni2013-02-111-15/+49
* mmc: mvsdio: use slot-gpio for card detect gpioThomas Petazzoni2013-02-111-30/+9Star
* mmc: mvsdio: use slot-gpio infrastructure for write protect gpioThomas Petazzoni2013-02-111-25/+5Star
* mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn2013-01-231-62/+30Star
* ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+4
* ARM: Orion: SDIO: Add support for clk.Andrew Lunn2012-05-091-0/+14
* ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-141-5/+8
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-7/+7
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre2009-07-211-2/+2
* mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre2009-06-031-0/+25
* mvsdio: ignore high speed timing requests from the coreNicolas Pitre2009-06-031-0/+9
* mvsdio: allow automatic loading when modularNicolas Pitre2009-06-031-0/+1
* mvsdio: fix CONFIG_PM=y buildRabin Vincent2009-05-031-6/+5Star
* mmc: SDIO driver for Marvell SoCsMaen Suleiman2009-03-241-0/+885