linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9
@ 2024-04-23 10:28 AngeloGioacchino Del Regno
  2024-04-23 10:28 ` [GIT,PULL,2/2] MediaTek driver " AngeloGioacchino Del Regno
  2024-04-30  6:40 ` [GIT,PULL,1/2] MediaTek ARM64 Device Tree " Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-04-23 10:28 UTC (permalink / raw)
  To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts64-fixes-for-v6.9

for you to fetch changes up to 3baac7291effb501c4d52df7019ebf52011e5772:

  arm64: dts: mediatek: mt2712: fix validation errors (2024-04-05 09:52:47 +0200)

----------------------------------------------------------------
MediaTek ARM64 DTS fixes for v6.9

This fixes some dts validation issues against bindings for multiple SoCs,
GPU voltage constraints for Chromebook devices, missing gce-client-reg
on various nodes (performance issues) on MT8183/92/95, and also fixes
boot issues on MT8195 when SPMI is built as module.

----------------------------------------------------------------
Ikjoon Jang (1):
      arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg

Nícolas F. R. A. Prado (5):
      arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex
      arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys
      arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex
      arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1
      arm64: dts: mediatek: cherry: Describe CPU supplies

Pin-yen Lin (4):
      arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for MT6315
      arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315
      arm64: dts: mediatek: mt8183-kukui: Use default min voltage for MT6358
      arm64: dts: mediatek: mt8186-corsola: Update min voltage constraint for Vgpu

Rafał Miłecki (9):
      arm64: dts: mediatek: mt7622: fix clock controllers
      arm64: dts: mediatek: mt7622: fix IR nodename
      arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
      arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block
      arm64: dts: mediatek: mt7986: drop invalid properties from ethsys
      arm64: dts: mediatek: mt7986: drop "#reset-cells" from Ethernet controller
      arm64: dts: mediatek: mt7986: drop invalid thermal block clock
      arm64: dts: mediatek: mt7986: prefix BPI-R3 cooling maps with "map-"
      arm64: dts: mediatek: mt2712: fix validation errors

 arch/arm64/boot/dts/mediatek/mt2712-evb.dts              |  8 ++++----
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi                |  3 ++-
 arch/arm64/boot/dts/mediatek/mt7622.dtsi                 | 34 ++++++++++++++--------------------
 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts |  6 +++---
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi                |  8 ++------
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi           |  1 -
 arch/arm64/boot/dts/mediatek/mt8183.dtsi                 |  1 +
 arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi         |  2 +-
 arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi         |  6 +++---
 arch/arm64/boot/dts/mediatek/mt8192.dtsi                 |  1 +
 arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi          | 36 ++++++++++++++++++++++++++++++++++--
 arch/arm64/boot/dts/mediatek/mt8195.dtsi                 |  5 +++++
 12 files changed, 70 insertions(+), 41 deletions(-)



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

* [GIT,PULL,2/2] MediaTek driver fixes for v6.9
  2024-04-23 10:28 [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9 AngeloGioacchino Del Regno
@ 2024-04-23 10:28 ` AngeloGioacchino Del Regno
  2024-04-30  6:40 ` [GIT,PULL,1/2] MediaTek ARM64 Device Tree " Arnd Bergmann
  1 sibling, 0 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-04-23 10:28 UTC (permalink / raw)
  To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-soc-fixes-for-v6.9

for you to fetch changes up to ab6cd6bb33cc0bbb8dbf8cc264a1013b2019561e:

  soc: mediatek: mtk-socinfo: depends on CONFIG_SOC_BUS (2024-04-23 12:09:12 +0200)

----------------------------------------------------------------
MediaTek driver fixes for v6.9

This fixes the MediaTek SVS driver to look for the right thermal zone
names, and adds a missing Kconfig dependency for mtk-socinfo.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      soc: mediatek: mtk-svs: Append "-thermal" to thermal zone names

Daniel Golle (1):
      soc: mediatek: mtk-socinfo: depends on CONFIG_SOC_BUS

 drivers/soc/mediatek/Kconfig   | 1 +
 drivers/soc/mediatek/mtk-svs.c | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)



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

* Re: [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9
  2024-04-23 10:28 [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9 AngeloGioacchino Del Regno
  2024-04-23 10:28 ` [GIT,PULL,2/2] MediaTek driver " AngeloGioacchino Del Regno
@ 2024-04-30  6:40 ` Arnd Bergmann
  2024-04-30  7:55   ` AngeloGioacchino Del Regno
  1 sibling, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2024-04-30  6:40 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, arm, soc; +Cc: linux-arm-kernel, linux-mediatek

On Tue, Apr 23, 2024, at 12:28, AngeloGioacchino Del Regno wrote:
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
>   
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ 
> tags/mtk-dts64-fixes-for-v6.9

Just FYI, these were both merged into v6.9-rc6, but you got
no automated notification because I had to merge them manually
into the arm/fixes branch.

The problem here was the ssh://git@gitolite.k.o/ address, which
does not get picked up by the automated tooling, and I see your
later pull requests have the correct https:// address instead.

     Arnd


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

* Re: [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9
  2024-04-30  6:40 ` [GIT,PULL,1/2] MediaTek ARM64 Device Tree " Arnd Bergmann
@ 2024-04-30  7:55   ` AngeloGioacchino Del Regno
  2024-04-30  8:06     ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-04-30  7:55 UTC (permalink / raw)
  To: Arnd Bergmann, arm, soc; +Cc: linux-arm-kernel, linux-mediatek

Il 30/04/24 08:40, Arnd Bergmann ha scritto:
> On Tue, Apr 23, 2024, at 12:28, AngeloGioacchino Del Regno wrote:
>> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>>
>>    Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>>
>> are available in the Git repository at:
>>
>>    
>> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/
>> tags/mtk-dts64-fixes-for-v6.9
> 
> Just FYI, these were both merged into v6.9-rc6, but you got
> no automated notification because I had to merge them manually
> into the arm/fixes branch.
> 
> The problem here was the ssh://git@gitolite.k.o/ address, which
> does not get picked up by the automated tooling, and I see your
> later pull requests have the correct https:// address instead.
> 
>       Arnd

Yeah, I have to fix my stuff to stop generating the gitolite address when
preparing the pull requests.

I actually change the address manually before sending, which is suboptimal
and apparently prone to that mistake (-> forgetting to change it).

Btw, thank you! :-)

Cheers,
Angelo


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

* Re: [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9
  2024-04-30  7:55   ` AngeloGioacchino Del Regno
@ 2024-04-30  8:06     ` Arnd Bergmann
  2024-04-30  8:12       ` AngeloGioacchino Del Regno
  0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2024-04-30  8:06 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, arm, soc; +Cc: linux-arm-kernel, linux-mediatek

On Tue, Apr 30, 2024, at 09:55, AngeloGioacchino Del Regno wrote:
>
> Yeah, I have to fix my stuff to stop generating the gitolite address when
> preparing the pull requests.
>

This is what I have in my ~/.gitconfig:

[url "https://git.kernel.org"]
    insteadOf = git+ssh://gitolite@ra.kernel.org
    insteadOf = ssh://git@gitolite.ra.kernel.org
    insteadOf = http://git.kernel.org

That should be sufficient to transform the URLs the way you need.

    Arnd


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

* Re: [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9
  2024-04-30  8:06     ` Arnd Bergmann
@ 2024-04-30  8:12       ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-04-30  8:12 UTC (permalink / raw)
  To: Arnd Bergmann, arm, soc; +Cc: linux-arm-kernel, linux-mediatek

Il 30/04/24 10:06, Arnd Bergmann ha scritto:
> On Tue, Apr 30, 2024, at 09:55, AngeloGioacchino Del Regno wrote:
>>
>> Yeah, I have to fix my stuff to stop generating the gitolite address when
>> preparing the pull requests.
>>
> 
> This is what I have in my ~/.gitconfig:
> 
> [url "https://git.kernel.org"]
>      insteadOf = git+ssh://gitolite@ra.kernel.org
>      insteadOf = ssh://git@gitolite.ra.kernel.org
>      insteadOf = http://git.kernel.org
> 
> That should be sufficient to transform the URLs the way you need.
> 
>      Arnd

Yeah, it is. Thanks!



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

end of thread, other threads:[~2024-04-30  8:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-23 10:28 [GIT,PULL,1/2] MediaTek ARM64 Device Tree fixes for v6.9 AngeloGioacchino Del Regno
2024-04-23 10:28 ` [GIT,PULL,2/2] MediaTek driver " AngeloGioacchino Del Regno
2024-04-30  6:40 ` [GIT,PULL,1/2] MediaTek ARM64 Device Tree " Arnd Bergmann
2024-04-30  7:55   ` AngeloGioacchino Del Regno
2024-04-30  8:06     ` Arnd Bergmann
2024-04-30  8:12       ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).