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.2
Date: Sat, 19 Nov 2022 20:57:28 +0800	[thread overview]
Message-ID: <20221119125733.32719-1-shawnguo@kernel.org> (raw)

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 98572487e5c615ac9edfb105aca9b3f3bd1b4b7c:

  soc: imx: gpcv2: add GENPD_FLAG_ACTIVE_WAKEUP flag for usb of imx8mm/n (2022-10-29 16:20:49 +0800)

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

- Improve imx8m-blk-ctrl driver to allow deferred probe in case that
  'bus' genpd is not yet ready.
- Add missing USB_1_PHY PD for i.MX scu-pd firmware driver.
- Add GENPD_FLAG_ACTIVE_WAKEUP flag for i.MX8MM/N in GPCv2 driver, so
  that the power domain remains on if USB remote wakeup is enabled.

----------------------------------------------------------------
Benjamin Gaignard (1):
      soc: imx: imx8m-blk-ctrl: Defer probe if 'bus' genpd is not yet ready

Frank Li (1):
      firmware: imx: scu-pd: add missed USB_1_PHY pd

Li Jun (1):
      soc: imx: gpcv2: add GENPD_FLAG_ACTIVE_WAKEUP flag for usb of imx8mm/n

 drivers/firmware/imx/scu-pd.c    |  1 +
 drivers/soc/imx/gpcv2.c          |  3 +++
 drivers/soc/imx/imx8m-blk-ctrl.c | 11 ++++++++---
 3 files changed, 12 insertions(+), 3 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.2
Date: Sat, 19 Nov 2022 20:57:28 +0800	[thread overview]
Message-ID: <20221119125733.32719-1-shawnguo@kernel.org> (raw)

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 98572487e5c615ac9edfb105aca9b3f3bd1b4b7c:

  soc: imx: gpcv2: add GENPD_FLAG_ACTIVE_WAKEUP flag for usb of imx8mm/n (2022-10-29 16:20:49 +0800)

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

- Improve imx8m-blk-ctrl driver to allow deferred probe in case that
  'bus' genpd is not yet ready.
- Add missing USB_1_PHY PD for i.MX scu-pd firmware driver.
- Add GENPD_FLAG_ACTIVE_WAKEUP flag for i.MX8MM/N in GPCv2 driver, so
  that the power domain remains on if USB remote wakeup is enabled.

----------------------------------------------------------------
Benjamin Gaignard (1):
      soc: imx: imx8m-blk-ctrl: Defer probe if 'bus' genpd is not yet ready

Frank Li (1):
      firmware: imx: scu-pd: add missed USB_1_PHY pd

Li Jun (1):
      soc: imx: gpcv2: add GENPD_FLAG_ACTIVE_WAKEUP flag for usb of imx8mm/n

 drivers/firmware/imx/scu-pd.c    |  1 +
 drivers/soc/imx/gpcv2.c          |  3 +++
 drivers/soc/imx/imx8m-blk-ctrl.c | 11 ++++++++---
 3 files changed, 12 insertions(+), 3 deletions(-)

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

             reply	other threads:[~2022-11-19 12:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19 12:57 Shawn Guo [this message]
2022-11-19 12:57 ` [GIT PULL 1/6] i.MX drivers change for 6.2 Shawn Guo
2022-11-19 12:57 ` [GIT PULL 2/6] i.MX SoC " Shawn Guo
2022-11-19 12:57   ` Shawn Guo
2022-11-19 12:57 ` [GIT PULL 3/6] i.MX dt-bindings update " Shawn Guo
2022-11-19 12:57   ` Shawn Guo
2022-11-19 12:57 ` [GIT PULL 4/6] i.MX arm device tree " Shawn Guo
2022-11-19 12:57   ` Shawn Guo
2022-11-19 12:57 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
2022-11-19 12:57   ` Shawn Guo
2022-11-19 12:57 ` [GIT PULL 6/6] i.MX defconfig change " Shawn Guo
2022-11-19 12:57   ` Shawn Guo
2022-11-21 14:52 ` [GIT PULL 1/6] i.MX drivers " 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=20221119125733.32719-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.