* [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3
@ 2026-07-30 8:32 AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-07-30 8:32 UTC (permalink / raw)
To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek, matthias.bgg
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts64-for-v7.3
for you to fetch changes up to 3dc552c1bab6e83bb45af0a49f3a900845a24495:
arm64: dts: mediatek: mt6359: use proper compatible for rtc (2026-07-21 15:16:45 +0200)
----------------------------------------------------------------
MediaTek ARM64 DeviceTree updates
This adds a couple of fixes and improvements for multiple
MediaTek SoCs.
In particular:
- Indentation/whitespace fixes for some devicetrees
- Documentation improvements for MediaTek Mute-X
- dtbs-check warnings fixes
- MT8390 Tungsten boards: removal of unnecessary cells
- MT6795 SoC: removal of deprecated property in UART DMA
- MT6359 PMIC's RTC now uses the correct compatible string
- MT8183/86/88/92/95 SoCs gain support for the UART DMA IPs
- MT8186 gets a new CCI OPP table to resolve lockups
- MT8188/83 Chromebooks now got the correct SPI NOR supply
- MT8192 Asurada drops support for the (unused) MMC1 port
- MediaTek Genio 510/700/1200 EVKs and Radxa NIO-12L now get
their PMIC power input tree completed with assignment of
the correct supplies
----------------------------------------------------------------
AngeloGioacchino Del Regno (8):
arm64: dts: mediatek: tungsten-smarc: Remove unnecessary cells
arm64: dts: mediatek: mt6795: Remove deprecated UART DMA property
arm64: dts: mediatek: mt8183: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8186: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8188: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8192: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8195: Add and use UART AP_DMA controller
dt-bindings: soc: mediatek: mutex: Improve title and description
Chen-Yu Tsai (3):
arm64: dts: mediatek: mt8183-kukui: Add supply for SPI NOR flash
arm64: dts: mediatek: mt8188-geralt: Add supply for SPI NOR flash
arm64: dts: mediatek: mt8192-asurada: Disable mmc1 on Spherion
Krzysztof Kozlowski (1):
arm64: dts: mediatek: Correct indentation and whitespace
Louis-Alexis Eyraud (4):
arm64: dts: mediatek: mt8390-genio-common: Add MT6365 PMIC supplies
arm64: dts: mediatek: mt8395-genio-common: Add MT6365 PMIC supplies
arm64: dts: mediatek: mt8395-radxa-nio-12l: Add MT6365 PMIC supplies
arm64: dts: mediatek: mt6359: use proper compatible for rtc
Mark Tseng (1):
arm64: dts: mediatek: mt8186: change CCI OPP scaling mapping
Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml | 17 ++++++-----
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 2 +-
arch/arm64/boot/dts/mediatek/mt6795.dtsi | 4 +--
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi | 6 ++--
arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku176.dts | 4 +--
arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 ++
arch/arm64/boot/dts/mediatek/mt8183.dtsi | 22 +++++++++++++
arch/arm64/boot/dts/mediatek/mt8186.dtsi | 112 ++++++++++++++++++++++++++++++++++++++++---------------------------
arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi | 1 +
arch/arm64/boot/dts/mediatek/mt8188.dtsi | 33 ++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts | 4 +++
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 17 +++++++++++
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 37 ++++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 19 +++++++++++-
arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dtsi | 4 ---
arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi | 17 +++++++++++
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 17 +++++++++++
17 files changed, 252 insertions(+), 66 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT,PULL,2/3] MediaTek ARM32 Device Tree updates for v7.3
2026-07-30 8:32 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3 AngeloGioacchino Del Regno
@ 2026-07-30 8:32 ` AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,3/3] MediaTek SoC driver " AngeloGioacchino Del Regno
2026-07-30 9:50 ` [GIT,PULL,1/3] MediaTek ARM64 Device Tree " patchwork-bot+linux-soc
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-07-30 8:32 UTC (permalink / raw)
To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek, matthias.bgg
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts32-for-v7.3
for you to fetch changes up to 6326a6811b1af6674e3eef128df6a3825de26872:
ARM: dts: mediatek: mt6323: add AUXADC support (2026-07-28 10:56:55 +0200)
----------------------------------------------------------------
MediaTek ARM32 DeviceTree updates
This fixes a minor indentation issue in the MT8127 devicetree
and adds support for the Auxiliary ADC found in the MT6323 PMIC.
----------------------------------------------------------------
Krzysztof Kozlowski (1):
ARM: dts: mediatek: mt8127: Correct indentation
Roman Vivchar (1):
ARM: dts: mediatek: mt6323: add AUXADC support
arch/arm/boot/dts/mediatek/mt6323.dtsi | 5 +++++
arch/arm/boot/dts/mediatek/mt8127.dtsi | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT,PULL,3/3] MediaTek SoC driver updates for v7.3
2026-07-30 8:32 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3 AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
@ 2026-07-30 8:32 ` AngeloGioacchino Del Regno
2026-07-30 9:50 ` [GIT,PULL,1/3] MediaTek ARM64 Device Tree " patchwork-bot+linux-soc
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-07-30 8:32 UTC (permalink / raw)
To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek, matthias.bgg
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-soc-for-v7.3
for you to fetch changes up to ec762057868d70d474a9816e9c293c2ef801c3c9:
soc: mediatek: add missing MODULE_DEVICE_TABLE() (2026-07-30 09:41:54 +0200)
----------------------------------------------------------------
MediaTek SoC driver updates
This adds a fix for a missing error check in mtk-socinfo, and
also a missing MODULE_DEVICE_TABLE() in the mtk-dvfsrc driver.
Besides from that, this also reworks how the MMSYS tables are
specified with the macro, separating the component's hardware
instance from the actual type, resolving a prerequirement for
the restructuring of mediatek-drm.
----------------------------------------------------------------
AngeloGioacchino Del Regno (2):
soc: mediatek: mtk-mmsys: Rework routes to specify component ID
soc: mediatek: mtk-mmsys: Use MMSYS_ROUTE() in default routing table
Griffin Kroah-Hartman (1):
soc: mediatek: mtk-socinfo Add error handling in devm_kasprintf()
Pengpeng Hou (1):
soc: mediatek: add missing MODULE_DEVICE_TABLE()
drivers/soc/mediatek/mt8167-mmsys.h | 10 ++--
drivers/soc/mediatek/mt8173-mmsys.h | 28 +++++-----
drivers/soc/mediatek/mt8183-mmsys.h | 14 ++---
drivers/soc/mediatek/mt8186-mmsys.h | 22 ++++----
drivers/soc/mediatek/mt8188-mmsys.h | 78 +++++++++++++-------------
drivers/soc/mediatek/mt8192-mmsys.h | 20 +++----
drivers/soc/mediatek/mt8195-mmsys.h | 181 +++++++++++++++++++++++++++++------------------------------
drivers/soc/mediatek/mt8365-mmsys.h | 20 +++----
drivers/soc/mediatek/mtk-dvfsrc.c | 1 +
drivers/soc/mediatek/mtk-mmsys.h | 300 ++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------
drivers/soc/mediatek/mtk-socinfo.c | 7 ++-
11 files changed, 321 insertions(+), 360 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3
2026-07-30 8:32 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3 AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,3/3] MediaTek SoC driver " AngeloGioacchino Del Regno
@ 2026-07-30 9:50 ` patchwork-bot+linux-soc
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2026-07-30 9:50 UTC (permalink / raw)
To: AngeloGioacchino Del Regno; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Thu, 30 Jul 2026 10:32:44 +0200 you wrote:
> The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
>
> Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts64-for-v7.3
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3
https://git.kernel.org/soc/soc/c/253b1036b916
- [GIT,PULL,2/3] MediaTek ARM32 Device Tree updates for v7.3
https://git.kernel.org/soc/soc/c/fb1cb3242b9a
- [GIT,PULL,3/3] MediaTek SoC driver updates for v7.3
https://git.kernel.org/soc/soc/c/aa469c0c55d1
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-30 9:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30 8:32 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.3 AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
2026-07-30 8:32 ` [GIT,PULL,3/3] MediaTek SoC driver " AngeloGioacchino Del Regno
2026-07-30 9:50 ` [GIT,PULL,1/3] MediaTek ARM64 Device Tree " patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox