summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/owl-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: owl: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+2
* mmc: owl: fix deferred probingSergey Shtylyov2023-06-191-1/+1
* mmc: owl-mmc: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-231-2/+1
* mmc: owl-mmc: Remove unnecessary error logLaibin Qiu2021-04-121-1/+0
* mmc: owl-mmc: Fix a resource leak in an error handling path and in the remove...Christophe JAILLET2021-02-011-3/+6
* mmc: owl-mmc: use true and false for bool variablesZou Wei2020-11-161-2/+2
* mmc: owl-mmc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2020-11-161-3/+2
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 5.4Douglas Anderson2020-09-071-0/+1
* mmc: owl-mmc: Get rid of of_match_ptr() macroManivannan Sadhasivam2020-07-061-1/+1
* mmc: owl-mmc: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-1/+7
* mmc: owl-mmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-3/+3
* mmc: Add Actions Semi Owl SoCs SD/MMC driverManivannan Sadhasivam2019-11-131-0/+696