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

Comments

patchwork-bot+linux-soc@kernel.org Nov. 21, 2022, 2:52 p.m. UTC | #1
Hello:

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

On Sat, 19 Nov 2022 20:57:28 +0800 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/6] i.MX drivers change for 6.2
    https://git.kernel.org/soc/soc/c/26a1200241f8
  - [GIT,PULL,2/6] i.MX SoC change for 6.2
    https://git.kernel.org/soc/soc/c/54721ff7d696
  - [GIT,PULL,3/6] i.MX dt-bindings update for 6.2
    https://git.kernel.org/soc/soc/c/3a8a1ab8f444
  - [GIT,PULL,4/6] i.MX arm device tree update for 6.2
    https://git.kernel.org/soc/soc/c/4be0308a5196
  - [GIT,PULL,5/6] i.MX arm64 device tree update for 6.2
    https://git.kernel.org/soc/soc/c/efa0b8251f95
  - [GIT,PULL,6/6] i.MX defconfig change for 6.2
    https://git.kernel.org/soc/soc/c/972d89438dc9

You are awesome, thank you!