mbox series

[GIT,PULL,1/6] i.MX drivers changes for 6.13

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

Pull-request

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

Message

Shawn Guo Nov. 4, 2024, 9 a.m. UTC
From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 22b03a4e957e462b380a982759ccf0f6554735d3:

  soc: imx8m: Use devm_* to simplify probe failure handling (2024-10-18 11:13:53 +0800)

----------------------------------------------------------------
i.MX drivers changes for 6.13:

- A series from Marek Vasut to probe soc-imx8m as platform driver,
  so that it works properly with 'driver_async_probe' kernel parameter.

----------------------------------------------------------------
Marek Vasut (3):
      soc: imx8m: Probe the SoC driver as platform driver
      soc: imx8m: Remove global soc_uid
      soc: imx8m: Use devm_* to simplify probe failure handling

 drivers/soc/imx/soc-imx8m.c | 174 +++++++++++++++++++++++++-------------------
 1 file changed, 101 insertions(+), 73 deletions(-)