aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/mtk-smi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30memory: mtk-smi: mt8188: Add SMI SupportChengci.Xu1-0/+71
2022-08-30memory: mtk-smi: Add enable IOMMU SMC command for MM masterChengci.Xu1-0/+18
2022-08-30memory: mtk-smi: Add return value for configure port functionChengci.Xu1-9/+11
2022-07-01Merge tag 'memory-controller-drv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann1-0/+17
2022-06-06memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin1-1/+4
2022-06-06memory: mtk-smi: Add support for MT6795 Helio X10AngeloGioacchino Del Regno1-0/+17
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+53
2022-03-01Merge tag 'memory-controller-drv-mediatek-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann1-2/+52
2022-02-08memory: mtk-smi: Enable sleep ctrl safety function for MT8195AngeloGioacchino Del Regno1-1/+2
2022-01-28media: memory: mtk-smi: Get rid of mtk_smi_larb_get/putYong Wu1-14/+0
2022-01-27memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAXAngeloGioacchino Del Regno1-2/+1
2022-01-25memory: mtk-smi: mt8186: Add smi supportYong Wu1-0/+13
2022-01-25memory: mtk-smi: Add sleep ctrl functionYong Wu1-0/+36
2022-01-25memory: mtk-smi: handle positive return value for clk_bulk_prepare_enableYong Wu1-1/+1
2021-11-25memory: mtk-smi: Fix a null dereference for the ostdYong Wu1-1/+1
2021-09-22memory: mtk-smi: mt8195: Add initial setting for smi-larbYong Wu1-1/+78
2021-09-22memory: mtk-smi: mt8195: Add initial setting for smi-commonYong Wu1-4/+38
2021-09-22memory: mtk-smi: mt8195: Add smi supportYong Wu1-0/+26
2021-09-22memory: mtk-smi: Use devm_platform_ioremap_resourceYong Wu1-8/+3
2021-09-22memory: mtk-smi: Add clocks for smi-sub-commonYong Wu1-2/+8
2021-09-22memory: mtk-smi: Add device link for smi-sub-commonYong Wu1-24/+51
2021-09-22memory: mtk-smi: Add error handle for smi_probeYong Wu1-1/+9
2021-09-22memory: mtk-smi: Adjust some code positionYong Wu1-113/+75
2021-09-22memory: mtk-smi: Rename smi_gen to smi_typeYong Wu1-14/+14
2021-09-22memory: mtk-smi: Use clk_bulk clock opsYong Wu1-88/+55
2021-04-13memory: mtk-smi: Add device-link between smi-larb and smi-commonYong Wu1-9/+10
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+8
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu1-0/+7
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu1-0/+1
2021-01-26memory: mtk-smi: Allow building as moduleYong Wu1-0/+9
2021-01-22memory: mtk-smi: Use platform_register_driversYong Wu1-19/+6
2021-01-03memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi opsZhang Qilong1-2/+2
2020-11-05memory: mtk-smi: Add mt8192 supportYong Wu1-0/+19
2020-09-09memory: mtk-smi: add support for MT8167Fabien Parent1-0/+23
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+22
2020-07-24memory: mtk-smi: Add argument to function pointer definitionKrzysztof Kozlowski1-1/+1
2020-07-13memory: mtk-smi: Add basic support for MT6779Ming-Fan Chen1-0/+22
2019-10-15memory: mtk-smi: Add PM suspend and resume opsYong Wu1-0/+4
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu1-3/+3
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu1-24/+2
2019-08-30memory: mtk-smi: Add bus_sel for mt8183Yong Wu1-2/+22
2019-08-30memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu1-41/+72
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportYong Wu1-0/+20
2019-08-30memory: mtk-smi: Add gals supportYong Wu1-0/+36
2019-08-30memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu1-11/+24
2019-08-30memory: mtk-smi: Use a general config_port interfaceYong Wu1-7/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-08-22memory: mtk-smi: Degrade SMI init to module_initYong Wu1-7/+4
2017-08-22iommu/mediatek: Add mt2712 IOMMU supportYong Wu1-3/+51
2017-08-15memory: mtk-smi: Handle return value of clk_prepare_enableArvind Yadav1-1/+4