public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Robert Marko" <robert.marko@sartura.hr>,
	"Luka Perkov" <luka.perkov@sartura.hr>,
	"Michael Walle" <michael@walle.cc>,
	linux-kernel@vger.kernel.org,
	"Randy Dunlap" <rdunlap@infradead.org>,
	"Chen-Yu Tsai" <wenst@chromium.org>,
	"Daniel Golle" <daniel@makrotopia.org>,
	"Rafał Miłecki" <rafal@milecki.pl>
Subject: Re: (subset) [PATCH v9 0/7] NVMEM cells in sysfs
Date: Thu, 17 Aug 2023 11:06:18 +0200	[thread overview]
Message-ID: <20230817110618.623960a0@xps-13> (raw)
In-Reply-To: <169200728874.82396.6212330367970101447.b4-ty@linaro.org>

Hi Srinivas,

srinivas.kandagatla@linaro.org wrote on Mon, 14 Aug 2023 11:01:28 +0100:

> On Tue, 08 Aug 2023 08:29:25 +0200, Miquel Raynal wrote:
> > As part of a previous effort, support for dynamic NVMEM layouts was
> > brought into mainline, helping a lot in getting information from NVMEM
> > devices at non-static locations. One common example of NVMEM cell is the
> > MAC address that must be used. Sometimes the cell content is mainly (or
> > only) useful to the kernel, and sometimes it is not. Users might also
> > want to know the content of cells such as: the manufacturing place and
> > date, the hardware version, the unique ID, etc. Two possibilities in
> > this case: either the users re-implement their own parser to go through
> > the whole device and search for the information they want, or the kernel
> > can expose the content of the cells if deemed relevant. This second
> > approach sounds way more relevant than the first one to avoid useless
> > code duplication, so here is a series bringing NVMEM cells content to
> > the user through sysfs.
> > 
> > [...]  
> 
> Applied, thanks!
> 
> [1/7] nvmem: core: Create all cells before adding the nvmem device
>       commit: ad004687dafea0921c2551c7d3e7ad56837984fc
> [2/7] nvmem: core: Return NULL when no nvmem layout is found
>       commit: a29eacf7e6376a44f37cc80950c92a59ca285992
> [3/7] nvmem: core: Do not open-code existing functions
>       commit: 95735bc038a828d649fe7f66f9bb67099c18a47a
> [4/7] nvmem: core: Notify when a new layout is registered
>       commit: 0e4a8e9e49ea29af87f9f308dc3e01fab969102f

Thanks for taking these! I will soon send a v10 with a very minor
correction. I guess you prefer to merge the "major" changes right after
-rc1 so the series can spend more time in -next, or is there something
that bothers you which need additional discussion?

Thanks,
Miquèl

      reply	other threads:[~2023-08-17  9:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-08  6:29 [PATCH v9 0/7] NVMEM cells in sysfs Miquel Raynal
2023-08-08  6:29 ` [PATCH v9 1/7] nvmem: core: Create all cells before adding the nvmem device Miquel Raynal
2023-08-08  6:37   ` Michael Walle
2023-08-08  6:56   ` Srinivas Kandagatla
2023-08-08  7:24     ` Miquel Raynal
2023-08-11 11:11       ` Srinivas Kandagatla
2023-08-11 12:11         ` Miquel Raynal
2023-08-11 12:26           ` Srinivas Kandagatla
2023-08-11 12:38             ` Miquel Raynal
2023-08-08  6:29 ` [PATCH v9 2/7] nvmem: core: Return NULL when no nvmem layout is found Miquel Raynal
2023-08-08  6:38   ` Michael Walle
2023-08-08  6:29 ` [PATCH v9 3/7] nvmem: core: Do not open-code existing functions Miquel Raynal
2023-08-08  6:41   ` Michael Walle
2023-08-08  6:29 ` [PATCH v9 4/7] nvmem: core: Notify when a new layout is registered Miquel Raynal
2023-08-08  6:29 ` [PATCH v9 5/7] nvmem: core: Rework layouts to become platform devices Miquel Raynal
2023-08-08  6:29 ` [PATCH v9 6/7] ABI: sysfs-nvmem-cells: Expose cells through sysfs Miquel Raynal
2023-08-08  6:29 ` [PATCH v9 7/7] nvmem: core: " Miquel Raynal
2023-08-14 10:01 ` (subset) [PATCH v9 0/7] NVMEM cells in sysfs Srinivas Kandagatla
2023-08-17  9:06   ` Miquel Raynal [this message]

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=20230817110618.623960a0@xps-13 \
    --to=miquel.raynal@bootlin.com \
    --cc=daniel@makrotopia.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luka.perkov@sartura.hr \
    --cc=michael@walle.cc \
    --cc=rafal@milecki.pl \
    --cc=rdunlap@infradead.org \
    --cc=robert.marko@sartura.hr \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=wenst@chromium.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