mbox series

[GIT,PULL] ARM: SoC fixes for 5.14, part 3

Message ID CAK8P3a12+R4qpANkd4MWHa8YNNhXf0wNnN+GaWk4DqW3NJ+DQQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for 5.14, part 3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.14-3

Message

Arnd Bergmann Aug. 19, 2021, 9:47 p.m. UTC
The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

  Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/soc-fixes-5.14-3

for you to fetch changes up to 1e16a40211208d2d6e217e5013607219f4272dff:

  Merge tag 'omap-for-v5.14/gpt12-fix-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2021-08-19 17:22:47 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 5.14, part 3

Not much to see here. Half the fixes this time are for Qualcomm dts files,
fixing small mistakes on certain machines. The other fixes are:

 - A 5.13 regression fix for freescale QE interrupt controller\

 - A fix for TI OMAP gpt12 timer error handling

 - A randconfig build regression fix for ixp4xx

 - Another defconfig fix following the CONFIG_FB dependency rework

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: ixp4xx: fix building both pci drivers
      Merge tag 'soc-fsl-fix-v5.14' of
git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-5.14' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/fixes
      Merge tag 'omap-for-v5.14/gpt12-fix-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes

Caleb Connolly (1):
      arm64: dts: qcom: sdm845-oneplus: fix reserved-mem

Linus Walleij (1):
      ARM: configs: Update the nhk8815_defconfig

Maxim Kochetkov (2):
      soc: fsl: qe: convert QE interrupt controller to platform_device
      soc: fsl: qe: fix static checker warning

Petr Vorel (3):
      arm64: dts: qcom: msm8992-bullhead: Remove PSCI
      arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem mapping
      arm64: dts: qcom: msm8994-angler: Disable cont_splash_mem

Sibi Sankar (1):
      arm64: dts: qcom: sc7280: Fixup cpufreq domain info for cpu7

Srinivas Kandagatla (1):
      arm64: dts: qcom: c630: fix correct powerdown pin for WSA881x

Tony Lindgren (1):
      bus: ti-sysc: Fix error handling for sysc_check_active_timer()

 arch/arm/configs/nhk8815_defconfig                 |  8 +--
 arch/arm/mach-ixp4xx/include/mach/ixp4xx-regs.h    | 48 ++++++-------
 .../boot/dts/qcom/msm8992-bullhead-rev-101.dts     | 12 ++++
 .../arm64/boot/dts/qcom/msm8994-angler-rev-101.dts |  4 ++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  2 +-
 .../arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi |  4 +-
 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |  4 +-
 drivers/bus/ti-sysc.c                              |  4 +-
 drivers/pci/controller/pci-ixp4xx.c                |  8 +--
 drivers/soc/fsl/qe/qe_ic.c                         | 84 ++++++++++++----------
 10 files changed, 103 insertions(+), 75 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 19, 2021, 10:44 p.m. UTC | #1
The pull request you sent on Thu, 19 Aug 2021 23:47:20 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.14-3

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

Thank you!