[GIT PULL] ARM: SoC fixes for 5.16, part 4

Arnd Bergmann arnd at kernel.org
Thu Dec 23 03:30:53 PST 2021


The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-fixes-5.16-4

for you to fetch changes up to 7ad8b2fcb8509792a1714d937263aeb5bff4f654:

  Merge tag 'imx-fixes-5.16-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-12-20 12:37:22 +0100)

----------------------------------------------------------------
ARM: SoC fixes for 5.16, part 4

This is my last set of fixes for 5.16, including

 - multiple code fixes for the op-tee firmware driver

 - Two patches for allwinner SoCs, one fixing the phy mode on
   a board, the other one fixing a driver bug in the "RSB"
   bus driver. This was originally targetted for 5.17, but
   seemed worth moving to 5.16.

 - Two small fixes for devicetree files on i.MX platforms,
   resolving problems with ethernet and i2c.

----------------------------------------------------------------
Handing over to Olof after this one, he can take any further fixes for
both 5.16 and 5.17 until the merge window.

I have tagged the 5.17 branches now, and will send the pull requests
out later today. I only expect a couple of regression fixes to come
in now, so Olof can collect those in a 'late' branch.

       Arnd

Arnd Bergmann (4):
      Merge tag 'fixes-for-v5.16' of
https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'sunxi-fixes-for-5.16-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into
arm/fixes
      Merge tag 'sunxi-drivers-for-5.17-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into
arm/fixes
      Merge tag 'imx-fixes-5.16-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes

Jens Wiklander (1):
      tee: handle lookup of shm with reference count 0

Jernej Skrabec (1):
      bus: sunxi-rsb: Fix shutdown

Martin Haaß (1):
      ARM: dts: imx6qdl-wandboard: Fix Ethernet support

Robert Marko (1):
      arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode

Sumit Garg (1):
      tee: optee: Fix incorrect page free bug

Xiaolei Wang (1):
      optee: Suppress false positive kmemleak report in optee_handle_rpc()

Zhang Ying-22455 (1):
      arm64: dts: lx2160a: fix scl-gpios property name

 arch/arm/boot/dts/imx6qdl-wandboard.dtsi           |   1 +
 arch/arm/boot/dts/imx6qp-prtwd3.dts                |   2 +
 arch/arm/boot/dts/imx6ull-pinfunc.h                |   2 +-
 arch/arm/boot/dts/ls1021a-tsn.dts                  |   2 +
 .../dts/allwinner/sun50i-h5-orangepi-zero-plus.dts |   2 +-
 .../arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts |   2 -
 .../boot/dts/freescale/fsl-lx2160a-bluebox3.dts    |   4 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     |   4 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |   2 -
 drivers/bus/sunxi-rsb.c                            |   8 +-
 drivers/soc/imx/imx8m-blk-ctrl.c                   |  19 +++
 drivers/soc/imx/soc-imx.c                          |   4 +
 drivers/tee/optee/core.c                           |   6 +-
 drivers/tee/optee/smc_abi.c                        |   2 +
 drivers/tee/tee_shm.c                              | 174 ++++++++-------------
 include/linux/tee_drv.h                            |   4 +-
 16 files changed, 112 insertions(+), 126 deletions(-)



More information about the linux-arm-kernel mailing list