mbox series

[GIT,PULL,1/6] i.MX drivers change for 6.3

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

Pull-request

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

Message

Shawn Guo Jan. 30, 2023, 2:39 a.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9ec590a8a1bbf6610f72124ad79231f2c5875fc9:

  soc: imx: imx8mp-blk-ctrl: set HDMI LCDIF panic read hurry level (2023-01-30 08:48:19 +0800)

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

- A couple of cleanups to drop device_driver owner setting from i.MX93
  PD and SRC driver.
- A series from Lucas Stach to add high performance PLL clock support
  for imx8mp-blk-ctrl driver.
- A couple of changes to set LCDIF panic read hurry level for i.MX8M
  blk-ctrl drivers.
- Use devm_platform_get_and_ioremap_resource() for imx-weim bus driver.

----------------------------------------------------------------
Deepak R Varma (2):
      soc: imx: imx93-pd: No need to set device_driver owner
      soc: imx: imx93-src: No need to set device_driver owner

Lucas Stach (5):
      soc: imx: add Kconfig symbols for blk-ctrl drivers
      soc: imx: imx8mp-blk-ctrl: add instance specific probe function
      soc: imx: imx8mp-blk-ctrl: expose high performance PLL clock
      soc: imx: imx8m-blk-ctrl: set LCDIF panic read hurry level
      soc: imx: imx8mp-blk-ctrl: set HDMI LCDIF panic read hurry level

Minghao Chi (1):
      bus: imx-weim: use devm_platform_get_and_ioremap_resource()

 drivers/bus/imx-weim.c            |   4 +-
 drivers/soc/imx/Kconfig           |  11 ++++
 drivers/soc/imx/Makefile          |   6 +--
 drivers/soc/imx/imx8m-blk-ctrl.c  |  27 +++++++---
 drivers/soc/imx/imx8mp-blk-ctrl.c | 108 ++++++++++++++++++++++++++++++++++++++
 drivers/soc/imx/imx93-pd.c        |   1 -
 drivers/soc/imx/imx93-src.c       |   1 -
 7 files changed, 144 insertions(+), 14 deletions(-)