mbox series

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

Message ID 20220709082951.15123-1-shawnguo@kernel.org (mailing list archive)
State Accepted
Commit 03e316033c45c463e875d1e72fac797e8bf612c6
Headers show
Series [GIT,PULL,1/6] i.MX drivers change for 5.20 | expand

Pull-request

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

Message

Shawn Guo July 9, 2022, 8:29 a.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 63f98153075167a6c88d8ac90bfd26f1887c670c:

  soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_soc_uid() (2022-07-05 08:41:55 +0800)

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

- Update imx8m-blk-ctrl driver to print the name of the power domain,
  so that the error message becomes more useful.
- Update the error messages in gpcv2 driver by printing the reason why
  a regulator fails to be enabled or disabled.
- A series from Michael Walle to convert the guts driver from a platform
  driver to an core_initcall for getting rid of all those global static
  variables.
- A couple of follow-up fixes on guts driver series.

----------------------------------------------------------------
Marek Vasut (1):
      soc: imx: imx8m-blk-ctrl: Make error prints useful

Martin Kepplinger (1):
      soc: imx: gpcv2: print errno for regulator errors

Michael Walle (7):
      soc: fsl: guts: machine variable might be unset
      soc: fsl: guts: remove module_exit() and fsl_guts_remove()
      soc: fsl: guts: embed fsl_guts_get_svr() in probe()
      soc: fsl: guts: allocate soc_dev_attr on the heap
      soc: fsl: guts: use of_root instead of own reference
      soc: fsl: guts: drop platform driver
      soc: fsl: guts: add serial_number support

Yang Yingliang (2):
      soc: fsl: guts: fix return value check in fsl_guts_init()
      soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_soc_uid()

 drivers/soc/fsl/guts.c           | 221 +++++++++++++++++++++------------------
 drivers/soc/imx/gpcv2.c          |   8 +-
 drivers/soc/imx/imx8m-blk-ctrl.c |   9 +-
 3 files changed, 133 insertions(+), 105 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org July 11, 2022, 4:20 p.m. UTC | #1
Hello:

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

On Sat,  9 Jul 2022 16:29:46 +0800 you wrote:
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.20
> 
> [...]

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

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org July 12, 2022, 9:30 p.m. UTC | #2
Hello:

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

On Sat,  9 Jul 2022 16:29:46 +0800 you wrote:
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.20
> 
> [...]

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

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org July 13, 2022, 9 p.m. UTC | #3
Hello:

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

On Sat,  9 Jul 2022 16:29:46 +0800 you wrote:
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.20
> 
> [...]

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

You are awesome, thank you!