mbox series

[GIT,PULL,1/5] i.MX drivers change for 6.14

Message ID 20250105095139.714590-1-shawnguo2@yeah.net (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/5] i.MX drivers change for 6.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.14

Message

Shawn Guo Jan. 5, 2025, 9:51 a.m. UTC
From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.14

for you to fetch changes up to 0b4dc35529f87d99fca91b259d50f54613bf9ec0:

  soc: imx: Add SoC device register for i.MX9 (2024-12-09 20:31:39 +0800)

----------------------------------------------------------------
i.MX drivers change for 6.14:

- Add a SoC driver for i.MX9 (Alice Guo)

----------------------------------------------------------------
alice.guo (1):
      soc: imx: Add SoC device register for i.MX9

 drivers/soc/imx/Makefile   |   2 +-
 drivers/soc/imx/soc-imx9.c | 128 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 129 insertions(+), 1 deletion(-)
 create mode 100644 drivers/soc/imx/soc-imx9.c