summaryrefslogtreecommitdiff
path: root/drivers/memory/mtk-smi.c
AgeCommit message (Expand)Author
2023-12-19memory: mtk-smi: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-10memory: mtk-smi: mt8365: Add SMI SupportAlexandre Mergnat
2022-08-30memory: mtk-smi: mt8188: Add SMI SupportChengci.Xu
2022-08-30memory: mtk-smi: Add enable IOMMU SMC command for MM masterChengci.Xu
2022-08-30memory: mtk-smi: Add return value for configure port functionChengci.Xu
2022-07-01Merge tag 'memory-controller-drv-5.20' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2022-06-06memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin
2022-06-06memory: mtk-smi: Add support for MT6795 Helio X10AngeloGioacchino Del Regno
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-01Merge tag 'memory-controller-drv-mediatek-5.18' of git://git.kernel.org/pub/s...Arnd Bergmann
2022-02-08memory: mtk-smi: Enable sleep ctrl safety function for MT8195AngeloGioacchino Del Regno
2022-01-28media: memory: mtk-smi: Get rid of mtk_smi_larb_get/putYong Wu
2022-01-27memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAXAngeloGioacchino Del Regno
2022-01-25memory: mtk-smi: mt8186: Add smi supportYong Wu
2022-01-25memory: mtk-smi: Add sleep ctrl functionYong Wu
2022-01-25memory: mtk-smi: handle positive return value for clk_bulk_prepare_enableYong Wu
2021-11-25memory: mtk-smi: Fix a null dereference for the ostdYong Wu
2021-09-22memory: mtk-smi: mt8195: Add initial setting for smi-larbYong Wu
2021-09-22memory: mtk-smi: mt8195: Add initial setting for smi-commonYong Wu
2021-09-22memory: mtk-smi: mt8195: Add smi supportYong Wu
2021-09-22memory: mtk-smi: Use devm_platform_ioremap_resourceYong Wu
2021-09-22memory: mtk-smi: Add clocks for smi-sub-commonYong Wu
2021-09-22memory: mtk-smi: Add device link for smi-sub-commonYong Wu
2021-09-22memory: mtk-smi: Add error handle for smi_probeYong Wu
2021-09-22memory: mtk-smi: Adjust some code positionYong Wu
2021-09-22memory: mtk-smi: Rename smi_gen to smi_typeYong Wu
2021-09-22memory: mtk-smi: Use clk_bulk clock opsYong Wu
2021-04-13memory: mtk-smi: Add device-link between smi-larb and smi-commonYong Wu
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu
2021-01-26memory: mtk-smi: Allow building as moduleYong Wu
2021-01-22memory: mtk-smi: Use platform_register_driversYong Wu
2021-01-03memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi opsZhang Qilong
2020-11-05memory: mtk-smi: Add mt8192 supportYong Wu
2020-09-09memory: mtk-smi: add support for MT8167Fabien Parent
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-24memory: mtk-smi: Add argument to function pointer definitionKrzysztof Kozlowski
2020-07-13memory: mtk-smi: Add basic support for MT6779Ming-Fan Chen
2019-10-15memory: mtk-smi: Add PM suspend and resume opsYong Wu
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu
2019-08-30memory: mtk-smi: Add bus_sel for mt8183Yong Wu
2019-08-30memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportYong Wu
2019-08-30memory: mtk-smi: Add gals supportYong Wu
2019-08-30memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu
2019-08-30memory: mtk-smi: Use a general config_port interfaceYong Wu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2017-08-22memory: mtk-smi: Degrade SMI init to module_initYong Wu