All of lore.kernel.org
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org
Subject: [GIT PULL] MediaTek ARM64 Device Tree fixes for v6.7
Date: Wed, 29 Nov 2023 12:39:05 +0100	[thread overview]
Message-ID: <20231129113905.134732-1-angelogioacchino.delregno@collabora.com> (raw)

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts64-fixes-for-6.7

for you to fetch changes up to 5943b8f7449df9881b273db07bdde1e7120dccf0:

  arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7 (2023-11-29 10:37:53 +0100)

----------------------------------------------------------------
MediaTek ARM64 DeviceTree fixes for v6.7

Fixes for various MediaTek SoCs, including

MT7986: - eMMC HS400 mode failures
        - Cooling trips for emergency system shutdown
        - BPI-R3 machine SFP power limit and active cooling

MT8173: - EVB device tree unit_address_vs_reg warning

MT8183: - unit_address_vs_reg and simple_bus_reg warnings
        - Kukui device tree nodes naming consistency and
          adhering to bindings
        - Jacuzzi device tree unnecessary cells removed as
          those were producing avoid_unnecessary_addr_size

MT8186: - Power domains faults due to incorrect clocks
        - GPU speed bin nvmem cell name was wrong, producing
          issues with interpreting the speedbin with GPU OPPs

MT8195: - Local Arbiter (and whole system) ability to suspend
        - Cherry device tree interrupts_property warning

...and another unit_address_vs_reg warning on MT7622.

----------------------------------------------------------------
AngeloGioacchino Del Regno (7):
      arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks
      arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory
      arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc
      arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
      arm64: dts: mediatek: mt8183: Move thermal-zones to the root node
      arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name
      arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7

Eric Woudstra (1):
      arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization

Eugen Hristev (3):
      arm64: dts: mediatek: mt8186: fix clock names for power domains
      arm64: dts: mediatek: mt7622: fix memory node warning check
      arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells properties

Frank Wunderlich (2):
      arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3
      arm64: dts: mt7986: change cooling trips

Hsin-Yi Wang (1):
      arm64: dts: mt8183: kukui: Fix underscores in node names

 arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts |   2 +-
 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts             |   2 +-
 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts |  12 ++--
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi                |  24 ++++++--
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts              |   4 +-
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts              |   4 +-
 arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi   |   8 ++-
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi           |  96 +++++++++++++++----------------
 arch/arm64/boot/dts/mediatek/mt8183.dtsi                 | 242 +++++++++++++++++++++++++++++++++++++++----------------------------------------
 arch/arm64/boot/dts/mediatek/mt8186.dtsi                 |  44 +++++++++------
 arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi          |   2 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi                 |   6 +-
 12 files changed, 241 insertions(+), 205 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org
Subject: [GIT PULL] MediaTek ARM64 Device Tree fixes for v6.7
Date: Wed, 29 Nov 2023 12:39:05 +0100	[thread overview]
Message-ID: <20231129113905.134732-1-angelogioacchino.delregno@collabora.com> (raw)

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts64-fixes-for-6.7

for you to fetch changes up to 5943b8f7449df9881b273db07bdde1e7120dccf0:

  arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7 (2023-11-29 10:37:53 +0100)

----------------------------------------------------------------
MediaTek ARM64 DeviceTree fixes for v6.7

Fixes for various MediaTek SoCs, including

MT7986: - eMMC HS400 mode failures
        - Cooling trips for emergency system shutdown
        - BPI-R3 machine SFP power limit and active cooling

MT8173: - EVB device tree unit_address_vs_reg warning

MT8183: - unit_address_vs_reg and simple_bus_reg warnings
        - Kukui device tree nodes naming consistency and
          adhering to bindings
        - Jacuzzi device tree unnecessary cells removed as
          those were producing avoid_unnecessary_addr_size

MT8186: - Power domains faults due to incorrect clocks
        - GPU speed bin nvmem cell name was wrong, producing
          issues with interpreting the speedbin with GPU OPPs

MT8195: - Local Arbiter (and whole system) ability to suspend
        - Cherry device tree interrupts_property warning

...and another unit_address_vs_reg warning on MT7622.

----------------------------------------------------------------
AngeloGioacchino Del Regno (7):
      arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks
      arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory
      arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc
      arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
      arm64: dts: mediatek: mt8183: Move thermal-zones to the root node
      arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name
      arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7

Eric Woudstra (1):
      arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization

Eugen Hristev (3):
      arm64: dts: mediatek: mt8186: fix clock names for power domains
      arm64: dts: mediatek: mt7622: fix memory node warning check
      arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells properties

Frank Wunderlich (2):
      arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3
      arm64: dts: mt7986: change cooling trips

Hsin-Yi Wang (1):
      arm64: dts: mt8183: kukui: Fix underscores in node names

 arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts |   2 +-
 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts             |   2 +-
 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts |  12 ++--
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi                |  24 ++++++--
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts              |   4 +-
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts              |   4 +-
 arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi   |   8 ++-
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi           |  96 +++++++++++++++----------------
 arch/arm64/boot/dts/mediatek/mt8183.dtsi                 | 242 +++++++++++++++++++++++++++++++++++++++----------------------------------------
 arch/arm64/boot/dts/mediatek/mt8186.dtsi                 |  44 +++++++++------
 arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi          |   2 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi                 |   6 +-
 12 files changed, 241 insertions(+), 205 deletions(-)


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-11-29 11:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29 11:39 AngeloGioacchino Del Regno [this message]
2023-11-29 11:39 ` [GIT PULL] MediaTek ARM64 Device Tree fixes for v6.7 AngeloGioacchino Del Regno
2023-12-06 16:19 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231129113905.134732-1-angelogioacchino.delregno@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.