soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 5.15, part 3
@ 2021-10-26 20:51 Arnd Bergmann
  2021-10-26 20:51 ` Arnd Bergmann
  2021-10-26 22:28 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-10-26 20:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux Kernel Mailing List, Linux ARM

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

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

* [GIT PULL] ARM: SoC fixes for 5.15, part 3
  2021-10-26 20:51 [GIT PULL] ARM: SoC fixes for 5.15, part 3 Arnd Bergmann
@ 2021-10-26 20:51 ` Arnd Bergmann
  2021-10-26 22:28 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-10-26 20:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux Kernel Mailing List, Linux ARM

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

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

* Re: [GIT PULL] ARM: SoC fixes for 5.15, part 3
  2021-10-26 20:51 [GIT PULL] ARM: SoC fixes for 5.15, part 3 Arnd Bergmann
  2021-10-26 20:51 ` Arnd Bergmann
@ 2021-10-26 22:28 ` pr-tracker-bot
  2021-10-26 22:28   ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: pr-tracker-bot @ 2021-10-26 22:28 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux Kernel Mailing List, Linux ARM

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!

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

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

* Re: [GIT PULL] ARM: SoC fixes for 5.15, part 3
  2021-10-26 22:28 ` pr-tracker-bot
@ 2021-10-26 22:28   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-10-26 22:28 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux Kernel Mailing List, Linux ARM

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!

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

end of thread, other threads:[~2021-10-26 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 20:51 [GIT PULL] ARM: SoC fixes for 5.15, part 3 Arnd Bergmann
2021-10-26 20:51 ` Arnd Bergmann
2021-10-26 22:28 ` pr-tracker-bot
2021-10-26 22:28   ` 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).