summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/wbsd.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13mmc: wbsd: remove redundant assignment to variable idColin Ian King1-2/+0
2023-08-15mmc: wbsd: Convert to platform remove callback returning voidYangtao Li1-5/+2
2023-08-09mmc: remove unnecessary set_drvdata() functionYang Yingliang1-2/+0
2023-08-09mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang1-2/+0
2022-12-07mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+11
2022-12-07mmc: wbsd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter1-5/+5
2021-02-08mmc: wbsd: Use new tasklet APIEmil Renner Berthing1-20/+15
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-05-28mmc: wbsd: Replace hardcoded command numbers with existing definesUlf Hansson1-12/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-05-21mmc: wbsd: handle highmem pagesChristoph Hellwig1-38/+30
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-30mmc-host: wbsd: use setup_timer() helper.Allen1-3/+2
2017-08-30mmc: wbsd: remove CONFIG_MMC_DEBUG from the driverShawn Lin1-2/+0
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/mmc/host/David Howells1-4/+4
2017-02-13mmc: wbsd: safer check if dma_addr is valid DMA addressAlexey Khoroshilov1-2/+5
2016-11-29mmc: wbsd: implement check for dma mapping errorAlexey Khoroshilov1-4/+7
2015-10-26mmc: wbsd: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-15/+6
2013-11-08mmc: wbsd: Silence compiler warningUlf Hansson1-1/+0
2013-10-30mmc: wbsd: Move away from using deprecated APIsUlf Hansson1-28/+5
2012-11-28mmc: remove use of __devexitBill Pemberton1-3/+3
2012-11-28mmc: remove use of __devinitBill Pemberton1-9/+9
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-2/+2
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-11/+11
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-04-08New mail address for Pierre OssmanPierre Ossman1-1/+1
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-1/+1
2008-07-15wbsd: fix bad dma_addr_t conversionPierre Ossman1-2/+2
2008-07-15mmc: wbsd.c fix shadowing of 'dma' variableTomas Winkler1-15/+15
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-1/+1
2008-06-12mmc: wbsd: initialize tasklets before requesting interruptChuck Ebbert1-11/+10
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-10-24mmc: sg falloutJens Axboe1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-3/+3
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman1-1/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-21/+20
2007-08-09wbsd: fix section mismatch warningsGabriel C1-5/+5
2007-07-26mmc: remove redundant debug information from sdhci and wbsdPierre Ossman1-13/+0
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-05-01wbsd: check for data opcode earlierPierre Ossman1-21/+20
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman1-0/+2062