summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/meson-gx-mmc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28mmc: meson-gx: Remove setting of CMD_CFG_ERRORRong Chen1-1/+0
2023-08-26mmc: meson-gx: fix deferred probingSergey Shtylyov1-2/+2
2023-08-26mmc: meson-gx: use devm_mmc_alloc_hostHeiner Kallweit1-35/+17
2023-06-28mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll1-8/+2
2023-01-14mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-08-25mmc: meson-gx: Fix an error handling path in meson_mmc_probe()Christophe JAILLET1-2/+4
2022-03-16mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen1-7/+8
2021-10-13mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-14/+59
2021-06-30mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-5/+45
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson1-0/+1
2020-09-07mmc: meson: Simplify with dev_err_probe()Krzysztof Kozlowski1-11/+5
2020-09-07mmc: meson-gx: use wrapper to avoid accessing internal varsWolfram Sang1-1/+1
2020-06-16mmc: meson-gx: limit segments to 1 when dram-access-quirk is neededNeil Armstrong1-2/+4
2020-05-28mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut1-1/+4
2019-12-16mmc: meson-gx: Convert to pinctrl_select_default_state()Ulf Hansson1-9/+1
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-12Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-15/+55
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 463Thomas Gleixner1-14/+1
2019-06-10mmc: meson-gx: add dram-access-quirkNeil Armstrong1-15/+55
2019-06-10mmc: meson-gx-mmc: update with SPDX Licence identifierNeil Armstrong1-14/+1
2019-05-28mmc: meson-gx: fix irq ackJerome Brunet1-3/+3
2019-05-06mmc: meson-gx: add signal resampling tuningJerome Brunet1-3/+70
2019-05-06mmc: meson-gx: remove Rx phase tuningJerome Brunet1-277/+13
2019-05-06mmc: meson-gx: avoid clock glitch when switching to DDR modesJerome Brunet1-30/+43
2019-05-06mmc: meson-gx: disable HS400Jerome Brunet1-4/+7
2019-05-06mmc: meson-gx: correct irq flagJerome Brunet1-1/+1
2019-05-06mmc: meson-gx: ack only raised irqJerome Brunet1-3/+3
2019-05-06mmc: meson-gx: remove open coded read with timeoutJerome Brunet1-14/+4
2019-02-13mmc: meson-gx: fix interrupt nameMartin Blumenstingl1-1/+2
2019-01-22mmc: meson-gx: enable signal re-sampling together with tuningAndreas Fenkart1-5/+9
2019-01-14mmc: meson-gx: Free irq in release() callbackRemi Pommarel1-7/+11
2018-12-17mmc: meson-gx: add signal resamplingJerome Brunet1-1/+11
2018-12-17mmc: meson-gx: align default phase on soc vendor treeJerome Brunet1-7/+1
2018-12-17mmc: meson-gx: remove useless lockJerome Brunet1-7/+0
2018-12-17mmc: meson-gx: make sure the descriptor is stopped on errorsJerome Brunet1-10/+63
2018-05-21mmc: meson-gx: add device resetJerome Brunet1-0/+9
2018-05-02mmc: meson: update doc to support Meson-AXG platformNan Li1-1/+1
2018-05-02mmc: meson-axg: add support for the Meson-AXG platformNan Li1-10/+51
2018-02-14Revert "mmc: meson-gx: include tx phase in the tuning process"Jerome Brunet1-18/+1
2018-02-05mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding1-0/+1
2017-12-15mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav1-1/+1
2017-10-30mmc: meson-gx-mmc: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-10-04mmc: meson-gx: include tx phase in the tuning processJerome Brunet1-1/+18
2017-10-04mmc: meson-gx: fix rx phase resetJerome Brunet1-2/+4
2017-10-04mmc: meson-gx: make sure the clock is rounded downJerome Brunet1-2/+1
2017-08-31mmc: meson-gx: fix __ffsdi2 undefined on arm32Jerome Brunet1-7/+7
2017-08-30mmc: meson-gx: rework tuning functionJerome Brunet1-50/+111
2017-08-30mmc: meson-gx: change default tx phaseJerome Brunet1-1/+7
2017-08-30mmc: meson-gx: implement voltage switch callbackJerome Brunet1-0/+22
2017-08-30mmc: meson-gx: use CCF to handle the clock phasesJerome Brunet1-41/+176