aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/meson-gx-mmc.c
AgeCommit message (Expand)Author
2023-11-28mmc: meson-gx: Remove setting of CMD_CFG_ERRORRong Chen
2023-06-28mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll
2023-01-18mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang
2022-03-16mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen
2021-10-13mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirkNeil Armstrong
2021-06-30mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong
2020-07-16mmc: meson-gx: limit segments to 1 when dram-access-quirk is neededNeil Armstrong
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
2019-01-14mmc: meson-gx: Free irq in release() callbackRemi Pommarel
2018-12-17mmc: meson-gx: add signal resamplingJerome Brunet
2018-12-17mmc: meson-gx: align default phase on soc vendor treeJerome Brunet
2018-12-17mmc: meson-gx: remove useless lockJerome Brunet
2018-12-17mmc: meson-gx: make sure the descriptor is stopped on errorsJerome Brunet
2018-05-21mmc: meson-gx: add device resetJerome Brunet
2018-05-02mmc: meson: update doc to support Meson-AXG platformNan Li
2018-05-02mmc: meson-axg: add support for the Meson-AXG platformNan Li
2018-02-14Revert "mmc: meson-gx: include tx phase in the tuning process"Jerome Brunet
2018-02-05mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding
2017-12-15mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav
2017-10-30mmc: meson-gx-mmc: catch all errors when getting regulatorsWolfram Sang
2017-10-04mmc: meson-gx: include tx phase in the tuning processJerome Brunet
2017-10-04mmc: meson-gx: fix rx phase resetJerome Brunet
2017-10-04mmc: meson-gx: make sure the clock is rounded downJerome Brunet
2017-08-31mmc: meson-gx: fix __ffsdi2 undefined on arm32Jerome Brunet
2017-08-30mmc: meson-gx: rework tuning functionJerome Brunet
2017-08-30mmc: meson-gx: change default tx phaseJerome Brunet
2017-08-30mmc: meson-gx: implement voltage switch callbackJerome Brunet
2017-08-30mmc: meson-gx: use CCF to handle the clock phasesJerome Brunet
2017-08-30mmc: meson-gx: implement card_busy callbackJerome Brunet
2017-08-30mmc: meson-gx: simplify interrupt handlerJerome Brunet
2017-08-30mmc: meson-gx: work around clk-stop issueJerome Brunet
2017-08-30mmc: meson-gx: fix dual data rate mode frequenciesJerome Brunet
2017-08-30mmc: meson-gx: rework clock init functionJerome Brunet
2017-08-30mmc: meson-gx: rework clk_set functionJerome Brunet
2017-08-30mmc: meson-gx: rework set_ios functionJerome Brunet
2017-08-30mmc: meson-gx: cfg init overwrite valuesJerome Brunet