mbox series

[GIT,PULL,2/5] i.MX SoC change for 6.8

Message ID 20231216064605.876196-2-shawnguo@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/5] i.MX drivers change for 6.8 | expand

Pull-request

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

Message

Shawn Guo Dec. 16, 2023, 6:46 a.m. UTC
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(-)