mbox series

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

Message ID CAK8P3a1VnXSFeb5EVAG4MYP7P3bTE=Tyn6uKk_2OcJ0C69suSQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for 5.15, part 3 | expand

Pull-request

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

Message

Arnd Bergmann Oct. 26, 2021, 8:51 p.m. UTC
The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

  Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 05d5da3cb11c91c39e607066d3313a6ce621796a:

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

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

One last set of small fixes for the soc tree:

 - Incorrect ethernet phy settings found on i.mx and
   allwinner platforms

 - a revert for a Qualcomm DT change that caused a boot
   regression

 - four patches for incorrect settings in i.MX DT files

 - new MAINTAINER file entries for dhcom boards

 - a Kconfig fix for a reset driver that became unselectable

 - three more code changes for bugs in reset drivers

----------------------------------------------------------------
Amit Pundir (1):
      Revert "arm64: dts: qcom: sm8250: remove bus clock from the mdss
node for sm8250 target"

Arnd Bergmann (4):
      Merge tag 'imx-fixes-5.15-4' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes
      Merge tag 'sunxi-fixes-for-5.15-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into
arm/fixes
      Merge tag 'reset-fixes-for-v5.15' of
git://git.pengutronix.de/pza/linux into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-5.15-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/fixes

Bastien Roucariès (1):
      ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode

Christoph Niedermaier (1):
      MAINTAINERS: Add maintainers for DHCOM i.MX6 and DHCOM/DHCOR STM32MP1

Clément Bœsch (1):
      arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node

Frieder Schrempf (5):
      arm64: dts: imx8mm-kontron: Make sure SOC and DRAM supply
voltages are correct
      arm64: dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV
      arm64: dts: imx8mm-kontron: Fix polarity of reg_rst_eth2
      arm64: dts: imx8mm-kontron: Fix CAN SPI clock frequency
      arm64: dts: imx8mm-kontron: Fix connection type for VSC8531 RGMII PHY

Geert Uytterhoeven (1):
      reset: pistachio: Re-enable driver selection

Jim Quinlan (1):
      reset: brcmstb-rescal: fix incorrect polarity of status bit

Mikko Perttunen (1):
      reset: tegra-bpmp: Handle errors in BPMP response

Paweł Anikiel (1):
      reset: socfpga: add empty driver allowing consumers to probe

 MAINTAINERS                                        | 13 +++++++++++
 arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts    |  2 +-
 .../boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts   |  2 +-
 .../boot/dts/freescale/imx8mm-kontron-n801x-s.dts  |  8 ++++---
 .../dts/freescale/imx8mm-kontron-n801x-som.dtsi    |  8 ++++---
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  3 ++-
 drivers/reset/Kconfig                              |  4 ++--
 drivers/reset/reset-brcmstb-rescal.c               |  2 +-
 drivers/reset/reset-socfpga.c                      | 26 ++++++++++++++++++++++
 drivers/reset/tegra/reset-bpmp.c                   |  9 +++++++-
 10 files changed, 64 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 26, 2021, 10:28 p.m. UTC | #1
The pull request you sent on Tue, 26 Oct 2021 22:51:25 +0200:

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

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

Thank you!