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 Accepted
Commit e0530b9ea708d7d8d2e7764536e95fed15019476
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 30, 2023, 10:31 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 30 Jan 2023 10:39:42 +0800 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/6] i.MX drivers change for 6.3
    https://git.kernel.org/soc/soc/c/e0530b9ea708
  - [GIT,PULL,2/6] i.MX SoC update for 6.3
    (no matching commit)
  - [GIT,PULL,3/6] i.MX DT bindings update for 6.3
    https://git.kernel.org/soc/soc/c/ae3ddc207639
  - [GIT,PULL,4/6] i.MX arm device tree change for 6.3
    https://git.kernel.org/soc/soc/c/739a7c29a704
  - [GIT,PULL,5/6] i.MX arm64 device tree change for 6.3
    https://git.kernel.org/soc/soc/c/4503fc6ea333
  - [GIT,PULL,6/6] i.MX defconfig change for 6.3
    (no matching commit)

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org Feb. 1, 2023, 4:30 p.m. UTC | #2
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 30 Jan 2023 10:39:42 +0800 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/6] i.MX drivers change for 6.3
    (no matching commit)
  - [GIT,PULL,2/6] i.MX SoC update for 6.3
    https://git.kernel.org/soc/soc/c/ae3147bb301d
  - [GIT,PULL,3/6] i.MX DT bindings update for 6.3
    (no matching commit)
  - [GIT,PULL,4/6] i.MX arm device tree change for 6.3
    (no matching commit)
  - [GIT,PULL,5/6] i.MX arm64 device tree change for 6.3
    (no matching commit)
  - [GIT,PULL,6/6] i.MX defconfig change for 6.3
    https://git.kernel.org/soc/soc/c/f6fae7ab6d9a

You are awesome, thank you!