mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, soc@kernel.org
Subject: [GIT PULL] ARM: SoC fixes for 6.4
Date: Fri, 26 May 2023 23:07:34 +0200	[thread overview]
Message-ID: <f2765dec-e4e0-4b56-b3a5-2f7fc9114b87@app.fastmail.com> (raw)

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

                 reply	other threads:[~2023-05-26 21:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=f2765dec-e4e0-4b56-b3a5-2f7fc9114b87@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome