mbox series

[GIT,PULL] i.MX fixes for 5.11, round 2

Message ID 20210119091949.GD4356@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.11, round 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.11-2

Message

Shawn Guo Jan. 19, 2021, 9:19 a.m. UTC
The following changes since commit 5a22747b76ca2384057d8e783265404439d31d7f:

  ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming (2021-01-11 11:41:17 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.11-2

for you to fetch changes up to 82c082784e03a9a9c043345f9bc04bc8254cf6da:

  firmware: imx: select SOC_BUS to fix firmware build (2021-01-18 15:49:07 +0800)

----------------------------------------------------------------
i.MX fixes for 5.11, round 2:

- Fix pcf2127 reset for imx7d-flex-concentrator board.
- Fix i.MX6 suspend with Thumb-2 kernel.
- Fix ethernet-phy address issue on imx6qdl-sr-som board.
- Fix GPIO3 `gpio-ranges` on i.MX8MP.
- Select SOC_BUS for IMX_SCU driver to fix build issue.

----------------------------------------------------------------
Bruno Thomsen (1):
      ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset

Jacky Bai (1):
      arm64: dts: imx8mp: Correct the gpio ranges of gpio3

Max Krummenacher (1):
      ARM: imx: build suspend-imx6.S with arm instruction set

Randy Dunlap (1):
      firmware: imx: select SOC_BUS to fix firmware build

Russell King (1):
      ARM: dts: imx6qdl-sr-som: fix some cubox-i platforms

 arch/arm/boot/dts/imx6qdl-sr-som.dtsi         | 12 ++++++++++--
 arch/arm/boot/dts/imx7d-flex-concentrator.dts |  1 +
 arch/arm/mach-imx/suspend-imx6.S              |  1 +
 arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  2 +-
 drivers/firmware/imx/Kconfig                  |  1 +
 5 files changed, 14 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann Jan. 22, 2021, 10:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 19 Jan 2021 17:19:49 +0800, Shawn Guo wrote:
> The following changes since commit 5a22747b76ca2384057d8e783265404439d31d7f:
> 
>   ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming (2021-01-11 11:41:17 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.11-2
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: e49c24c8cd00ea9d7471520fff562fb4e7e9f61a

       Arnd