summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/wmt-sdmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET2024-03-051-4/+0
* mmc: wmt-sdmmc: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-231-4/+2
* mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+5
* mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET2022-09-271-1/+4
* mmc: wmt-sdmmc: Use of_device_get_match_data() helperBean Huo2022-02-281-5/+2
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mmc: wmt-sdmmc: Drop unused includeLinus Walleij2019-02-251-1/+0
* mmc: host: simplify getting .drvdataWolfram Sang2018-05-021-4/+2
* mmc: wmt-sdmmc: Handle return value of clk_prepare_enableArvind Yadav2017-08-301-1/+5
* mmc: wmt-sdmmc: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson2017-02-131-0/+1
* mmc: constify of_device_id arrayFabian Frederick2015-03-231-1/+1
* mmc: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLEDAxel Lin2014-07-091-1/+1
* mmc: wmt-sdmmc: Fix settting BM_EIGHTBIT_MODE bit in wmt_mci_set_ios()Axel Lin2014-07-091-16/+15
* mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded valueAxel Lin2014-05-221-1/+1
* mmc: wmt-sdmmc: Fix NULL pointer dereferenceSachin Kamat2014-02-251-1/+3
* mmc: wmt-sdmmc: Move away from using deprecated APIsUlf Hansson2013-10-301-17/+10
* mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementationAxel Lin2013-10-211-22/+8
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* mmc: wmt-sdmmc: Use resource_size()Alexandru Gheorghiu2013-03-221-1/+1
* mmc: wmt-sdmmc: remove unused variable in wmt_complete_data_request()Wei Yongjun2013-03-221-2/+0
* mmc: vt8500: Remove erroneous __exitp in wmt_mci_driverTony Prisk2013-02-241-1/+1
* Drivers: mmc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650Tony Prisk2012-12-061-0/+1029