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, 2nd round
Date: Thu, 6 Apr 2023 10:16:02 +0800	[thread overview]
Message-ID: <20230406021602.GP11367@dragon> (raw)

The following changes since commit b3cdf730486b048ca0bf23bef050550d9fd40422:

  arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +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-2

for you to fetch changes up to 86d5b27b379256cd5d48974b4cd7ad03091eea6b:

  ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI (2023-04-06 09:49:34 +0800)

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

- Fix 'reg' address length for i.MX8MP LCDIF2 device.
- A couple of changes from Fabio Estevam to fix DTC warnings caused
  unnecessary address/size cells.
- Re-enable PCI driver support in imx_v6_v7_defconfig.
- Fix PMIC clock source property for imx8mm-evk board.
- A couple of fixes from Peng Fan to correct off-on delay property for
  i.MX8 Verdin boards.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: imx8mp: fix address length for LCDIF2

Fabio Estevam (3):
      ARM: dts: imx7d-remarkable2: Remove unnecessary #address-cells/#size-cells
      ARM: dts: imx6ull-colibri: Remove unnecessary #address-cells/#size-cells
      ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI

Peng Fan (3):
      arm64: dts: imx8mm-evk: correct pmic clock source
      arm64: dts: imx8mm-verdin: correct off-on-delay
      arm64: dts: imx8mp-verdin: correct off-on-delay

 arch/arm/boot/dts/imx6ull-colibri.dtsi               | 12 +++---------
 arch/arm/boot/dts/imx7d-remarkable2.dts              |  2 --
 arch/arm/configs/imx_v6_v7_defconfig                 |  2 +-
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi        |  2 +-
 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi     |  4 ++--
 arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi     |  4 ++--
 arch/arm64/boot/dts/freescale/imx8mp.dtsi            |  2 +-
 8 files changed, 11 insertions(+), 19 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, 2nd round
Date: Thu, 6 Apr 2023 10:16:02 +0800	[thread overview]
Message-ID: <20230406021602.GP11367@dragon> (raw)

The following changes since commit b3cdf730486b048ca0bf23bef050550d9fd40422:

  arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +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-2

for you to fetch changes up to 86d5b27b379256cd5d48974b4cd7ad03091eea6b:

  ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI (2023-04-06 09:49:34 +0800)

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

- Fix 'reg' address length for i.MX8MP LCDIF2 device.
- A couple of changes from Fabio Estevam to fix DTC warnings caused
  unnecessary address/size cells.
- Re-enable PCI driver support in imx_v6_v7_defconfig.
- Fix PMIC clock source property for imx8mm-evk board.
- A couple of fixes from Peng Fan to correct off-on delay property for
  i.MX8 Verdin boards.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: imx8mp: fix address length for LCDIF2

Fabio Estevam (3):
      ARM: dts: imx7d-remarkable2: Remove unnecessary #address-cells/#size-cells
      ARM: dts: imx6ull-colibri: Remove unnecessary #address-cells/#size-cells
      ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI

Peng Fan (3):
      arm64: dts: imx8mm-evk: correct pmic clock source
      arm64: dts: imx8mm-verdin: correct off-on-delay
      arm64: dts: imx8mp-verdin: correct off-on-delay

 arch/arm/boot/dts/imx6ull-colibri.dtsi               | 12 +++---------
 arch/arm/boot/dts/imx7d-remarkable2.dts              |  2 --
 arch/arm/configs/imx_v6_v7_defconfig                 |  2 +-
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi        |  2 +-
 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi     |  4 ++--
 arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi     |  4 ++--
 arch/arm64/boot/dts/freescale/imx8mp.dtsi            |  2 +-
 8 files changed, 11 insertions(+), 19 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-04-06  2:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06  2:16 Shawn Guo [this message]
2023-04-06  2:16 ` [GIT PULL] i.MX fixes for 6.3, 2nd round Shawn Guo
2023-04-06 21:30 ` patchwork-bot+linux-soc
2023-04-06 21:30 ` 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=20230406021602.GP11367@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.