summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/moxart-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: moxart: set maximum request/block/segment sizesSergei Antonov2023-02-151-0/+9
* mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+3
* mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov2022-09-141-14/+3
* moxart: fix potential use-after-free on remove pathGreg Kroah-Hartman2022-01-311-1/+1
* mmc: moxart: Fix null pointer dereference on pointer hostColin Ian King2021-10-141-6/+7
* mmc: moxart: Fix reference count leaks in moxart_probeXin Xiong2021-10-121-2/+14
* mmc: moxart: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-241-0/+1
* mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'Yang Li2021-04-121-6/+4
* mmc: moxart: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2020-11-161-3/+2
* mmc: moxart: remove unneeded check for drvdataKrzysztof Kozlowski2020-09-251-12/+11
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: moxart: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+2
* mmc: moxart: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-5/+3
* mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire2016-09-261-2/+3
* mmc: moxart: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-261-0/+1
* mmc: moxart: fix probe logicArnd Bergmann2015-02-041-11/+9
* mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson2015-01-191-1/+3
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: moxart: Remove unneeded version.h inclusionSachin Kamat2014-07-091-1/+0
* mmc: moxart: Add MOXA ART SD/MMC driverJonas Jensen2014-05-121-0/+730