summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/moxart-mmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13mmc: moxart-mmc: Use sg_miter for PIOLinus Walleij1-43/+34
2024-02-13mmc: moxart-mmc: Fix accounting in DMA transferLinus Walleij1-2/+2
2024-02-13mmc: moxart-mmc: Factor out moxart_use_dma() helperLinus Walleij1-2/+7
2023-08-15mmc: moxart: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-09mmc: remove unnecessary set_drvdata() functionYang Yingliang1-2/+0
2023-07-13mmc: moxart: read scr register without changing byte orderSergei Antonov1-7/+1
2023-02-15mmc: moxart: set maximum request/block/segment sizesSergei Antonov1-0/+9
2022-12-07mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-09-14mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov1-14/+3
2022-01-31moxart: fix potential use-after-free on remove pathGreg Kroah-Hartman1-1/+1
2021-10-14mmc: moxart: Fix null pointer dereference on pointer hostColin Ian King1-6/+7
2021-10-12mmc: moxart: Fix reference count leaks in moxart_probeXin Xiong1-2/+14
2021-08-24mmc: moxart: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-04-12mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'Yang Li1-6/+4
2020-11-16mmc: moxart: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-3/+2
2020-09-25mmc: moxart: remove unneeded check for drvdataKrzysztof Kozlowski1-12/+11
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2019-11-14mmc: moxart: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2017-08-30mmc: moxart: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-5/+3
2016-09-26mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire1-2/+3
2015-10-26mmc: moxart: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-02-04mmc: moxart: fix probe logicArnd Bergmann1-11/+9
2015-01-19mmc: moxart: Handle error from mmc_of_parse()Ulf Hansson1-1/+3
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-07-09mmc: moxart: Remove unneeded version.h inclusionSachin Kamat1-1/+0
2014-05-13mmc: moxart: Add MOXA ART SD/MMC driverJonas Jensen1-0/+730