All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 5.16, part 4
@ 2021-12-23 11:30 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-12-23 11:30 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: SoC Team, Linux ARM, Olof Johansson, Jens Wiklander, Shawn Guo,
	Maxime Ripard

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

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

* [GIT PULL] ARM: SoC fixes for 5.16, part 4
@ 2021-12-23 11:30 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-12-23 11:30 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: SoC Team, Linux ARM, Olof Johansson, Jens Wiklander, Shawn Guo,
	Maxime Ripard

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

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] ARM: SoC fixes for 5.16, part 4
  2021-12-23 11:30 ` Arnd Bergmann
@ 2021-12-23 18:13   ` pr-tracker-bot
  -1 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2021-12-23 18:13 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux ARM, Olof Johansson,
	Jens Wiklander, Shawn Guo, Maxime Ripard

The pull request you sent on Thu, 23 Dec 2021 12:30:53 +0100:

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

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

Thank you!

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

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

* Re: [GIT PULL] ARM: SoC fixes for 5.16, part 4
@ 2021-12-23 18:13   ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2021-12-23 18:13 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux ARM, Olof Johansson,
	Jens Wiklander, Shawn Guo, Maxime Ripard

The pull request you sent on Thu, 23 Dec 2021 12:30:53 +0100:

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

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

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] 6+ messages in thread

* Re: [GIT PULL] ARM: SoC fixes for 5.16, part 4
  2021-12-23 11:30 ` Arnd Bergmann
  (?)
  (?)
@ 2022-01-06 19:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2022-01-06 19:40 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Thu, 23 Dec 2021 12:30:53 +0100 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: SoC fixes for 5.16, part 4
    https://git.kernel.org/soc/soc/c/c8cc50a98e4f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] ARM: SoC fixes for 5.16, part 4
  2021-12-23 11:30 ` Arnd Bergmann
                   ` (2 preceding siblings ...)
  (?)
@ 2022-01-06 19:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2022-01-06 19:40 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Thu, 23 Dec 2021 12:30:53 +0100 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: SoC fixes for 5.16, part 4
    https://git.kernel.org/soc/soc/c/c8cc50a98e4f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-01-06 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23 11:30 [GIT PULL] ARM: SoC fixes for 5.16, part 4 Arnd Bergmann
2021-12-23 11:30 ` Arnd Bergmann
2021-12-23 18:13 ` pr-tracker-bot
2021-12-23 18:13   ` pr-tracker-bot
2022-01-06 19:40 ` patchwork-bot+linux-soc
2022-01-06 19:40 ` patchwork-bot+linux-soc

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.