soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 6.7, part 3
@ 2023-10-26 15:23 Arnd Bergmann
  2023-10-26 17:41 ` Linus Torvalds
  2023-10-26 18:59 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2023-10-26 15:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-arm-kernel, soc, linux-kernel

The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:

  Linux 6.6-rc6 (2023-10-15 13:34:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 736a4aad8a9fdcf577ffa33b33df240c67557af8:

  Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes (2023-10-26 17:06:42 +0200)

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

A couple of platforms have some last-minute fixes for 6.7, in particular

 - riscv gets some fixes for noncoherent DMA on the renesas and thead
   platforms and dts fix for SPI on the visionfive 2 board

 - Qualcomm Snapdragon gets three dts fixes to address board specific
   regressions on the pmic and gpio nodes

 - Rockchip platforms get multiple dts fixes to address issues on
   the recent rk3399 platform as well as the older rk3128 platform
   that apparently regressed a while ago.

 - TI OMAP gets some trivial code and dts fixes and a regression fix
   for the omap1 ams-delta modem

 - NXP i.MX firmware has one fix for a use-after-free but in its
   error handling.

----------------------------------------------------------------
Alex Bee (4):
      ARM: dts: rockchip: Fix i2c0 register address for RK3128
      ARM: dts: rockchip: Add missing arm timer interrupt for RK3128
      ARM: dts: rockchip: Add missing quirk for RK3128's dma engine
      ARM: dts: rockchip: Fix timer clocks for RK3128

Arnd Bergmann (8):
      Merge tag 'renesas-fixes-for-v6.6-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
      Merge tag 'imx-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
      Merge tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
      Merge tag 'v6.6-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      Merge tag 'omap-fixes-audio-clock-and-modem-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'mvebu-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes
      Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes

Christoph Hellwig (3):
      riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENT
      riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM and ERRATA_THEAD_PBMT
      soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM

Christopher Obbard (2):
      arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399
      arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boards

Conor Dooley (1):
      soc: renesas: Make ARCH_R9A07G043 depend on required options

Dan Carpenter (1):
      ARM: omap2: fix a debug printk

Ermin Sunj (1):
      arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikou

Hao Ge (1):
      firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()

Jakob Unterwurzacher (1):
      arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikou

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix MODEM initialization failure

Jisheng Zhang (1):
      riscv: dts: thead: set dma-noncoherent to soc bus

Krzysztof Kozlowski (3):
      arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges
      arm64: dts: qcom: apq8096-db820c: fix missing clock populate
      arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate

Nam Cao (1):
      riscv: dts: starfive: visionfive 2: correct spi's ss pin

Randy Dunlap (1):
      ARM: OMAP: timer32K: fix all kernel-doc warnings

Robert Marko (2):
      MAINTAINERS: uDPU: make myself maintainer of it
      MAINTAINERS: uDPU: add remaining Methode boards

Tony Lindgren (2):
      clk: ti: Fix missing omap4 mcbsp functional clock and aliases
      clk: ti: Fix missing omap5 mcbsp functional clock and aliases

 MAINTAINERS                                        |  5 +-
 arch/arm/boot/dts/rockchip/rk3128.dtsi             | 18 ++++---
 arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi        |  6 +++
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi            |  2 +
 arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi        |  6 +++
 arch/arm/mach-omap1/board-ams-delta.c              | 60 ++++++----------------
 arch/arm/mach-omap1/timer32k.c                     | 14 ++---
 arch/arm/mach-omap2/omap_hwmod.c                   |  2 +-
 arch/arm64/boot/dts/qcom/apq8096-db820c.dts        | 32 ++++++------
 .../arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi | 32 ++++++------
 arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts | 18 +++----
 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi        |  2 +-
 .../boot/dts/rockchip/px30-ringneck-haikou.dts     | 10 ++--
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi |  1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 10 ++++
 arch/riscv/Kconfig                                 |  3 +-
 arch/riscv/Kconfig.errata                          |  1 +
 .../dts/starfive/jh7110-starfive-visionfive-2.dtsi |  2 +-
 arch/riscv/boot/dts/thead/th1520.dtsi              |  1 +
 drivers/cache/Kconfig                              |  2 +-
 drivers/clk/ti/clk-44xx.c                          |  5 ++
 drivers/clk/ti/clk-54xx.c                          |  4 ++
 drivers/firmware/imx/imx-dsp.c                     |  2 +-
 drivers/soc/renesas/Kconfig                        | 10 ++--
 24 files changed, 128 insertions(+), 120 deletions(-)

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

* Re: [GIT PULL] ARM: SoC fixes for 6.7, part 3
  2023-10-26 15:23 [GIT PULL] ARM: SoC fixes for 6.7, part 3 Arnd Bergmann
@ 2023-10-26 17:41 ` Linus Torvalds
  2023-10-26 18:59 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2023-10-26 17:41 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-riscv, linux-arm-kernel, soc, linux-kernel

On Thu, 26 Oct 2023 at 05:23, Arnd Bergmann <arnd@arndb.de> wrote:
>
> ARM: SoC fixes for 6.7, part 3
>
> A couple of platforms have some last-minute fixes for 6.7 [...]

The "last-minute" makes me thinkyou mean 6.6?

The 6.7 merge window hasn't quite opened yet.

                Linus

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

* Re: [GIT PULL] ARM: SoC fixes for 6.7, part 3
  2023-10-26 15:23 [GIT PULL] ARM: SoC fixes for 6.7, part 3 Arnd Bergmann
  2023-10-26 17:41 ` Linus Torvalds
@ 2023-10-26 18:59 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2023-10-26 18:59 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, linux-riscv, linux-arm-kernel, soc, linux-kernel

The pull request you sent on Thu, 26 Oct 2023 17:23:30 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a568e3a961ba330091cd031647e4c303fa0badb

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] ARM: SoC fixes for 6.7, part 3
  2024-01-05 15:38 Arnd Bergmann
@ 2024-01-05 18:10 ` pr-tracker-bot
  0 siblings, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2024-01-05 18:10 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, soc, linux-arm-kernel, linux-kernel,
	Stefan Wahren, Chen-Yu Tsai

The pull request you sent on Fri, 05 Jan 2024 16:38:43 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.7-3a

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6d0dc8559c847e2dcd66c5dd93dbab3d3d887ff5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* [GIT PULL] ARM: SoC fixes for 6.7, part 3
@ 2024-01-05 15:38 Arnd Bergmann
  2024-01-05 18:10 ` pr-tracker-bot
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2024-01-05 15:38 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: soc, linux-arm-kernel, linux-kernel, Stefan Wahren, Chen-Yu Tsai

The following changes since commit 861deac3b092f37b2c5e6871732f3e11486f7082:

  Linux 6.7-rc7 (2023-12-23 16:25:56 -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-3a

for you to fetch changes up to 643fe70e7bcdcc9e2d96952f7fc2bab56385cce5:

  ARM: sun9i: smp: fix return code check of of_property_match_string (2024-01-02 16:45:16 +0100)

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

These are two correctness fixes for handing DT input in the Allwinner
(sunxi) SMP startup code.

----------------------------------------------------------------
Stefan Wahren (2):
      ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
      ARM: sun9i: smp: fix return code check of of_property_match_string

 arch/arm/mach-sunxi/mc_smp.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2024-01-05 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26 15:23 [GIT PULL] ARM: SoC fixes for 6.7, part 3 Arnd Bergmann
2023-10-26 17:41 ` Linus Torvalds
2023-10-26 18:59 ` pr-tracker-bot
2024-01-05 15:38 Arnd Bergmann
2024-01-05 18:10 ` pr-tracker-bot

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).