mbox series

[GIT,PULL] i.MX fixes for 5.16

Message ID 20211126100716.GF4216@dragon (mailing list archive)
State Accepted
Commit 708038dc3715047bd967f232770dfa0adb911021
Headers show
Series [GIT,PULL] i.MX fixes for 5.16 | expand

Pull-request

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

Message

Shawn Guo Nov. 26, 2021, 10:07 a.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c88c5e461939a06ae769a01649d5c6b5a156f883:

  arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys (2021-11-23 20:25:34 +0800)

----------------------------------------------------------------
i.MX fixes for 5.16:

- A series from Vladimir Oltean to update SJA1105 switch RGMII delay for
  a few boards, so that kernel doesn't warn on the legacy bindings.
- Remove redundant interrupt declaration for gpio-keys on board
  ls1088a-ten64, as this causes an IRQ reclaiming error on kernel v5.15
  and later.

----------------------------------------------------------------
Mathew McBride (1):
      arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys

Vladimir Oltean (3):
      ARM: dts: imx6qp-prtwd3: update RGMII delays for sja1105 switch
      ARM: dts: ls1021a-tsn: update RGMII delays for sja1105 switch
      arm64: dts: lx2160abluebox3: update RGMII delays for sja1105 switch

 arch/arm/boot/dts/imx6qp-prtwd3.dts                    | 2 ++
 arch/arm/boot/dts/ls1021a-tsn.dts                      | 2 ++
 arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts    | 2 --
 arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3.dts | 4 ++++
 4 files changed, 8 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 13, 2021, 2:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 26 Nov 2021 18:07:17 +0800 you wrote:
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.16
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] i.MX fixes for 5.16
    https://git.kernel.org/soc/soc/c/708038dc3715

You are awesome, thank you!