All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6] i.MX drivers change for 6.3
Date: Mon, 30 Jan 2023 10:39:42 +0800	[thread overview]
Message-ID: <20230130023947.11780-1-shawnguo@kernel.org> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6] i.MX drivers change for 6.3
Date: Mon, 30 Jan 2023 10:39:42 +0800	[thread overview]
Message-ID: <20230130023947.11780-1-shawnguo@kernel.org> (raw)

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-01-30  2:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30  2:39 Shawn Guo [this message]
2023-01-30  2:39 ` [GIT PULL 1/6] i.MX drivers change for 6.3 Shawn Guo
2023-01-30  2:39 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2023-01-30  2:39   ` Shawn Guo
2023-01-30  2:39 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2023-01-30  2:39   ` Shawn Guo
2023-01-30  2:39 ` [GIT PULL 4/6] i.MX arm device tree change " Shawn Guo
2023-01-30  2:39   ` Shawn Guo
2023-01-30  2:39 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
2023-01-30  2:39   ` Shawn Guo
2023-01-30  2:39 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2023-01-30  2:39   ` Shawn Guo
2023-01-30 22:31 ` [GIT PULL 1/6] i.MX drivers " patchwork-bot+linux-soc
2023-02-01 16:30 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230130023947.11780-1-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=soc@kernel.org \
    --cc=stefan@agner.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.