summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mvsdio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* mmc: mvsdio: Enable MMC_CAP_ERASEUlf Hansson2018-05-311-0/+2
* mmc: mvsdio: Respect card busy time out from mmc coreUlf Hansson2018-05-311-1/+3
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-3/+3
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-6/+5
* mmc: mvsdio: delete platform data code pathLinus Walleij2015-12-221-49/+14
* mmc: mvsdio: delete platform data headerLinus Walleij2015-12-221-1/+6
* mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2015-01-191-6/+0
* mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson2015-01-191-4/+0
* mmc: mvsdio: Work around broken TX DMAAndrew Lunn2014-11-261-1/+6
* mmc: mvsdio: avoid compiler warningArnd Bergmann2014-06-121-1/+1
* mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth2014-05-121-0/+14
* mmc: mvsdio: silence card detect noticeSebastian Hesselbarth2014-05-121-3/+3
* Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-32/+3
|\
| * mmc: mvsdio: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-29/+0
| * mmc: mvsdio: Convert to devm_ioremap_resourceSachin Kamat2013-09-251-3/+3
* | mmc: mvsdio: fix deferred probe from __initJohan Hovold2013-09-261-5/+6
|/
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-241-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/+0
* mmc: mvsdio: use dev_*() API instead of pr_*() APIThomas Petazzoni2013-03-221-22/+15
* 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/+1
* 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/+9
* mmc: mvsdio: use slot-gpio infrastructure for write protect gpioThomas Petazzoni2013-02-111-25/+5
* mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn2013-01-231-62/+30
* 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-081-0/+14
* ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-131-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/+1
* 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-201-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/+5
* mmc: SDIO driver for Marvell SoCsMaen Suleiman2009-03-241-0/+885