All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC fixes for 6.7, part 2
Date: Wed, 20 Dec 2023 13:21:17 +0000	[thread overview]
Message-ID: <10ff8b28-3892-4920-b4a0-4612fe814f6d@app.fastmail.com> (raw)

The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.7-2

for you to fetch changes up to fa3d6c7183106a187a8d399216db3f088a6aab81:

  arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360 (2023-12-20 13:05:43 +0000)

----------------------------------------------------------------
ARM: SoC fixes for 6.7, part 2

There are only a handful of bugfixes this time, which feels almost too
small, so I hope we are not missing something important.

 - One more mediatek dts warning fix after the previous larger set,
   this should finally result in a clean defconfig build.

 - TI OMAP dts fixes for a spurious hang on am335x and invalid data on DTA7

 - One DTS fix for ethernet on Oriange Pi Zero (Allwinner H616)

 - A regression fix for ti-sysc interconnect target module driver to
   not access registers after reset if srst_udelay quirk is needed

 - Reset controller driver fixes for a crash during error handling and
   a build warning

----------------------------------------------------------------
Andrew Davis (1):
      ARM: dts: dra7: Fix DRA7 L3 NoC node register size

Arnd Bergmann (4):
      Merge tag 'sunxi-fixes-for-6.7-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
      Merge tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux into arm/fixes
      Merge tag 'omap-for-v6.7/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

Chukun Pan (1):
      arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3

Geert Uytterhoeven (1):
      reset: Fix crash when freeing non-existent optional resets

Krzysztof Kozlowski (1):
      reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning

Kunwu Chan (1):
      ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init

Macpaul Lin (1):
      arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360

Tony Lindgren (2):
      bus: ti-sysc: Flush posted write only after srst_udelay
      ARM: dts: Fix occasional boot hang for am3 usb

 arch/arm/boot/dts/ti/omap/am33xx.dtsi                  |  1 +
 arch/arm/boot/dts/ti/omap/dra7.dtsi                    |  2 +-
 arch/arm/mach-omap2/id.c                               |  5 +++++
 .../boot/dts/allwinner/sun50i-h616-orangepi-zero.dtsi  |  3 ---
 .../boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts  |  3 +++
 .../boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts  |  2 ++
 arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts |  1 +
 drivers/bus/ti-sysc.c                                  | 18 ++++++++++++++----
 drivers/reset/core.c                                   |  8 ++++----
 drivers/reset/hisilicon/hi6220_reset.c                 |  2 +-
 10 files changed, 32 insertions(+), 13 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC fixes for 6.7, part 2
Date: Wed, 20 Dec 2023 13:21:17 +0000	[thread overview]
Message-ID: <10ff8b28-3892-4920-b4a0-4612fe814f6d@app.fastmail.com> (raw)

The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.7-2

for you to fetch changes up to fa3d6c7183106a187a8d399216db3f088a6aab81:

  arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360 (2023-12-20 13:05:43 +0000)

----------------------------------------------------------------
ARM: SoC fixes for 6.7, part 2

There are only a handful of bugfixes this time, which feels almost too
small, so I hope we are not missing something important.

 - One more mediatek dts warning fix after the previous larger set,
   this should finally result in a clean defconfig build.

 - TI OMAP dts fixes for a spurious hang on am335x and invalid data on DTA7

 - One DTS fix for ethernet on Oriange Pi Zero (Allwinner H616)

 - A regression fix for ti-sysc interconnect target module driver to
   not access registers after reset if srst_udelay quirk is needed

 - Reset controller driver fixes for a crash during error handling and
   a build warning

----------------------------------------------------------------
Andrew Davis (1):
      ARM: dts: dra7: Fix DRA7 L3 NoC node register size

Arnd Bergmann (4):
      Merge tag 'sunxi-fixes-for-6.7-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
      Merge tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux into arm/fixes
      Merge tag 'omap-for-v6.7/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

Chukun Pan (1):
      arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3

Geert Uytterhoeven (1):
      reset: Fix crash when freeing non-existent optional resets

Krzysztof Kozlowski (1):
      reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning

Kunwu Chan (1):
      ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init

Macpaul Lin (1):
      arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360

Tony Lindgren (2):
      bus: ti-sysc: Flush posted write only after srst_udelay
      ARM: dts: Fix occasional boot hang for am3 usb

 arch/arm/boot/dts/ti/omap/am33xx.dtsi                  |  1 +
 arch/arm/boot/dts/ti/omap/dra7.dtsi                    |  2 +-
 arch/arm/mach-omap2/id.c                               |  5 +++++
 .../boot/dts/allwinner/sun50i-h616-orangepi-zero.dtsi  |  3 ---
 .../boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts  |  3 +++
 .../boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts  |  2 ++
 arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts |  1 +
 drivers/bus/ti-sysc.c                                  | 18 ++++++++++++++----
 drivers/reset/core.c                                   |  8 ++++----
 drivers/reset/hisilicon/hi6220_reset.c                 |  2 +-
 10 files changed, 32 insertions(+), 13 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-12-20 13:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 13:21 Arnd Bergmann [this message]
2023-12-20 13:21 ` [GIT PULL] ARM: SoC fixes for 6.7, part 2 Arnd Bergmann
2023-12-21  0:25 ` pr-tracker-bot
2023-12-21  0:25   ` pr-tracker-bot

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=10ff8b28-3892-4920-b4a0-4612fe814f6d@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.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.