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 6.1, 2nd round
Date: Wed, 16 Nov 2022 17:04:05 +0800	[thread overview]
Message-ID: <20221116090402.GA1274@T480> (raw)

The following changes since commit d5c921a53c80dfa942f6dff36253db5a50775a5f:

  arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers (2022-10-29 20:31:24 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 836fb30949d9edf91d7de696a884ceeae7e426d2:

  soc: imx8m: Enable OCOTP clock before reading the register (2022-11-14 15:52:53 +0800)

----------------------------------------------------------------
i.MX fixes for 6.1, 2nd round:

- Switch to usb-role-switch for fixing USB device mode on
  tqma8mqml-mba8mx board, so that Dual Role is fully functional.
- A series from Marek Vasut to fix dt-schema warning caused by NAND
  controller size-cells.
- Fix file permission of imx93-pinfunc header.
- Enable OCOTP clock in soc-imx8m driver to fix a kexec kernel hang
  issue.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: imx8mm-tqma8mqml-mba8mx: Fix USB DR

Marek Vasut (3):
      ARM: dts: imx7: Fix NAND controller size-cells
      arm64: dts: imx8mm: Fix NAND controller size-cells
      arm64: dts: imx8mn: Fix NAND controller size-cells

Peng Fan (1):
      arm64: dts: imx93-pinfunc: drop execution permission

Xiaolei Wang (1):
      soc: imx8m: Enable OCOTP clock before reading the register

 arch/arm/boot/dts/imx7s.dtsi                       |  4 +--
 .../boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 32 ++++++++++++++++++----
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  4 +--
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  2 +-
 arch/arm64/boot/dts/freescale/imx93-pinfunc.h      |  0
 drivers/soc/imx/soc-imx8m.c                        | 11 ++++++++
 6 files changed, 42 insertions(+), 11 deletions(-)
 mode change 100755 => 100644 arch/arm64/boot/dts/freescale/imx93-pinfunc.h

WARNING: multiple messages have this Message-ID
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 6.1, 2nd round
Date: Wed, 16 Nov 2022 17:04:05 +0800	[thread overview]
Message-ID: <20221116090402.GA1274@T480> (raw)

The following changes since commit d5c921a53c80dfa942f6dff36253db5a50775a5f:

  arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers (2022-10-29 20:31:24 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 836fb30949d9edf91d7de696a884ceeae7e426d2:

  soc: imx8m: Enable OCOTP clock before reading the register (2022-11-14 15:52:53 +0800)

----------------------------------------------------------------
i.MX fixes for 6.1, 2nd round:

- Switch to usb-role-switch for fixing USB device mode on
  tqma8mqml-mba8mx board, so that Dual Role is fully functional.
- A series from Marek Vasut to fix dt-schema warning caused by NAND
  controller size-cells.
- Fix file permission of imx93-pinfunc header.
- Enable OCOTP clock in soc-imx8m driver to fix a kexec kernel hang
  issue.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: imx8mm-tqma8mqml-mba8mx: Fix USB DR

Marek Vasut (3):
      ARM: dts: imx7: Fix NAND controller size-cells
      arm64: dts: imx8mm: Fix NAND controller size-cells
      arm64: dts: imx8mn: Fix NAND controller size-cells

Peng Fan (1):
      arm64: dts: imx93-pinfunc: drop execution permission

Xiaolei Wang (1):
      soc: imx8m: Enable OCOTP clock before reading the register

 arch/arm/boot/dts/imx7s.dtsi                       |  4 +--
 .../boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 32 ++++++++++++++++++----
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  4 +--
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  2 +-
 arch/arm64/boot/dts/freescale/imx93-pinfunc.h      |  0
 drivers/soc/imx/soc-imx8m.c                        | 11 ++++++++
 6 files changed, 42 insertions(+), 11 deletions(-)
 mode change 100755 => 100644 arch/arm64/boot/dts/freescale/imx93-pinfunc.h

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

             reply	other threads:[~2022-11-16  9:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16  9:04 Shawn Guo [this message]
2022-11-16  9:04 ` [GIT PULL] i.MX fixes for 6.1, 2nd round Shawn Guo
2022-11-16 21:20 ` 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=20221116090402.GA1274@T480 \
    --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.