All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX drivers change for 5.20
@ 2022-07-09  8:29 ` Shawn Guo
  0 siblings, 0 replies; 15+ messages in thread
From: Shawn Guo @ 2022-07-09  8:29 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-07-13 21:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-09  8:29 [GIT PULL 1/6] i.MX drivers change for 5.20 Shawn Guo
2022-07-09  8:29 ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 4/6] i.MX device tree change " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 5/6] i.MX arm64 device tree update " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-11 16:20 ` [GIT PULL 1/6] i.MX drivers change " patchwork-bot+linux-soc
2022-07-12 21:30 ` patchwork-bot+linux-soc
2022-07-13 21:00 ` patchwork-bot+linux-soc

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.