[GIT PULL] MediaTek SoC driver updates for 6.4
Matthias Brugger
matthias.bgg at gmail.com
Fri Apr 14 09:59:32 PDT 2023
Hi Arnd and Olof,
Please take into account the SoC driver patches for v6.4
In the last round Arnd had some comments, unfortunately not all of the are
addressed, but I track them and hopefully all of them will be done in the next
merge window.
Most important changes here is the support of MT6795 for the MMSYS driver. As
well as mutex support for mt8365 display and mt8195 VPP.
Regards,
Matthias
---
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v6.3-next-soc
for you to fetch changes up to 5ce5e0d08e340ab13169a5f33ed5f98000891a61:
soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS (2023-04-11
17:15:10 +0200)
----------------------------------------------------------------
mtk-svs:
smaller coding style changes
mtk-mutex:
- add support for mt8365 display and mt8195 VPP mutex
- add support for more then 32 mods
- use module_platform_driver instead of open coding
mtk-mmsys:
- add support for mt8195 RSZ switching
- add remove function
- use module_platform_driver instead of open coding
- split out mt8173 routing table from the legacy table
- bump up resets in mt8173 to 64
- add support for mt6795 (Helio X10)
- clean-up IS_REACHABLE code for cmdq
----------------------------------------------------------------
Alexandre Mergnat (2):
dt-bindings: soc: mediatek: specify which compatible requires clocks property
dt-bindings: soc: mediatek: add display mutex for MT8365 SoC
AngeloGioacchino Del Regno (13):
soc: mediatek: mtk-mmsys: Add .remove() callback
soc: mediatek: mtk-mmsys: Use module_platform_driver() macro
soc: mediatek: mtk-mmsys: Compress of_device_id array entries
soc: mediatek: mtk-mmsys: Add MODULE_DEVICE_TABLE() to allow auto-load
soc: mediatek: mtk-mutex: Compress of_device_id array entries
soc: mediatek: mtk-mutex: Replace max handles number with definition
soc: mediatek: mtk-mutex: Use module_platform_driver() macro
soc: mediatek: cmdq: Add inline functions for !CONFIG_MTK_CMDQ
soc: mediatek: Cleanup ifdefs for IS_REACHABLE(CONFIG_MTK_CMDQ)
soc: mediatek: mtk-mmsys: Split out MT8173 mmsys DDP routing table
soc: mediatek: mtk-mmsys: Change MT8173 num_resets to 64
soc: mediatek: mtk-mmsys: Add support for MT6795 Helio X10
soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS
Matthias Brugger (1):
soc: mediatek: mtk-svs: delete node name check
Roger Lu (4):
soc: mediatek: mtk-svs: use svs get efuse common function
soc: mediatek: mtk-svs: use common function to disable restore voltages
soc: mediatek: mtk-svs: fix passing zero to 'PTR_ERR'
soc: mediatek: mtk-svs: add thermal voltage compensation if needed
Roy-CW.Yeh (4):
dt-bindings: soc: mediatek: Add support for MT8195 VPPSYS
soc: mediatek: mmsys: add config api for RSZ switching and DCM
soc: mediatek: mutex: Add mtk_mutex_set_mod support to set MOD1
soc: mediatek: mutex: support MT8195 VPPSYS
Ye Xingchen (1):
soc: mediatek: mutex: Use dev_err_probe()
.../bindings/soc/mediatek/mediatek,mutex.yaml | 22 ++-
drivers/soc/mediatek/Kconfig | 1 +
drivers/soc/mediatek/mt8173-mmsys.h | 95 +++++++++
drivers/soc/mediatek/mt8195-mmsys.h | 13 ++
drivers/soc/mediatek/mtk-mmsys.c | 195 +++++++++---------
drivers/soc/mediatek/mtk-mmsys.h | 2 +-
drivers/soc/mediatek/mtk-mutex.c | 218 ++++++++++++++-------
drivers/soc/mediatek/mtk-svs.c | 149 ++++++--------
include/linux/soc/mediatek/mtk-cmdq.h | 114 +++++++++++
include/linux/soc/mediatek/mtk-mmsys.h | 6 +
include/linux/soc/mediatek/mtk-mutex.h | 35 ++++
11 files changed, 596 insertions(+), 254 deletions(-)
create mode 100644 drivers/soc/mediatek/mt8173-mmsys.h
More information about the linux-arm-kernel
mailing list