mbox series

[GIT,PULL,2/6] i.MX SoC changes for 6.12

Message ID 20240904143439.211552-2-shawnguo2@yeah.net (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers changes for 6.12 | expand

Pull-request

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

Message

Shawn Guo Sept. 4, 2024, 2:34 p.m. UTC
From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1ec2362084a013df4d78cbfd3228e8c254a67cac:

  ARM: imx: Annotate imx7d_enet_init() as __init (2024-09-01 15:36:35 +0800)

----------------------------------------------------------------
i.MX SoC changes for 6.12:

- One cleanup from Fabio Estevam to remove Ethernet refclock setting
  from i.MX6SX machine code
- One change from Nathan Chancellor that annotates imx7d_enet_init() as
  __init to clears up a section mismatch seen with the recent LLVM

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: mach-imx: imx6sx: Remove Ethernet refclock setting

Nathan Chancellor (1):
      ARM: imx: Annotate imx7d_enet_init() as __init

 arch/arm/mach-imx/mach-imx6sx.c | 22 ----------------------
 arch/arm/mach-imx/mach-imx7d.c  |  2 +-
 2 files changed, 1 insertion(+), 23 deletions(-)