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.3
Date: Wed, 15 Mar 2023 21:28:14 +0800	[thread overview]
Message-ID: <20230315132814.GF143566@dragon> (raw)

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b3cdf730486b048ca0bf23bef050550d9fd40422:

  arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +0800)

----------------------------------------------------------------
i.MX fixes for 6.3:

- A couple of i.MX93 fixes from Alexander Stein to correct EQoS Ethernet
  properties.
- Correct clock-names of FlexSPI device in imx8-ss-lsio DT.
- Fix EQoS PHY reset GPIO by dropping the deprecated/wrong property and
  switch to the new bindings.
- Fix an issue with imx-weim bus driver that branch condition evaluates
  to a garbage value.
- Correct WM8960 clock name for imx8mm-nitrogen-r2 board.
- Fix LCDIF2 clocks for i.MX8MP DT.
- Add missing #sound-dai-cells properties to SAI nodes for i.MX8MN DT.
- Revert LS1028A DT changes of getting MAC addresses from VPD, as the
  dependency on NVMEM device is not in place.
- A series from Peng Fan to add missing pinctrl property for i.MX6SL
  based devices.

----------------------------------------------------------------
Alexander Stein (3):
      arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order
      arm64: dts: imx93: Fix eqos properties
      arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes

Andrew Halaney (1):
      arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio

Ivan Bornyakov (1):
      bus: imx-weim: fix branch condition evaluates to a garbage value

Krzysztof Kozlowski (1):
      arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name

Marek Vasut (2):
      arm64: dts: imx8mp: Fix LCDIF2 node clock order
      arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes

Michael Walle (1):
      Revert "arm64: dts: ls1028a: sl28: get MAC addresses from VPD"

Peng Fan (3):
      ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
      ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
      ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl

 arch/arm/boot/dts/e60k02.dtsi                      |  1 +
 arch/arm/boot/dts/e70k02.dtsi                      |  1 +
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts       |  1 +
 .../fsl-ls1028a-kontron-kbox-a-230-ls.dts          | 12 -----------
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  2 --
 .../freescale/fsl-ls1028a-kontron-sl28-var2.dts    |  8 --------
 .../freescale/fsl-ls1028a-kontron-sl28-var4.dts    |  2 --
 .../dts/freescale/fsl-ls1028a-kontron-sl28.dts     | 17 ---------------
 arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi    |  2 +-
 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts      |  5 +++--
 .../boot/dts/freescale/imx8mm-nitrogen-r2.dts      |  2 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  5 +++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  4 ++--
 arch/arm64/boot/dts/freescale/imx93.dtsi           | 24 ++++++++++++++++++----
 drivers/bus/imx-weim.c                             |  2 +-
 15 files changed, 36 insertions(+), 52 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 6.3
Date: Wed, 15 Mar 2023 21:28:14 +0800	[thread overview]
Message-ID: <20230315132814.GF143566@dragon> (raw)

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b3cdf730486b048ca0bf23bef050550d9fd40422:

  arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +0800)

----------------------------------------------------------------
i.MX fixes for 6.3:

- A couple of i.MX93 fixes from Alexander Stein to correct EQoS Ethernet
  properties.
- Correct clock-names of FlexSPI device in imx8-ss-lsio DT.
- Fix EQoS PHY reset GPIO by dropping the deprecated/wrong property and
  switch to the new bindings.
- Fix an issue with imx-weim bus driver that branch condition evaluates
  to a garbage value.
- Correct WM8960 clock name for imx8mm-nitrogen-r2 board.
- Fix LCDIF2 clocks for i.MX8MP DT.
- Add missing #sound-dai-cells properties to SAI nodes for i.MX8MN DT.
- Revert LS1028A DT changes of getting MAC addresses from VPD, as the
  dependency on NVMEM device is not in place.
- A series from Peng Fan to add missing pinctrl property for i.MX6SL
  based devices.

----------------------------------------------------------------
Alexander Stein (3):
      arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order
      arm64: dts: imx93: Fix eqos properties
      arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes

Andrew Halaney (1):
      arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio

Ivan Bornyakov (1):
      bus: imx-weim: fix branch condition evaluates to a garbage value

Krzysztof Kozlowski (1):
      arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name

Marek Vasut (2):
      arm64: dts: imx8mp: Fix LCDIF2 node clock order
      arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes

Michael Walle (1):
      Revert "arm64: dts: ls1028a: sl28: get MAC addresses from VPD"

Peng Fan (3):
      ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
      ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
      ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl

 arch/arm/boot/dts/e60k02.dtsi                      |  1 +
 arch/arm/boot/dts/e70k02.dtsi                      |  1 +
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts       |  1 +
 .../fsl-ls1028a-kontron-kbox-a-230-ls.dts          | 12 -----------
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  2 --
 .../freescale/fsl-ls1028a-kontron-sl28-var2.dts    |  8 --------
 .../freescale/fsl-ls1028a-kontron-sl28-var4.dts    |  2 --
 .../dts/freescale/fsl-ls1028a-kontron-sl28.dts     | 17 ---------------
 arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi    |  2 +-
 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts      |  5 +++--
 .../boot/dts/freescale/imx8mm-nitrogen-r2.dts      |  2 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  5 +++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  4 ++--
 arch/arm64/boot/dts/freescale/imx93.dtsi           | 24 ++++++++++++++++++----
 drivers/bus/imx-weim.c                             |  2 +-
 15 files changed, 36 insertions(+), 52 deletions(-)

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

             reply	other threads:[~2023-03-15 13:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-15 13:28 Shawn Guo [this message]
2023-03-15 13:28 ` [GIT PULL] i.MX fixes for 6.3 Shawn Guo
2023-03-17 15:52 ` 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=20230315132814.GF143566@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.