summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/wmt-sdmmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET1-4/+0
2023-08-15mmc: wmt-sdmmc: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-09mmc: Explicitly include correct DT includesRob Herring1-1/+0
2023-03-23mmc: Use of_property_read_bool() for boolean propertiesRob Herring1-4/+2
2022-12-07mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2022-09-27mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET1-1/+4
2022-02-28mmc: wmt-sdmmc: Use of_device_get_match_data() helperBean Huo1-5/+2
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-25mmc: wmt-sdmmc: Drop unused includeLinus Walleij1-1/+0
2018-05-02mmc: host: simplify getting .drvdataWolfram Sang1-4/+2
2017-08-30mmc: wmt-sdmmc: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-08-30mmc: wmt-sdmmc: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson1-0/+1
2015-03-23mmc: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09mmc: wmt-sdmmc: Remove deprecated IRQF_DISABLEDAxel Lin1-1/+1
2014-07-09mmc: wmt-sdmmc: Fix settting BM_EIGHTBIT_MODE bit in wmt_mci_set_ios()Axel Lin1-16/+15
2014-05-22mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded valueAxel Lin1-1/+1
2014-02-26mmc: wmt-sdmmc: Fix NULL pointer dereferenceSachin Kamat1-1/+3
2013-10-31mmc: wmt-sdmmc: Move away from using deprecated APIsUlf Hansson1-17/+10
2013-10-21mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementationAxel Lin1-22/+8
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-22mmc: wmt-sdmmc: Use resource_size()Alexandru Gheorghiu1-1/+1
2013-03-22mmc: wmt-sdmmc: remove unused variable in wmt_complete_data_request()Wei Yongjun1-2/+0
2013-02-24mmc: vt8500: Remove erroneous __exitp in wmt_mci_driverTony Prisk1-1/+1
2013-01-04Drivers: mmc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-06mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650Tony Prisk1-0/+1029