summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/via-sdmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+3
* mmc: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-241-2/+2
* mmc: via-sdmmc: add a check against NULL pointer dereferenceZheyu Ma2021-06-141-0/+3
* mmc: via-sdmmc: remove unneeded variable 'ret'Yang Li2021-03-301-2/+1
* mmc: via-sdmmc: Use new tasklet APIEmil Renner Berthing2021-02-081-6/+3
* mmc: via-sdmmc: Fix data race bugMadhuparna Bhowmik2020-09-071-0/+3
* mmc: via-sdmmc: use generic power managementVaibhav Gupta2020-07-241-25/+8
* mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-1/+6
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-10/+0
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-3/+3
* mmc-host: via: use setup_timer() helper.Allen2017-10-301-3/+1
* mmc: host: via-sdmmc: constify pci_device_id.Arvind Yadav2017-08-301-1/+1
* mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson2017-02-131-0/+1
* mmc: via-sdmmc: Move away from using deprecated APIsUlf Hansson2013-10-301-6/+1
* mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* mmc: via-sdmmc: Use module_pci_driverSachin Kamat2012-09-041-15/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* mmc: use pci_dev->revisionSergei Shtylyov2011-03-251-3/+2
* mmc: via-sdmmc: Remove set-but-unused variable.Chris Ball2011-03-151-3/+0
* 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
* mmc: Add new via-sdmmc host controller driverHarald Welte2009-06-211-0/+1362