devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] nvmem: add DT overlay support for cells
@ 2020-10-14 21:41 Michael Auchter
  2020-10-14 21:41 ` [PATCH 1/2] nvmem: core: extract function to add cell from OF Michael Auchter
  2020-10-14 21:41 ` [PATCH 2/2] nvmem: core: add OF_RECONFIG handler for nvmem cells Michael Auchter
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Auchter @ 2020-10-14 21:41 UTC (permalink / raw)
  To: srinivas.kandagatla, pantelis.antoniou, frowand.list
  Cc: devicetree, linux-kernel, Michael Auchter

This patchset adds the ability to add/remove nvmem cells to an nvmem
device using device tree overlays. This can be useful in situations
where an nvmem device is present in the base device tree and the
specific overlay that's loaded knows how to interpret the data within
the nvmem device.

Michael Auchter (2):
  nvmem: core: extract function to add cell from OF
  nvmem: core: add OF_RECONFIG handler for nvmem cells

 drivers/nvmem/core.c | 149 ++++++++++++++++++++++++++++++++-----------
 1 file changed, 110 insertions(+), 39 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2020-10-15  2:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-14 21:41 [PATCH 0/2] nvmem: add DT overlay support for cells Michael Auchter
2020-10-14 21:41 ` [PATCH 1/2] nvmem: core: extract function to add cell from OF Michael Auchter
2020-10-14 21:41 ` [PATCH 2/2] nvmem: core: add OF_RECONFIG handler for nvmem cells Michael Auchter
2020-10-15  0:13   ` kernel test robot
2020-10-15  0:13   ` [RFC PATCH] nvmem: core: nvmem_of_notifier can be static kernel test robot
2020-10-15  2:35   ` [PATCH 2/2] nvmem: core: add OF_RECONFIG handler for nvmem cells kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).