mbox series

[GIT,PULL] ARM: SoC fixes for v5.16

Message ID CAK8P3a29J4j=PDZfdgKO6bJ05ZCTcqbVJx+8c=RmrU4dXmS8QA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for v5.16 | expand

Pull-request

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

Message

Arnd Bergmann Nov. 9, 2021, 10:49 p.m. UTC
The following changes since commit 05d5da3cb11c91c39e607066d3313a6ce621796a:

  MAINTAINERS: Add maintainers for DHCOM i.MX6 and DHCOM/DHCOR
STM32MP1 (2021-10-26 17:14:37 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 76f79231666a7a3c9a1db82c002e083125de5861:

  Merge tag 'soc-fsl-fix-v5.15-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/fixes
(2021-10-27 08:27:30 +0200)

----------------------------------------------------------------
ARM: SoC fixes for v5.16

This is one set of fixes for the NXP/FSL DPAA2 drivers, addressing
a few minor issues. I received these just after sending out the
last v5.15 fixes, and nothing in here seemed urgent enough for
a quick follow-up.

----------------------------------------------------------------
Arnd Bergmann (1):
      Merge tag 'soc-fsl-fix-v5.15-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/fixes

Meng Li (2):
      soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
      soc: fsl: dpio: use the combined functions to protect critical zone

Robert-Ionut Alexa (1):
      soc: fsl: dpaa2-console: free buffer before returning from
dpaa2_console_read

 drivers/soc/fsl/dpaa2-console.c     | 1 +
 drivers/soc/fsl/dpio/dpio-service.c | 2 +-
 drivers/soc/fsl/dpio/qbman-portal.c | 9 +++------
 3 files changed, 5 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 10, 2021, 8:09 p.m. UTC | #1
The pull request you sent on Tue, 9 Nov 2021 23:49:23 +0100:

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

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

Thank you!