summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mvsdio.c
AgeCommit message (Expand)AuthorLines
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit-6/+5
2015-12-22mmc: mvsdio: delete platform data code pathLinus Walleij-49/+14
2015-12-22mmc: mvsdio: delete platform data headerLinus Walleij-1/+6
2015-01-19mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang-6/+0
2015-01-19mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson-4/+0
2014-11-26mmc: mvsdio: Work around broken TX DMAAndrew Lunn-1/+6
2014-06-12mmc: mvsdio: avoid compiler warningArnd Bergmann-1/+1
2014-05-12mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth-0/+14
2014-05-12mmc: mvsdio: silence card detect noticeSebastian Hesselbarth-3/+3
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-32/+3
2013-10-30mmc: mvsdio: Remove redundant suspend and resume callbacksUlf Hansson-29/+0
2013-09-26mmc: mvsdio: fix deferred probe from __initJohan Hovold-5/+6
2013-09-25mmc: mvsdio: Convert to devm_ioremap_resourceSachin Kamat-3/+3
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart-1/+2
2013-06-27mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz-33/+40
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-03-22mmc: mvsdio: use dev_*() API instead of pr_*() APIThomas Petazzoni-22/+15
2013-03-22mmc: mvsdio: fix non-DT probing of GPIOsThomas Petazzoni-2/+2
2013-03-22mmc: mvsdio: use module_platform_driver_probe()Jingoo Han-12/+1
2013-02-24mmc: mvsdio: add pinctrl integrationThomas Petazzoni-0/+6
2013-02-11mmc: mvsdio: implement a Device Tree bindingThomas Petazzoni-15/+49
2013-02-11mmc: mvsdio: use slot-gpio for card detect gpioThomas Petazzoni-30/+9
2013-02-11mmc: mvsdio: use slot-gpio infrastructure for write protect gpioThomas Petazzoni-25/+5
2013-01-23mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn-62/+30
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann-1/+1
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz-0/+4
2012-05-08ARM: Orion: SDIO: Add support for clk.Andrew Lunn-0/+14
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn-5/+8
2011-10-26mmc: replace printk with appropriate display macroGirish K S-7/+7
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen-2/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming-1/+1
2009-07-20mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre-2/+2
2009-06-03mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre-0/+25
2009-06-03mvsdio: ignore high speed timing requests from the coreNicolas Pitre-0/+9
2009-06-03mvsdio: allow automatic loading when modularNicolas Pitre-0/+1
2009-05-03mvsdio: fix CONFIG_PM=y buildRabin Vincent-6/+5
2009-03-24mmc: SDIO driver for Marvell SoCsMaen Suleiman-0/+885