All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX fixes for 5.12
Date: Thu, 18 Mar 2021 17:01:46 +0800	[thread overview]
Message-ID: <20210318090145.GA22955@dragon> (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/shawnguo/linux.git tags/imx-fixes-5.12

for you to fetch changes up to e4817a1b6b77db538bc0141c3b138f2df803ce87:

  ARM: dts: imx6ull: fix ubi filesystem mount failed (2021-03-18 12:06:28 +0800)

----------------------------------------------------------------
i.MX fixes for 5.12:

- 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.

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

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

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

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

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

 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            | 22 ++++++++++++++------
 arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts   |  1 +
 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/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 +-
 15 files changed, 37 insertions(+), 71 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX fixes for 5.12
Date: Thu, 18 Mar 2021 17:01:46 +0800	[thread overview]
Message-ID: <20210318090145.GA22955@dragon> (raw)
Message-ID: <20210318090146.RFwEFWtDvGCGiuBRIfTtD4INBSNKfIebHal14lgnn9Y@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/shawnguo/linux.git tags/imx-fixes-5.12

for you to fetch changes up to e4817a1b6b77db538bc0141c3b138f2df803ce87:

  ARM: dts: imx6ull: fix ubi filesystem mount failed (2021-03-18 12:06:28 +0800)

----------------------------------------------------------------
i.MX fixes for 5.12:

- 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.

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

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

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

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

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

 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            | 22 ++++++++++++++------
 arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts   |  1 +
 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/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 +-
 15 files changed, 37 insertions(+), 71 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-18  9:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-18  9:01 Shawn Guo [this message]
2021-03-18  9:01 ` [GIT PULL] i.MX fixes for 5.12 Shawn Guo
2021-03-18 23:10 ` 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=20210318090145.GA22955@dragon \
    --to=shawnguo@kernel.org \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=soc@kernel.org \
    --cc=stefan@agner.ch \
    /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.