mbox series

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

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

Pull-request

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

Message

Shawn Guo Nov. 19, 2022, 12:57 p.m. UTC
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(-)