All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 6.4
@ 2023-05-26 21:07 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2023-05-26 21:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-arm-kernel, soc

The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

  Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-1

for you to fetch changes up to abf5422e821f0f321e95cb728f013f143ca4655c:

  Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes (2023-05-26 16:49:15 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.4

There have not been a lot of fixes for for the soc tree in 6.4, but
these have been sitting here for too long.

For the devicetree side, there is one minor warning fix for vexpress,
the rest all all for the the NXP i.MX platforms: SoC specific bugfixes
for the iMX8 clocks and its USB-3.0 gadget device, as well as board
specific fixes for regulators and the phy on some of the i.MX boards.

The microchip risc-v and arm32 maintainers now also add a shared
maintainer file entry for the arm64 parts.

The remaining fixes are all for firmware drivers, addressing mistakes in
the optee, scmi and ff-a firmware driver implementation, mostly in the
error handling code, incorrect use of the alloc_workqueue() interface in
SCMI, and compatibility with corner cases of the firmware implementation.

----------------------------------------------------------------
Adam Ford (2):
      arm64: dts: imx8mn: Fix video clock parents
      arm64: dts: imx8mp: Fix video clock parents

Alexander Stein (1):
      ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator

Andrejs Cainikovs (1):
      arm64: dts: colibri-imx8x: delete adc1 and dsp

Arnd Bergmann (5):
      Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'scmi-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'imx-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Christoph Niedermaier (1):
      ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, 2 and 3

Conor Dooley (1):
      MAINTAINERS: update arm64 Microchip entries

Emanuele Ghidoli (3):
      arm64: dts: colibri-imx8x: fix eval board pin configuration
      arm64: dts: colibri-imx8x: move pinctrl property from SoM to eval board
      arm64: dts: colibri-imx8x: fix iris pinctrl configuration

Etienne Carriere (1):
      optee: fix uninited async notif value

Frank Li (2):
      dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
      arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed

Hugo Villeneuve (1):
      arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay

Krzysztof Kozlowski (2):
      ARM: dts: vexpress: add missing cache properties
      arm64: dts: arm: add missing cache properties

Sudeep Holla (4):
      firmware: arm_ffa: Check if ffa_driver remove is present before executing
      firmware: arm_ffa: Fix usage of partition info get count flag
      firmware: arm_ffa: Fix FFA device names for logical partitions
      firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors

Tejun Heo (1):
      firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation

 .../devicetree/bindings/usb/cdns,usb3.yaml         |  2 +-
 MAINTAINERS                                        | 12 ++++++++--
 arch/arm/boot/dts/imx6qdl-mba6.dtsi                |  1 +
 arch/arm/boot/dts/imx6ull-dhcor-som.dtsi           |  7 ++++++
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts            |  1 +
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  1 +
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         |  1 +
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      |  1 +
 arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi    |  1 +
 arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi  |  8 ++++++-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          | 28 ++++++++++++----------
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          | 25 +++++++------------
 .../boot/dts/freescale/imx8x-colibri-eval-v3.dtsi  |  6 +++++
 .../boot/dts/freescale/imx8x-colibri-iris.dtsi     |  3 +--
 arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi   | 14 ++++++-----
 drivers/firmware/arm_ffa/bus.c                     | 19 +++++++++++----
 drivers/firmware/arm_ffa/driver.c                  |  9 ++++++-
 drivers/firmware/arm_scmi/raw_mode.c               |  2 +-
 drivers/tee/optee/smc_abi.c                        |  4 +++-
 include/linux/arm_ffa.h                            |  1 +
 20 files changed, 98 insertions(+), 48 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for 6.4
@ 2023-05-26 21:07 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2023-05-26 21:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-arm-kernel, soc

The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

  Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-1

for you to fetch changes up to abf5422e821f0f321e95cb728f013f143ca4655c:

  Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes (2023-05-26 16:49:15 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.4

There have not been a lot of fixes for for the soc tree in 6.4, but
these have been sitting here for too long.

For the devicetree side, there is one minor warning fix for vexpress,
the rest all all for the the NXP i.MX platforms: SoC specific bugfixes
for the iMX8 clocks and its USB-3.0 gadget device, as well as board
specific fixes for regulators and the phy on some of the i.MX boards.

The microchip risc-v and arm32 maintainers now also add a shared
maintainer file entry for the arm64 parts.

The remaining fixes are all for firmware drivers, addressing mistakes in
the optee, scmi and ff-a firmware driver implementation, mostly in the
error handling code, incorrect use of the alloc_workqueue() interface in
SCMI, and compatibility with corner cases of the firmware implementation.

----------------------------------------------------------------
Adam Ford (2):
      arm64: dts: imx8mn: Fix video clock parents
      arm64: dts: imx8mp: Fix video clock parents

Alexander Stein (1):
      ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator

Andrejs Cainikovs (1):
      arm64: dts: colibri-imx8x: delete adc1 and dsp

Arnd Bergmann (5):
      Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'scmi-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'imx-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Christoph Niedermaier (1):
      ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, 2 and 3

Conor Dooley (1):
      MAINTAINERS: update arm64 Microchip entries

Emanuele Ghidoli (3):
      arm64: dts: colibri-imx8x: fix eval board pin configuration
      arm64: dts: colibri-imx8x: move pinctrl property from SoM to eval board
      arm64: dts: colibri-imx8x: fix iris pinctrl configuration

Etienne Carriere (1):
      optee: fix uninited async notif value

Frank Li (2):
      dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
      arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed

Hugo Villeneuve (1):
      arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay

Krzysztof Kozlowski (2):
      ARM: dts: vexpress: add missing cache properties
      arm64: dts: arm: add missing cache properties

Sudeep Holla (4):
      firmware: arm_ffa: Check if ffa_driver remove is present before executing
      firmware: arm_ffa: Fix usage of partition info get count flag
      firmware: arm_ffa: Fix FFA device names for logical partitions
      firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors

Tejun Heo (1):
      firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation

 .../devicetree/bindings/usb/cdns,usb3.yaml         |  2 +-
 MAINTAINERS                                        | 12 ++++++++--
 arch/arm/boot/dts/imx6qdl-mba6.dtsi                |  1 +
 arch/arm/boot/dts/imx6ull-dhcor-som.dtsi           |  7 ++++++
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts            |  1 +
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  1 +
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         |  1 +
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      |  1 +
 arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi    |  1 +
 arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi  |  8 ++++++-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          | 28 ++++++++++++----------
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          | 25 +++++++------------
 .../boot/dts/freescale/imx8x-colibri-eval-v3.dtsi  |  6 +++++
 .../boot/dts/freescale/imx8x-colibri-iris.dtsi     |  3 +--
 arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi   | 14 ++++++-----
 drivers/firmware/arm_ffa/bus.c                     | 19 +++++++++++----
 drivers/firmware/arm_ffa/driver.c                  |  9 ++++++-
 drivers/firmware/arm_scmi/raw_mode.c               |  2 +-
 drivers/tee/optee/smc_abi.c                        |  4 +++-
 include/linux/arm_ffa.h                            |  1 +
 20 files changed, 98 insertions(+), 48 deletions(-)

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

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

* Re: [GIT PULL] ARM: SoC fixes for 6.4
  2023-05-26 21:07 ` Arnd Bergmann
@ 2023-05-26 23:51   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-05-26 23:51 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, soc

The pull request you sent on Fri, 26 May 2023 23:07:34 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/18713e8a689377386f639d9317f958244825bd7b

Thank you!

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

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

* Re: [GIT PULL] ARM: SoC fixes for 6.4
@ 2023-05-26 23:51   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-05-26 23:51 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, soc

The pull request you sent on Fri, 26 May 2023 23:07:34 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/18713e8a689377386f639d9317f958244825bd7b

Thank you!

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

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

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

end of thread, other threads:[~2023-05-26 23:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 21:07 [GIT PULL] ARM: SoC fixes for 6.4 Arnd Bergmann
2023-05-26 21:07 ` Arnd Bergmann
2023-05-26 23:51 ` pr-tracker-bot
2023-05-26 23:51   ` pr-tracker-bot

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.