summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mvsdio.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-2/+0
2019-12-18mmc: mvsdio: convert to devm_platform_ioremap_resourceYangtao Li1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2018-05-31mmc: mvsdio: Enable MMC_CAP_ERASEUlf Hansson1-0/+2
2018-05-31mmc: mvsdio: Respect card busy time out from mmc coreUlf Hansson1-1/+3
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-6/+5
2015-12-22mmc: mvsdio: delete platform data code pathLinus Walleij1-49/+14
2015-12-22mmc: mvsdio: delete platform data headerLinus Walleij1-1/+6
2015-01-19mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-6/+0
2015-01-19mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()Ulf Hansson1-4/+0
2014-11-26mmc: mvsdio: Work around broken TX DMAAndrew Lunn1-1/+6
2014-06-12mmc: mvsdio: avoid compiler warningArnd Bergmann1-1/+1
2014-05-12mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth1-0/+14
2014-05-12mmc: mvsdio: silence card detect noticeSebastian Hesselbarth1-3/+3
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-32/+3
2013-10-30mmc: mvsdio: Remove redundant suspend and resume callbacksUlf Hansson1-29/+0
2013-09-26mmc: mvsdio: fix deferred probe from __initJohan Hovold1-5/+6
2013-09-25mmc: mvsdio: Convert to devm_ioremap_resourceSachin Kamat1-3/+3
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart1-1/+2
2013-06-27mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz1-33/+40
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-03-22mmc: mvsdio: use dev_*() API instead of pr_*() APIThomas Petazzoni1-22/+15
2013-03-22mmc: mvsdio: fix non-DT probing of GPIOsThomas Petazzoni1-2/+2
2013-03-22mmc: mvsdio: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-02-24mmc: mvsdio: add pinctrl integrationThomas Petazzoni1-0/+6
2013-02-11mmc: mvsdio: implement a Device Tree bindingThomas Petazzoni1-15/+49
2013-02-11mmc: mvsdio: use slot-gpio for card detect gpioThomas Petazzoni1-30/+9
2013-02-11mmc: mvsdio: use slot-gpio infrastructure for write protect gpioThomas Petazzoni1-25/+5
2013-01-23mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn1-62/+30
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-05-08ARM: Orion: SDIO: Add support for clk.Andrew Lunn1-0/+14
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-5/+8
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-7/+7
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2009-07-20mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre1-2/+2
2009-06-03mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre1-0/+25
2009-06-03mvsdio: ignore high speed timing requests from the coreNicolas Pitre1-0/+9
2009-06-03mvsdio: allow automatic loading when modularNicolas Pitre1-0/+1
2009-05-03mvsdio: fix CONFIG_PM=y buildRabin Vincent1-6/+5
2009-03-24mmc: SDIO driver for Marvell SoCsMaen Suleiman1-0/+885