aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mvsdio.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-32/+3
2013-10-30mmc: mvsdio: Remove redundant suspend and resume callbacksGravatar Ulf Hansson 1-29/+0
2013-09-26mmc: mvsdio: fix deferred probe from __initGravatar Johan Hovold 1-5/+6
2013-09-25mmc: mvsdio: Convert to devm_ioremap_resourceGravatar Sachin Kamat 1-3/+3
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Gravatar Laurent Pinchart 1-1/+2
2013-06-27mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Gravatar Simon Baatz 1-33/+40
2013-05-26mmc: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-03-22mmc: mvsdio: use dev_*() API instead of pr_*() APIGravatar Thomas Petazzoni 1-22/+15
2013-03-22mmc: mvsdio: fix non-DT probing of GPIOsGravatar Thomas Petazzoni 1-2/+2
2013-03-22mmc: mvsdio: use module_platform_driver_probe()Gravatar Jingoo Han 1-12/+1
2013-02-24mmc: mvsdio: add pinctrl integrationGravatar Thomas Petazzoni 1-0/+6
2013-02-11mmc: mvsdio: implement a Device Tree bindingGravatar Thomas Petazzoni 1-15/+49
2013-02-11mmc: mvsdio: use slot-gpio for card detect gpioGravatar Thomas Petazzoni 1-30/+9
2013-02-11mmc: mvsdio: use slot-gpio infrastructure for write protect gpioGravatar Thomas Petazzoni 1-25/+5
2013-01-23mmc: mvsdio: use devm_ API to simplify/correct error paths.Gravatar Andrew Lunn 1-62/+30
2012-09-19ARM: orion: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkGravatar Simon Baatz 1-0/+4
2012-05-08ARM: Orion: SDIO: Add support for clk.Gravatar Andrew Lunn 1-0/+14
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataGravatar Andrew Lunn 1-5/+8
2011-10-26mmc: replace printk with appropriate display macroGravatar Girish K S 1-7/+7
2010-10-23mmc: Remove distinction between hw and phys segmentsGravatar Martin K. Petersen 1-2/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Gravatar Matt Fleming 1-1/+1
2009-07-20mvsdio: fix handling of partial word at the end of PIO transferGravatar Nicolas Pitre 1-2/+2
2009-06-03mvsdio: fix config failure with some high speed SDHC cardsGravatar Nicolas Pitre 1-0/+25
2009-06-03mvsdio: ignore high speed timing requests from the coreGravatar Nicolas Pitre 1-0/+9
2009-06-03mvsdio: allow automatic loading when modularGravatar Nicolas Pitre 1-0/+1
2009-05-03mvsdio: fix CONFIG_PM=y buildGravatar Rabin Vincent 1-6/+5
2009-03-24mmc: SDIO driver for Marvell SoCsGravatar Maen Suleiman 1-0/+885