summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/meson-gx-mmc.c
AgeCommit message (Expand)Author
2023-10-27mmc: meson-gx: Remove setting of CMD_CFG_ERRORRong Chen
2023-08-15mmc: meson-gx: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-08-09mmc: meson-gx: Drop redundant WARN_ON() in the irq handlerUlf Hansson
2023-06-19mmc: meson-gx: fix deferred probingSergey Shtylyov
2023-06-14mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll
2023-03-23mmc: meson-gx: use new helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit
2023-03-23mmc: meson-gx: simplify usage of mmc_regulator_set_ocrHeiner Kallweit
2023-02-17mmc: meson-gx: Use devm_platform_get_and_ioremap_resource()Yang Li
2023-02-17mmc: meson-gx: constify member data of struct meson_hostHeiner Kallweit
2023-02-17mmc: meson-gx: use devm_clk_get_enabled() for core clockHeiner Kallweit
2023-02-15mmc: meson-gx: support platform interrupt as card detect interruptHeiner Kallweit
2023-02-15mmc: meson-gx: remove meson_mmc_get_cdHeiner Kallweit
2023-02-14mmc: Merge branch fixes into nextUlf Hansson
2023-02-13mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't setHeiner Kallweit
2023-02-13mmc: meson-gx: use devm_mmc_alloc_hostHeiner Kallweit
2022-12-07mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang
2022-09-14mmc: meson-gx: add SDIO interrupt supportHeiner Kallweit
2022-09-14mmc: meson-gx: adjust and re-use constant IRQ_EN_MASKHeiner Kallweit
2022-08-15mmc: meson-gx: Fix an error handling path in meson_mmc_probe()Christophe JAILLET
2022-04-26mmc: meson-gx: switch to device-managed dmam_alloc_coherent()Heiner Kallweit
2022-02-28mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen
2021-10-06mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirkNeil Armstrong
2021-06-14mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong
2021-05-10mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist size alignmentNeil Armstrong
2021-05-10mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist of...Neil Armstrong
2021-04-19mmc: meson-gx: replace WARN_ONCE with dev_warn_once about scatterlist size al...Neil Armstrong
2021-02-01mmc: meson-gx: check for scatterlist size alignment in block modeDmitry Lebed
2020-11-16mmc: meson-gx: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson
2020-09-07mmc: meson: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-07mmc: meson-gx: use wrapper to avoid accessing internal varsWolfram Sang
2020-06-16mmc: meson-gx: limit segments to 1 when dram-access-quirk is neededNeil Armstrong
2020-05-28mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut
2019-12-16mmc: meson-gx: Convert to pinctrl_select_default_state()Ulf Hansson
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 463Thomas Gleixner
2019-06-10mmc: meson-gx: add dram-access-quirkNeil Armstrong
2019-06-10mmc: meson-gx-mmc: update with SPDX Licence identifierNeil Armstrong
2019-05-28mmc: meson-gx: fix irq ackJerome Brunet
2019-05-06mmc: meson-gx: add signal resampling tuningJerome Brunet
2019-05-06mmc: meson-gx: remove Rx phase tuningJerome Brunet
2019-05-06mmc: meson-gx: avoid clock glitch when switching to DDR modesJerome Brunet
2019-05-06mmc: meson-gx: disable HS400Jerome Brunet
2019-05-06mmc: meson-gx: correct irq flagJerome Brunet
2019-05-06mmc: meson-gx: ack only raised irqJerome Brunet
2019-05-06mmc: meson-gx: remove open coded read with timeoutJerome Brunet
2019-02-13mmc: meson-gx: fix interrupt nameMartin Blumenstingl
2019-01-22mmc: meson-gx: enable signal re-sampling together with tuningAndreas Fenkart