From: Michael Auchter <michael.auchter@ni.com>
To: srinivas.kandagatla@linaro.org, pantelis.antoniou@konsulko.com,
frowand.list@gmail.com
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Michael Auchter <michael.auchter@ni.com>
Subject: [PATCH 0/2] nvmem: add DT overlay support for cells
Date: Wed, 14 Oct 2020 16:41:26 -0500 [thread overview]
Message-ID: <20201014214128.1091738-1-michael.auchter@ni.com> (raw)
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
next reply other threads:[~2020-10-14 21:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-14 21:41 Michael Auchter [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201014214128.1091738-1-michael.auchter@ni.com \
--to=michael.auchter@ni.com \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pantelis.antoniou@konsulko.com \
--cc=srinivas.kandagatla@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).