summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/meson-mx-sdio.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-18mmc: meson-mx-sdio: Ignore disabled "mmc-slot" child-nodesMartin Blumenstingl1-16/+21
2025-11-18mmc: meson-mx-sdio: Fix indentation in meson_mx_mmc_irq_thread()Martin Blumenstingl1-2/+1
2025-11-18mmc: meson-mx-sdio: Use dev_err_probe() where appropriateMartin Blumenstingl1-13/+17
2025-11-18mmc: meson-mx-sdio: Use devm_mmc_alloc_host() helperBinbin Zhou1-11/+7
2025-11-18mmc: meson-mx-sdio: Refactor internal clock initializationMartin Blumenstingl1-58/+61
2025-11-18mmc: meson-mx-sdio: Use devm_clk_get_enabled()Martin Blumenstingl1-16/+7
2025-11-18mmc: meson-mx-sdio: Switch to regmap for register accessMartin Blumenstingl1-62/+63
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-08-15mmc: meson-mx-sdio: Convert to platform remove callback returning voidYangtao Li1-4/+2
2021-12-21mmc: meson-mx-sdio: add IRQ checkSergey Shtylyov1-0/+5
2020-11-16mmc: meson-mx-sdio: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-3/+2
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19Douglas Anderson1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+1
2020-05-28mmc: meson-mx-sdio: trigger a soft reset after a timeout or CRC errorMartin Blumenstingl1-0/+3
2020-04-20mmc: meson-mx-sdio: remove the broken ->card_busy() opMartin Blumenstingl1-9/+0
2020-04-20mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSYMartin Blumenstingl1-1/+1
2019-12-18mmc: meson-mx-sdio: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-07-22mmc: meson-mx-sdio: Fix misuse of GENMASK macroJoe Perches1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-12-17mmc: meson-mx-sdio: check devm_kasprintf for failureNicholas Mc Guire1-0/+6
2018-10-08mmc: meson-mx-sdio: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-09-05mmc: meson-mx-sdio: fix OF child-node lookupJohan Hovold1-2/+6
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-30mmc: meson-mx-sdio: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-10-30mmc: meson-mx-sdio: Cleanup IS_ERR() checksDan Carpenter1-2/+2
2017-10-30mmc: meson-mx-sdio: return correct error codeDan Carpenter1-1/+1
2017-10-30mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCsCarlo Caione1-0/+769