[GIT PULL 1/6] i.MX drivers change for 5.20
Shawn Guo
shawnguo at kernel.org
Sat Jul 9 01:29:46 PDT 2022
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(-)
More information about the linux-arm-kernel
mailing list