All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	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 2/5] i.MX SoC change for 6.8
Date: Sat, 16 Dec 2023 14:46:02 +0800	[thread overview]
Message-ID: <20231216064605.876196-2-shawnguo@kernel.org> (raw)
In-Reply-To: <20231216064605.876196-1-shawnguo@kernel.org>

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.8

for you to fetch changes up to c8705471b94d0d869e2e3ac80c0d960f0215474f:

  ARM: mxs: Do not search for "fsl,clkctrl" (2023-12-06 11:21:43 +0800)

----------------------------------------------------------------
i.MX SoC change for 6.8:

- Update mach-imx MMDC driver to use device_get_match_data().
- Drop the use of "fsl,clkctrl" from mach-mxs platform code, as it's
  an undocumented compatible.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: mxs: Do not search for "fsl,clkctrl"

Rob Herring (1):
      ARM: imx: Use device_get_match_data()

 arch/arm/mach-imx/mmdc.c     | 9 ++++-----
 arch/arm/mach-mxs/mach-mxs.c | 4 +++-
 2 files changed, 7 insertions(+), 6 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	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 2/5] i.MX SoC change for 6.8
Date: Sat, 16 Dec 2023 14:46:02 +0800	[thread overview]
Message-ID: <20231216064605.876196-2-shawnguo@kernel.org> (raw)
In-Reply-To: <20231216064605.876196-1-shawnguo@kernel.org>

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.8

for you to fetch changes up to c8705471b94d0d869e2e3ac80c0d960f0215474f:

  ARM: mxs: Do not search for "fsl,clkctrl" (2023-12-06 11:21:43 +0800)

----------------------------------------------------------------
i.MX SoC change for 6.8:

- Update mach-imx MMDC driver to use device_get_match_data().
- Drop the use of "fsl,clkctrl" from mach-mxs platform code, as it's
  an undocumented compatible.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: mxs: Do not search for "fsl,clkctrl"

Rob Herring (1):
      ARM: imx: Use device_get_match_data()

 arch/arm/mach-imx/mmdc.c     | 9 ++++-----
 arch/arm/mach-mxs/mach-mxs.c | 4 +++-
 2 files changed, 7 insertions(+), 6 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-12-16  6:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-16  6:46 [GIT PULL 1/5] i.MX drivers change for 6.8 Shawn Guo
2023-12-16  6:46 ` Shawn Guo
2023-12-16  6:46 ` Shawn Guo [this message]
2023-12-16  6:46   ` [GIT PULL 2/5] i.MX SoC " Shawn Guo
2023-12-16  6:46 ` [GIT PULL 3/5] i.MX DT bindings " Shawn Guo
2023-12-16  6:46   ` Shawn Guo
2023-12-16  6:46 ` [GIT PULL 4/5] i.MX ARM device tree " Shawn Guo
2023-12-16  6:46   ` Shawn Guo
2023-12-16  6:46 ` [GIT PULL 5/5] i.MX arm64 " Shawn Guo
2023-12-16  6:46   ` Shawn Guo
2023-12-21 17:41 ` [GIT PULL 1/5] i.MX drivers change " patchwork-bot+linux-soc
2023-12-22 12:01 ` 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=20231216064605.876196-2-shawnguo@kernel.org \
    --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.