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.16, round 2
Date: Sat, 11 Dec 2021 10:01:54 +0800	[thread overview]
Message-ID: <20211211015625.GK4216@dragon> (raw)

The following changes since commit c88c5e461939a06ae769a01649d5c6b5a156f883:

  arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys (2021-11-23 20:25:34 +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-2

for you to fetch changes up to 4ebd29f91629e69da7d57390cdc953772eee03ab:

  soc: imx: Register SoC device only on i.MX boards (2021-12-08 20:30:00 +0800)

----------------------------------------------------------------
i.MX fixes for 5.16, round 2:

- One fix on imx8m-blk-ctrl driver to get i.MX8MM MIPI reset work
  properly
- Fix CSI_DATA07__ESAI_TX0 pad name in i.MX7ULL pin function header
- Remove interconnect property from i.MX8MQ LCDIF device to fix the
  regression that LCDIF driver stops probe, because interconnect
  provider driver (imx-bus) hasn't been fully working.
- Fix soc-imx driver to register SoC device only on i.MX platform.

----------------------------------------------------------------
Adam Ford (1):
      soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset

Fabio Estevam (1):
      ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name

Martin Kepplinger (1):
      arm64: dts: imx8mq: remove interconnect property from lcdif

Stephan Gerhold (1):
      soc: imx: Register SoC device only on i.MX boards

 arch/arm/boot/dts/imx6ull-pinfunc.h       |  2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi |  2 --
 drivers/soc/imx/imx8m-blk-ctrl.c          | 19 +++++++++++++++++++
 drivers/soc/imx/soc-imx.c                 |  4 ++++
 4 files changed, 24 insertions(+), 3 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.16, round 2
Date: Sat, 11 Dec 2021 10:01:54 +0800	[thread overview]
Message-ID: <20211211015625.GK4216@dragon> (raw)

The following changes since commit c88c5e461939a06ae769a01649d5c6b5a156f883:

  arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys (2021-11-23 20:25:34 +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-2

for you to fetch changes up to 4ebd29f91629e69da7d57390cdc953772eee03ab:

  soc: imx: Register SoC device only on i.MX boards (2021-12-08 20:30:00 +0800)

----------------------------------------------------------------
i.MX fixes for 5.16, round 2:

- One fix on imx8m-blk-ctrl driver to get i.MX8MM MIPI reset work
  properly
- Fix CSI_DATA07__ESAI_TX0 pad name in i.MX7ULL pin function header
- Remove interconnect property from i.MX8MQ LCDIF device to fix the
  regression that LCDIF driver stops probe, because interconnect
  provider driver (imx-bus) hasn't been fully working.
- Fix soc-imx driver to register SoC device only on i.MX platform.

----------------------------------------------------------------
Adam Ford (1):
      soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset

Fabio Estevam (1):
      ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name

Martin Kepplinger (1):
      arm64: dts: imx8mq: remove interconnect property from lcdif

Stephan Gerhold (1):
      soc: imx: Register SoC device only on i.MX boards

 arch/arm/boot/dts/imx6ull-pinfunc.h       |  2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi |  2 --
 drivers/soc/imx/imx8m-blk-ctrl.c          | 19 +++++++++++++++++++
 drivers/soc/imx/soc-imx.c                 |  4 ++++
 4 files changed, 24 insertions(+), 3 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-12-11  2:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-11  2:01 Shawn Guo [this message]
2021-12-11  2:01 ` [GIT PULL] i.MX fixes for 5.16, round 2 Shawn Guo
2021-12-13 14: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=20211211015625.GK4216@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.