summaryrefslogtreecommitdiff
path: root/drivers/memory/mtk-smi.c
Commit message (Expand)AuthorAgeFilesLines
* memory: mtk-smi: mt8365: Add SMI SupportAlexandre Mergnat2023-04-101-0/+6
* memory: mtk-smi: mt8188: Add SMI SupportChengci.Xu2022-08-301-0/+71
* memory: mtk-smi: Add enable IOMMU SMC command for MM masterChengci.Xu2022-08-301-0/+18
* memory: mtk-smi: Add return value for configure port functionChengci.Xu2022-08-301-9/+11
* Merge tag 'memory-controller-drv-5.20' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2022-07-011-0/+17
|\
| * memory: mtk-smi: Add support for MT6795 Helio X10AngeloGioacchino Del Regno2022-06-061-0/+17
* | memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin2022-06-061-1/+4
|/
* Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-4/+53
|\
| * Merge tag 'memory-controller-drv-mediatek-5.18' of git://git.kernel.org/pub/s...Arnd Bergmann2022-03-011-2/+52
| |\
| | * memory: mtk-smi: Enable sleep ctrl safety function for MT8195AngeloGioacchino Del Regno2022-02-081-1/+2
| | * memory: mtk-smi: mt8186: Add smi supportYong Wu2022-01-251-0/+13
| | * memory: mtk-smi: Add sleep ctrl functionYong Wu2022-01-251-0/+36
| | * memory: mtk-smi: handle positive return value for clk_bulk_prepare_enableYong Wu2022-01-251-1/+1
| * | memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAXAngeloGioacchino Del Regno2022-01-271-2/+1
| |/
* | media: memory: mtk-smi: Get rid of mtk_smi_larb_get/putYong Wu2022-01-281-14/+0
|/
* memory: mtk-smi: Fix a null dereference for the ostdYong Wu2021-11-251-1/+1
* memory: mtk-smi: mt8195: Add initial setting for smi-larbYong Wu2021-09-221-1/+78
* memory: mtk-smi: mt8195: Add initial setting for smi-commonYong Wu2021-09-221-4/+38
* memory: mtk-smi: mt8195: Add smi supportYong Wu2021-09-221-0/+26
* memory: mtk-smi: Use devm_platform_ioremap_resourceYong Wu2021-09-221-8/+3
* memory: mtk-smi: Add clocks for smi-sub-commonYong Wu2021-09-221-2/+8
* memory: mtk-smi: Add device link for smi-sub-commonYong Wu2021-09-221-24/+51
* memory: mtk-smi: Add error handle for smi_probeYong Wu2021-09-221-1/+9
* memory: mtk-smi: Adjust some code positionYong Wu2021-09-221-113/+75
* memory: mtk-smi: Rename smi_gen to smi_typeYong Wu2021-09-221-14/+14
* memory: mtk-smi: Use clk_bulk clock opsYong Wu2021-09-221-88/+55
* memory: mtk-smi: Add device-link between smi-larb and smi-commonYong Wu2021-04-131-9/+10
* Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-0/+8
|\
| * iommu/mediatek: Support master use iova over 32bitYong Wu2021-02-011-0/+7
| * iommu/mediatek: Use the common mtk-memory-port.hYong Wu2021-02-011-0/+1
* | memory: mtk-smi: Allow building as moduleYong Wu2021-01-261-0/+9
* | memory: mtk-smi: Use platform_register_driversYong Wu2021-01-221-19/+6
* | memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi opsZhang Qilong2021-01-031-2/+2
|/
* memory: mtk-smi: Add mt8192 supportYong Wu2020-11-051-0/+19
* memory: mtk-smi: add support for MT8167Fabien Parent2020-09-091-0/+23
* Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-0/+22
|\
| * memory: mtk-smi: Add basic support for MT6779Ming-Fan Chen2020-07-131-0/+22
* | memory: mtk-smi: Add argument to function pointer definitionKrzysztof Kozlowski2020-07-241-1/+1
|/
* memory: mtk-smi: Add PM suspend and resume opsYong Wu2019-10-151-0/+4
* iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu2019-08-301-3/+3
* memory: mtk-smi: Get rid of need_larbidYong Wu2019-08-301-24/+2
* memory: mtk-smi: Add bus_sel for mt8183Yong Wu2019-08-301-2/+22
* memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu2019-08-301-41/+72
* iommu/mediatek: Add mt8183 IOMMU supportYong Wu2019-08-301-0/+20
* memory: mtk-smi: Add gals supportYong Wu2019-08-301-0/+36
* memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu2019-08-301-11/+24
* memory: mtk-smi: Use a general config_port interfaceYong Wu2019-08-301-7/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* memory: mtk-smi: Degrade SMI init to module_initYong Wu2017-08-221-7/+4
* iommu/mediatek: Add mt2712 IOMMU supportYong Wu2017-08-221-3/+51