mbox series

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

Message ID 20240904143439.211552-1-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-drivers-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-drivers-6.12

for you to fetch changes up to 2ea2113b3dacf9cf616488f875f32584dad53ff8:

  bus: imx-weim: change to use devm_clk_get_enabled() helper (2024-09-01 17:06:33 +0800)

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

- A couple of imx-weim bus driver changes from Wu Bo to support compile
  test and use devm_clk_get_enabled() helper to clean up code a bit

----------------------------------------------------------------
Wu Bo (2):
      bus: imx-weim: support compile test
      bus: imx-weim: change to use devm_clk_get_enabled() helper

 drivers/bus/Kconfig    |  2 +-
 drivers/bus/imx-weim.c | 14 +++++---------
 2 files changed, 6 insertions(+), 10 deletions(-)