All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	SoC Team <soc@kernel.org>
Subject: [GIT PULL] ARM: SoC fixes for v5.12
Date: Fri, 26 Mar 2021 17:02:57 +0100	[thread overview]
Message-ID: <CAK8P3a2BTOzDfmH3dHmwm6LYPefFAnGCMPdQOpUbXOukiT0rVw@mail.gmail.com> (raw)

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 67335b8d28cd2ee279d6ab3c72856b76411ba48a:

  Merge tag 'imx-fixes-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-03-18 23:53:47 +0100)

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

Too many fixes have accumulated in the soc tree, so this is a fairly
large set. As usual, most of the fixes are for devicetree files, but
there are also notable code changes for imx and omap regressions as
well as some maintainer file updates.

imx:
 - Fix an Ethernet issue on imx6ul-14x14-evk board that is caused by
   independent PHY reset.

 - Add missing `dma-coherent` property for LayerScape device trees to fix a
   kernel BUG report.

 - Use IRQCHIP_DECLARE for AVIC driver to fix a boot issue on i.MX25 with
   fw_devlink=on.

 - Add missing I2C pinctrl entry for imx8mp-phyboard-pollux-rdk board to
   fix the broken I2C GPIO recovery support.

 - Add `fsl,use-minimum-ecc` property for imx6ull-myir-mys-6ulx-eval
   device tree to fix UBI filesystem mount failure.

at91:
 - wrong phy address that blocks Ethernet use on boards with sama5d27 SoM1

 - restrictive pin possibilities for sam9x60

omap:
 - Fix ocp interconnect bus access error reporting for omap_l3_noc by
   setting IRQF_NO_THREAD

 - Fix changed mmc slot order regression by adding mmc aliases for am335x

 - Fix dra7 reboot regression caused by invalid pcie reset map

 - Fix smartreflex init regression caused by dropped legacy data

 - Fix ti-sysc driver warning on unbind if reset is not deasserted

 - Fix flakey reset deassert for dra7 iva

stm32:
 - MAINTAINER file updates

broadcom:
 - brcmstb SoC ID build fix

 - MAINTAINER file updates

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

----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'arm-soc/for-5.12/drivers-part2' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'omap-for-v5.12/fixes-rc1-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes
      Merge tag 'at91-fixes-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into
arm/fixes
      Merge tag 'imx-fixes-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes

Claudiu Beznea (1):
      ARM: dts: at91-sama5d27_som1: fix phy address to 7

Fabio Estevam (1):
      ARM: imx6ul-14x14-evk: Do not reset the Ethernet PHYs independently

Federico Pellegrin (1):
      ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set
to A, B and C

Grygorii Strashko (1):
      bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD

Horia Geantă (3):
      arm64: dts: ls1046a: mark crypto engine dma coherent
      arm64: dts: ls1043a: mark crypto engine dma coherent
      arm64: dts: ls1012a: mark crypto engine dma coherent

Lukas Bulwahn (1):
      MAINTAINERS: rectify BROADCOM PMB (POWER MANAGEMENT BUS) DRIVER

Mans Rullgard (1):
      ARM: dts: am33xx: add aliases for mmc interfaces

Nicolas Ferre (1):
      ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheet

Patrice Chotard (3):
      MAINTAINERS: Update some st.com email addresses to foss.st.com
      MAINTAINERS: Remove Vincent Abriou for STM/STI DRM drivers.
      MAINTAINERS: Add Alain Volmat as STM32 I2C/SMBUS maintainer

Saravana Kannan (1):
      ARM: imx: avic: Convert to using IRQCHIP_DECLARE

Teresa Remmet (1):
      arm64: dts: imx8mp-phyboard-pollux-rdk: Add missing pinctrl entry

Tony Lindgren (5):
      soc: ti: omap-prm: Fix reboot issue with invalid pcie reset map for dra7
      ARM: OMAP2+: Fix smartreflex init regression after dropping legacy data
      Merge branch 'fixes-v5.11' into fixes
      bus: ti-sysc: Fix warning on unbind if reset is not deasserted
      soc: ti: omap-prm: Fix occasional abort on reset deassert for dra7 iva

dillon min (1):
      ARM: dts: imx6ull: fix ubi filesystem mount failed

 MAINTAINERS                                        | 33 +++++-----
 arch/arm/boot/dts/am33xx.dtsi                      |  3 +
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  8 ---
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |  4 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            | 22 +++++--
 arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts   |  1 +
 arch/arm/boot/dts/sam9x60.dtsi                     |  9 +++
 arch/arm/mach-imx/avic.c                           | 16 ++++-
 arch/arm/mach-imx/common.h                         |  1 -
 arch/arm/mach-imx/mach-imx1.c                      | 11 ----
 arch/arm/mach-imx/mach-imx25.c                     | 12 ----
 arch/arm/mach-imx/mach-imx27.c                     | 12 ----
 arch/arm/mach-imx/mach-imx31.c                     |  1 -
 arch/arm/mach-imx/mach-imx35.c                     |  1 -
 arch/arm/mach-imx/mm-imx3.c                        | 24 -------
 arch/arm/mach-omap2/sr_device.c                    | 75 +++++++++++++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  1 +
 .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   |  2 +-
 .../boot/dts/freescale/imx8mp-phycore-som.dtsi     |  2 +-
 drivers/bus/omap_l3_noc.c                          |  4 +-
 drivers/bus/ti-sysc.c                              |  4 +-
 drivers/soc/ti/omap_prm.c                          |  8 ++-
 24 files changed, 136 insertions(+), 120 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	SoC Team <soc@kernel.org>
Subject: [GIT PULL] ARM: SoC fixes for v5.12
Date: Fri, 26 Mar 2021 17:02:57 +0100	[thread overview]
Message-ID: <CAK8P3a2BTOzDfmH3dHmwm6LYPefFAnGCMPdQOpUbXOukiT0rVw@mail.gmail.com> (raw)
Message-ID: <20210326160257.ned5wWr0DRXvvpLUj-JukTLJMpTxCfR64W5iU5EQBg4@z> (raw)

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 67335b8d28cd2ee279d6ab3c72856b76411ba48a:

  Merge tag 'imx-fixes-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-03-18 23:53:47 +0100)

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

Too many fixes have accumulated in the soc tree, so this is a fairly
large set. As usual, most of the fixes are for devicetree files, but
there are also notable code changes for imx and omap regressions as
well as some maintainer file updates.

imx:
 - Fix an Ethernet issue on imx6ul-14x14-evk board that is caused by
   independent PHY reset.

 - Add missing `dma-coherent` property for LayerScape device trees to fix a
   kernel BUG report.

 - Use IRQCHIP_DECLARE for AVIC driver to fix a boot issue on i.MX25 with
   fw_devlink=on.

 - Add missing I2C pinctrl entry for imx8mp-phyboard-pollux-rdk board to
   fix the broken I2C GPIO recovery support.

 - Add `fsl,use-minimum-ecc` property for imx6ull-myir-mys-6ulx-eval
   device tree to fix UBI filesystem mount failure.

at91:
 - wrong phy address that blocks Ethernet use on boards with sama5d27 SoM1

 - restrictive pin possibilities for sam9x60

omap:
 - Fix ocp interconnect bus access error reporting for omap_l3_noc by
   setting IRQF_NO_THREAD

 - Fix changed mmc slot order regression by adding mmc aliases for am335x

 - Fix dra7 reboot regression caused by invalid pcie reset map

 - Fix smartreflex init regression caused by dropped legacy data

 - Fix ti-sysc driver warning on unbind if reset is not deasserted

 - Fix flakey reset deassert for dra7 iva

stm32:
 - MAINTAINER file updates

broadcom:
 - brcmstb SoC ID build fix

 - MAINTAINER file updates

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

----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'arm-soc/for-5.12/drivers-part2' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'omap-for-v5.12/fixes-rc1-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes
      Merge tag 'at91-fixes-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into
arm/fixes
      Merge tag 'imx-fixes-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes

Claudiu Beznea (1):
      ARM: dts: at91-sama5d27_som1: fix phy address to 7

Fabio Estevam (1):
      ARM: imx6ul-14x14-evk: Do not reset the Ethernet PHYs independently

Federico Pellegrin (1):
      ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set
to A, B and C

Grygorii Strashko (1):
      bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD

Horia Geantă (3):
      arm64: dts: ls1046a: mark crypto engine dma coherent
      arm64: dts: ls1043a: mark crypto engine dma coherent
      arm64: dts: ls1012a: mark crypto engine dma coherent

Lukas Bulwahn (1):
      MAINTAINERS: rectify BROADCOM PMB (POWER MANAGEMENT BUS) DRIVER

Mans Rullgard (1):
      ARM: dts: am33xx: add aliases for mmc interfaces

Nicolas Ferre (1):
      ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheet

Patrice Chotard (3):
      MAINTAINERS: Update some st.com email addresses to foss.st.com
      MAINTAINERS: Remove Vincent Abriou for STM/STI DRM drivers.
      MAINTAINERS: Add Alain Volmat as STM32 I2C/SMBUS maintainer

Saravana Kannan (1):
      ARM: imx: avic: Convert to using IRQCHIP_DECLARE

Teresa Remmet (1):
      arm64: dts: imx8mp-phyboard-pollux-rdk: Add missing pinctrl entry

Tony Lindgren (5):
      soc: ti: omap-prm: Fix reboot issue with invalid pcie reset map for dra7
      ARM: OMAP2+: Fix smartreflex init regression after dropping legacy data
      Merge branch 'fixes-v5.11' into fixes
      bus: ti-sysc: Fix warning on unbind if reset is not deasserted
      soc: ti: omap-prm: Fix occasional abort on reset deassert for dra7 iva

dillon min (1):
      ARM: dts: imx6ull: fix ubi filesystem mount failed

 MAINTAINERS                                        | 33 +++++-----
 arch/arm/boot/dts/am33xx.dtsi                      |  3 +
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  8 ---
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |  4 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            | 22 +++++--
 arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts   |  1 +
 arch/arm/boot/dts/sam9x60.dtsi                     |  9 +++
 arch/arm/mach-imx/avic.c                           | 16 ++++-
 arch/arm/mach-imx/common.h                         |  1 -
 arch/arm/mach-imx/mach-imx1.c                      | 11 ----
 arch/arm/mach-imx/mach-imx25.c                     | 12 ----
 arch/arm/mach-imx/mach-imx27.c                     | 12 ----
 arch/arm/mach-imx/mach-imx31.c                     |  1 -
 arch/arm/mach-imx/mach-imx35.c                     |  1 -
 arch/arm/mach-imx/mm-imx3.c                        | 24 -------
 arch/arm/mach-omap2/sr_device.c                    | 75 +++++++++++++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  1 +
 .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   |  2 +-
 .../boot/dts/freescale/imx8mp-phycore-som.dtsi     |  2 +-
 drivers/bus/omap_l3_noc.c                          |  4 +-
 drivers/bus/ti-sysc.c                              |  4 +-
 drivers/soc/ti/omap_prm.c                          |  8 ++-
 24 files changed, 136 insertions(+), 120 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-03-26 16:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-26 16:02 Arnd Bergmann [this message]
2021-03-26 16:02 ` [GIT PULL] ARM: SoC fixes for v5.12 Arnd Bergmann
2021-03-26 18:48 ` pr-tracker-bot
2021-03-26 18:48   ` pr-tracker-bot
2021-03-26 19:00 ` Florian Fainelli
2021-03-26 19:00   ` Florian Fainelli
2021-04-01  9:41 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK8P3a2BTOzDfmH3dHmwm6LYPefFAnGCMPdQOpUbXOukiT0rVw@mail.gmail.com \
    --to=arnd@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.