All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/7] soc: fsl: guts: cleanups and serial_number support
@ 2022-04-04  9:56 ` Michael Walle
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Walle @ 2022-04-04  9:56 UTC (permalink / raw)
  To: linuxppc-dev, linux-arm-kernel, linux-kernel
  Cc: Shawn Guo, Li Yang, Ulf Hansson, Sudeep Holla, Arnd Bergmann,
	Dan Carpenter, Michael Walle

[Resend because of new development cycle. Shawn, can this series get
through your tree? Sorry you weren't on CC on the former submissions.]

This series converts the guts driver from a platform driver to just an
core_initcall. The driver itself cannot (or rather should never) be
unloaded because others depends on detecting the current SoC revision
to apply chip errata. Other SoC drivers do it the same way. Overall I
got rid of all the global static variables.

The last patch finally adds unique id support to the guts driver. DT
binding can be found at:
  Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml

changes since v1:
 - call kfree() in error case, thanks Dan
 - add missing of_node_put(np), thanks Dan

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

 drivers/soc/fsl/guts.c | 219 ++++++++++++++++++++++-------------------
 1 file changed, 118 insertions(+), 101 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-06-28 18:21 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04  9:56 [PATCH RESEND v2 0/7] soc: fsl: guts: cleanups and serial_number support Michael Walle
2022-04-04  9:56 ` Michael Walle
2022-04-04  9:56 ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 1/7] soc: fsl: guts: machine variable might be unset Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 2/7] soc: fsl: guts: remove module_exit() and fsl_guts_remove() Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 3/7] soc: fsl: guts: embed fsl_guts_get_svr() in probe() Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 4/7] soc: fsl: guts: allocate soc_dev_attr on the heap Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 5/7] soc: fsl: guts: use of_root instead of own reference Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 6/7] soc: fsl: guts: drop platform driver Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56 ` [PATCH RESEND v2 7/7] soc: fsl: guts: add serial_number support Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-04-04  9:56   ` Michael Walle
2022-06-22 11:03 ` [PATCH RESEND v2 0/7] soc: fsl: guts: cleanups and " Michael Walle
2022-06-22 11:03   ` Michael Walle
2022-06-22 11:03   ` Michael Walle
2022-06-27  6:53   ` Shawn Guo
2022-06-27  6:53     ` Shawn Guo
2022-06-27  6:53     ` Shawn Guo
2022-06-28 18:20     ` Leo Li
2022-06-28 18:20       ` Leo Li
2022-06-28 18:20       ` Leo Li

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.