summaryrefslogtreecommitdiff
path: root/drivers/memory/mtk-smi.c
AgeCommit message (Expand)Author
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
2017-08-22iommu/mediatek: Add mt2712 IOMMU supportYong Wu
2017-08-15memory: mtk-smi: Handle return value of clk_prepare_enableArvind Yadav
2017-08-04memory: mtk-smi: add larbid handle routineHonghui Zhang
2017-08-04memory: mtk-smi: Use of_device_get_match_data helperHonghui Zhang
2016-06-21memory/mediatek: add support for mt2701Honghui Zhang
2016-05-06memory: mtk-smi: export mtk_smi_larb_get/putPhilipp Zabel
2016-02-25memory: mediatek: Add SMI driverYong Wu