soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 5.14, part 3
       [not found] <20210819214720.LpCkWGRmpDdrQjm3LdHKqoTRticLkIX94LkODN0_pDM@z>
@ 2021-08-19 21:47 ` Arnd Bergmann
       [not found]   ` <20210819224459.EwwDll02vjPef7SeOgy_Aq1aUd0-Wef31jEv5T_gtvU@z>
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2021-08-19 21:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux ARM, Linux Kernel Mailing List

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

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

* Re: [GIT PULL] ARM: SoC fixes for 5.14, part 3
       [not found]   ` <20210819224459.EwwDll02vjPef7SeOgy_Aq1aUd0-Wef31jEv5T_gtvU@z>
@ 2021-08-19 22:44     ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-08-19 22:44 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux ARM, Linux Kernel Mailing List

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!

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

end of thread, other threads:[~2021-08-19 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210819214720.LpCkWGRmpDdrQjm3LdHKqoTRticLkIX94LkODN0_pDM@z>
2021-08-19 21:47 ` [GIT PULL] ARM: SoC fixes for 5.14, part 3 Arnd Bergmann
     [not found]   ` <20210819224459.EwwDll02vjPef7SeOgy_Aq1aUd0-Wef31jEv5T_gtvU@z>
2021-08-19 22:44     ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).