Linux SOC development
 help / color / mirror / Atom feed
* [GIT,PULL,1/4] MediaTek arm32 updates for v6.17
@ 2025-07-11  8:36 AngeloGioacchino Del Regno
  2025-07-11  8:36 ` [GIT,PULL,2/4] MediaTek ARM32 DTS " AngeloGioacchino Del Regno
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-07-11  8:36 UTC (permalink / raw)
  To: arm-soc, soc; +Cc: matthias.bgg, linux-arm-kernel, linux-mediatek

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-arm32-for-v6.17

for you to fetch changes up to 20e672e65844469fc36a52326dfea80f1068705a:

  ARM: mediatek: add MT6572 smp bring up code (2025-07-11 10:04:08 +0200)

----------------------------------------------------------------
MediaTek mach ARM32 updates

This adds support for the MediaTek MT6572 SoC, found in various
old smartphones and tablets from various manufacturers.

In particular, this adds a board_dt_compat entry for this SoC
and its SMP bring up sequence to enable secondary cores.

----------------------------------------------------------------
Max Shevchenko (2):
      ARM: mediatek: add board_dt_compat entry for the MT6572 SoC
      ARM: mediatek: add MT6572 smp bring up code

 arch/arm/mach-mediatek/Kconfig    | 4 ++++
 arch/arm/mach-mediatek/mediatek.c | 1 +
 arch/arm/mach-mediatek/platsmp.c  | 7 +++++++
 3 files changed, 12 insertions(+)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT,PULL,2/4] MediaTek ARM32 DTS updates for v6.17
  2025-07-11  8:36 [GIT,PULL,1/4] MediaTek arm32 updates for v6.17 AngeloGioacchino Del Regno
@ 2025-07-11  8:36 ` AngeloGioacchino Del Regno
  2025-07-11  8:36 ` [GIT,PULL,3/4] MediaTek ARM64 " AngeloGioacchino Del Regno
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-07-11  8:36 UTC (permalink / raw)
  To: arm-soc, soc; +Cc: matthias.bgg, linux-arm-kernel, linux-mediatek

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts32-for-v6.17

for you to fetch changes up to 5a8e7b4eaaa232d747517fe34ba6867139a4cea8:

  ARM: dts: mediatek: add basic support for Lenovo A369i board (2025-07-11 10:31:43 +0200)

----------------------------------------------------------------
MediaTek mach ARM32 updates

This adds support for the MediaTek MT6572 SoC, found in various
old smartphones and tablets from various manufacturers.

In particular, this adds a board_dt_compat entry for this SoC
and its SMP bring up sequence to enable secondary cores.

----------------------------------------------------------------
Max Shevchenko (7):
      dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: add MT6572
      dt-bindings: watchdog: mediatek,mtk-wdt: add MT6572
      dt-bindings: vendor-prefixes: add JTY
      dt-bindings: arm: mediatek: add boards based on the MT6572 SoC
      ARM: dts: mediatek: add basic support for MT6572 SoC
      ARM: dts: mediatek: add basic support for JTY D101 board
      ARM: dts: mediatek: add basic support for Lenovo A369i board

 Documentation/devicetree/bindings/arm/mediatek.yaml                                |   5 +++
 Documentation/devicetree/bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml |   1 +
 Documentation/devicetree/bindings/vendor-prefixes.yaml                             |   2 +
 Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml                   |   1 +
 arch/arm/boot/dts/mediatek/Makefile                                                |   2 +
 arch/arm/boot/dts/mediatek/mt6572-jty-d101.dts                                     |  61 +++++++++++++++++++++++++++
 arch/arm/boot/dts/mediatek/mt6572-lenovo-a369i.dts                                 |  56 +++++++++++++++++++++++++
 arch/arm/boot/dts/mediatek/mt6572.dtsi                                             | 108 ++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 236 insertions(+)
 create mode 100644 arch/arm/boot/dts/mediatek/mt6572-jty-d101.dts
 create mode 100644 arch/arm/boot/dts/mediatek/mt6572-lenovo-a369i.dts
 create mode 100644 arch/arm/boot/dts/mediatek/mt6572.dtsi


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT,PULL,3/4] MediaTek ARM64 DTS updates for v6.17
  2025-07-11  8:36 [GIT,PULL,1/4] MediaTek arm32 updates for v6.17 AngeloGioacchino Del Regno
  2025-07-11  8:36 ` [GIT,PULL,2/4] MediaTek ARM32 DTS " AngeloGioacchino Del Regno
@ 2025-07-11  8:36 ` AngeloGioacchino Del Regno
  2025-07-11  8:36 ` [GIT,PULL,4/4] MediaTek driver " AngeloGioacchino Del Regno
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-07-11  8:36 UTC (permalink / raw)
  To: arm-soc, soc; +Cc: matthias.bgg, linux-arm-kernel, linux-mediatek

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts64-for-v6.17

for you to fetch changes up to a9b906f15995e18b700a7e7791865ecf2f1cee65:

  arm64: dts: mediatek: mt8395-genio-1200-evk: Add MT6359 PMIC key support (2025-07-07 11:37:56 +0200)

----------------------------------------------------------------
MediaTek ARM64 DeviceTree updates for v6.17

This adds new machines and improves support for already supported
MediaTek SoCs.

In particular:
 - New machine: MT8186 Steelix Squirtle Chromebook
 - Steelix-Voltorb's two dts are merged in one

...and improvements for already supported SoCs and machines:
 - Added reserved memory for AFE DMA for MT8173/83/86/92,
   aligning audio related memory allocation between all of
   the Chromebook SoCs
 - Added second source components for Steelix, and marked the
   multiple trackpads for Asurada as such
 - MediaTek Genio 1200: Enabled support for the Audio DSP and sound
 - MediaTek Genio 510/700/1200: Added support for the PMIC Keys
 - MediaTek MT7988: Added Cache Coherent Interconnect for CPU DVFS
 - MT7988A-BananaPi-R4: Enabled CCI, added GPIO LEDs
 - Airoha EN7581: Added ethernet nodes to Evaluation Board

----------------------------------------------------------------
Chen-Yu Tsai (9):
      arm64: dts: mediatek: mt8173: Reserve memory for audio frontend
      arm64: dts: mediatek: mt8183-kukui: Reserve memory for audio frontend
      arm64: dts: mediatek: mt8186-corsola: Reserve memory for audio frontend
      arm64: dts: mediatek: mt8192-asurada: Reserve memory for audio frontend
      dt-bindings: arm: mediatek: Merge MT8186 Voltorb entries
      dt-bindings: arm: mediatek: Add MT8186 Squirtle Chromebooks
      arm64: dts: mediatek: mt8186-steelix: Mark second source components for probing
      arm64: dts: mediatek: mt8186: Merge Voltorb device trees
      arm64: dts: mediatek: mt8186: Add Squirtle Chromebooks

Frank Wunderlich (5):
      dt-bindings: interconnect: add mt7988-cci compatible
      arm64: dts: mediatek: mt7988: add cci node
      arm64: dts: mediatek: mt7988a-bpi-r4: add proc-supply for cci
      arm64: dts: mediatek: mt7988a-bpi-r4: drop unused pins
      arm64: dts: mediatek: mt7988a-bpi-r4: add gpio leds

Laura Nao (1):
      arm64: dts: mediatek: mt8192-asurada-spherion: Mark trackpads as fail-needs-probe

Lorenzo Bianconi (1):
      arm64: dts: airoha: en7581: Add ethernet nodes to EN7581 SoC evaluation board

Louis-Alexis Eyraud (3):
      arm64: dts: mediatek: mt8395-genio-1200-evk: Enable Audio DSP and sound card
      arm64: dts: mediatek: mt8390-genio-common: Add Home MT6359 PMIC key support
      arm64: dts: mediatek: mt8395-genio-1200-evk: Add MT6359 PMIC key support

 Documentation/devicetree/bindings/arm/mediatek.yaml                                     |   7 +--
 Documentation/devicetree/bindings/interconnect/mediatek,cci.yaml                        |  11 +++--
 arch/arm64/boot/dts/airoha/en7581-evb.dts                                               |   8 +++
 arch/arm64/boot/dts/airoha/en7581.dtsi                                                  |  49 +++++++++++++++++++
 arch/arm64/boot/dts/mediatek/Makefile                                                   |   4 +-
 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi                               | 113 +++++++++----------------------------------
 arch/arm64/boot/dts/mediatek/mt7988a.dtsi                                               |  33 +++++++++++++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi                                                |   9 ++++
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi                                          |  11 +++++
 arch/arm64/boot/dts/mediatek/mt8186-corsola-squirtle.dts                                | 107 ++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8186-corsola-steelix.dtsi                                |   9 +++-
 arch/arm64/boot/dts/mediatek/mt8186-corsola-tentacool-sku327683.dts                     |   2 +
 arch/arm64/boot/dts/mediatek/mt8186-corsola-tentacruel-sku262148.dts                    |   2 +
 arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb-sku589824.dts                       |  13 -----
 .../dts/mediatek/{mt8186-corsola-voltorb-sku589825.dts => mt8186-corsola-voltorb.dts}   |   5 +-
 arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi                                        |  18 ++++---
 arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts                             |   7 +++
 arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi                                        |  17 ++++++-
 arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi                                   |   4 ++
 arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts                                  |  61 ++++++++++++++++++++++-
 20 files changed, 366 insertions(+), 124 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-squirtle.dts
 delete mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb-sku589824.dts
 rename arch/arm64/boot/dts/mediatek/{mt8186-corsola-voltorb-sku589825.dts => mt8186-corsola-voltorb.dts} (76%)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT,PULL,4/4] MediaTek driver updates for v6.17
  2025-07-11  8:36 [GIT,PULL,1/4] MediaTek arm32 updates for v6.17 AngeloGioacchino Del Regno
  2025-07-11  8:36 ` [GIT,PULL,2/4] MediaTek ARM32 DTS " AngeloGioacchino Del Regno
  2025-07-11  8:36 ` [GIT,PULL,3/4] MediaTek ARM64 " AngeloGioacchino Del Regno
@ 2025-07-11  8:36 ` AngeloGioacchino Del Regno
  2025-07-21 15:32 ` [GIT,PULL,1/4] MediaTek arm32 " patchwork-bot+linux-soc
  2025-07-22 20:50 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-07-11  8:36 UTC (permalink / raw)
  To: arm-soc, soc; +Cc: matthias.bgg, linux-arm-kernel, linux-mediatek

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-soc-for-v6.17

for you to fetch changes up to 331db44e70dacfb6bf1e17d92fae7b1c9517ca6c:

  soc: mediatek: mtk-mutex: Fix confusing usage of MUTEX_MOD2 (2025-06-25 15:59:00 +0200)

----------------------------------------------------------------
MediaTek soc driver updates for v6.17

This adds a single cleanup commit for the mtk-mutex driver,
clarifying the usage of the MUTEX_MOD1, MUTEX_MOD2 registers
for applying display controller sub-component mute settings
on all MediaTek SoCs.

----------------------------------------------------------------
Jason-JH Lin (1):
      soc: mediatek: mtk-mutex: Fix confusing usage of MUTEX_MOD2

 drivers/soc/mediatek/mtk-mutex.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 1 file changed, 56 insertions(+), 53 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT,PULL,1/4] MediaTek arm32 updates for v6.17
  2025-07-11  8:36 [GIT,PULL,1/4] MediaTek arm32 updates for v6.17 AngeloGioacchino Del Regno
                   ` (2 preceding siblings ...)
  2025-07-11  8:36 ` [GIT,PULL,4/4] MediaTek driver " AngeloGioacchino Del Regno
@ 2025-07-21 15:32 ` patchwork-bot+linux-soc
  2025-07-22 20:50 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-07-21 15:32 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 Fri, 11 Jul 2025 10:36:45 +0200 you wrote:
> The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
> 
>   Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-arm32-for-v6.17
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] MediaTek arm32 updates for v6.17
    (no matching commit)
  - [GIT,PULL,2/4] MediaTek ARM32 DTS updates for v6.17
    https://git.kernel.org/soc/soc/c/a6942926a3fa
  - [GIT,PULL,3/4] MediaTek ARM64 DTS updates for v6.17
    https://git.kernel.org/soc/soc/c/d436d1d5edb3
  - [GIT,PULL,4/4] MediaTek driver updates for v6.17
    https://git.kernel.org/soc/soc/c/983f3a8831ad

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] 6+ messages in thread

* Re: [GIT,PULL,1/4] MediaTek arm32 updates for v6.17
  2025-07-11  8:36 [GIT,PULL,1/4] MediaTek arm32 updates for v6.17 AngeloGioacchino Del Regno
                   ` (3 preceding siblings ...)
  2025-07-21 15:32 ` [GIT,PULL,1/4] MediaTek arm32 " patchwork-bot+linux-soc
@ 2025-07-22 20:50 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-07-22 20: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 Fri, 11 Jul 2025 10:36:45 +0200 you wrote:
> The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
> 
>   Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-arm32-for-v6.17
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] MediaTek arm32 updates for v6.17
    https://git.kernel.org/soc/soc/c/73bcce043f3c
  - [GIT,PULL,2/4] MediaTek ARM32 DTS updates for v6.17
    (no matching commit)
  - [GIT,PULL,3/4] MediaTek ARM64 DTS updates for v6.17
    (no matching commit)
  - [GIT,PULL,4/4] MediaTek driver updates for v6.17
    (no matching commit)

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] 6+ messages in thread

end of thread, other threads:[~2025-07-22 20:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11  8:36 [GIT,PULL,1/4] MediaTek arm32 updates for v6.17 AngeloGioacchino Del Regno
2025-07-11  8:36 ` [GIT,PULL,2/4] MediaTek ARM32 DTS " AngeloGioacchino Del Regno
2025-07-11  8:36 ` [GIT,PULL,3/4] MediaTek ARM64 " AngeloGioacchino Del Regno
2025-07-11  8:36 ` [GIT,PULL,4/4] MediaTek driver " AngeloGioacchino Del Regno
2025-07-21 15:32 ` [GIT,PULL,1/4] MediaTek arm32 " patchwork-bot+linux-soc
2025-07-22 20:50 ` 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