summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mtk-sd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: mtk-sd: Assign src_clk parent to src_clk_cg for legacy DTsAngeloGioacchino Del Regno2021-12-281-12/+16
* mmc: mtk-sd: Fix usage of devm_clk_get_optional()AngeloGioacchino Del Regno2021-12-281-1/+1
* mmc: mtk-sd: Take action for no-sdio device-tree parameterAngeloGioacchino Del Regno2021-12-281-7/+12
* mmc: mtk-sd: Use BIT() and GENMASK() macros to describe fieldsAngeloGioacchino Del Regno2021-12-281-218/+219
* mmc: mtk-sd: Use readl_poll_timeout instead of open-coded pollingAngeloGioacchino Del Regno2021-12-281-25/+39
* mmc: mediatek: free the ext_csd when mmc_get_ext_csd successWenbin Mei2021-12-091-1/+3
* Merge branch 'fixes' into nextUlf Hansson2021-10-281-19/+19
|\
| * mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei2021-10-281-19/+19
* | mmc: mtk-sd: Add HS400 online tuning supportWenbin Mei2021-10-121-2/+77
* | mmc: mtk-sd: Remove unused parametersChanWoo Lee2021-10-121-6/+5
* | mmc: mtk-sd: Remove unused parameters(mrq)ChanWoo Lee2021-10-121-2/+2
* | mmc: mtk-sd: Add wait dma stop done flowDerong Liu2021-10-121-0/+5
|/
* mmc: mediatek: remove useless data parameter from msdc_data_xfer_next()Yue Hu2021-06-141-3/+2
* mmc: mediatek: use data instead of mrq parameter from msdc_{un}prepare_data()Yue Hu2021-06-141-12/+8
* mmc: mediatek: fix race condition between msdc_request_timeout and irqChaotian Jing2021-02-011-8/+10
* Merge branch 'fixes' into nextUlf Hansson2020-12-041-6/+4
|\
| * mmc: mediatek: mark PM functions as __maybe_unusedArnd Bergmann2020-12-041-6/+4
* | Merge branch 'fixes' into nextUlf Hansson2020-11-241-7/+26
|\|
| * mmc: mediatek: Extend recheck_sdio_irq fix to more variantsyong mao2020-11-241-5/+6
| * mmc: mediatek: Fix system suspend/resume support for CQHCIWenbin Mei2020-11-231-2/+20
* | mmc: mediatek: fix mem leak in msdc_drv_probeZheng Liang2020-11-171-2/+4
* | mmc: mediatek: add HS400 enhanced strobe supportWenbin Mei2020-11-161-0/+40
* | mmc: mediatek: Replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2020-11-161-3/+2
* | mmc: mediatek: Add subsys clock control for MT8192 msdcWenbin Mei2020-11-161-18/+56
|/
* mmc: mediatek: Drop pointer to mmc_host from msdc_hostAmey Narkhede2020-09-241-20/+25
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: mediatek: add pre_enable() and post_disable() hook functionChun-Hung Wu2020-09-071-0/+22
* mmc: mediatek: add optional module reset propertyWenbin Mei2020-08-241-0/+13
* mmc: mediatek: make function msdc_cqe_disable() staticWei Yongjun2020-08-051-1/+1
* mmc: mediatek: command queue supportChun-Hung Wu2020-07-241-0/+115
* mmc: mediatek: refine msdc timeout apiChun-Hung Wu2020-07-241-10/+22
* mmc: mediatek: add MT6779 MMC driver supportChun-Hung Wu2020-07-241-0/+13
* mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function headerLee Jones2020-07-131-2/+1
* mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+1
* mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-281-9/+10
* mmc: mediatek: fix SDIO irq issueyong mao2020-03-271-0/+41
* mmc: mtk-sd: convert to devm_platform_ioremap_resourceYangtao Li2019-12-181-2/+1
* mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 modeChaotian Jing2019-12-161-0/+2
* mmc: mtk-sd: Re-store SDIO IRQs mask at system resumeUlf Hansson2019-09-111-0/+3
* mmc: mediatek: enable SDIO IRQ low level trigger functionyong mao2019-09-111-0/+2
* mmc: mediatek: support 24bits segment sizeChaotian Jing2019-09-111-3/+13
* mmc: mediatek: fix controller busy when plug out SDChaotian Jing2019-09-111-3/+5
* mmc: mediatek: fix SDIO IRQ detection issuejjian zhou2019-06-171-0/+2
* mmc: mediatek: fix SDIO IRQ interrupt handle flowjjian zhou2019-06-171-17/+20
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* mmc: mtk-sd: enable internal card-detect logic.NeilBrown2019-05-061-4/+60
* mmc: mtk-sd: add support for config found in mt7620 family SOCs.NeilBrown2019-05-061-0/+12
* mmc: mtk-sd: don't hard-code interrupt trigger typeNeilBrown2019-05-061-1/+1
* mmc: mtk-sd: check for valid optional memory resourceFabien Parent2019-04-151-3/+5
* mmc: mtk-sd: add support for MT8516Fabien Parent2019-04-151-0/+11