Re: [PATCH V3 1/6] nvmem: core: add nvmem_dev_size() helper

From: Rafał Miłecki
Date: Mon Jan 30 2023 - 07:34:58 EST


On 30.01.2023 11:56, Miquel Raynal wrote:
Hi Rafał,

zajec5@xxxxxxxxx wrote on Fri, 27 Jan 2023 13:57:04 +0100:

From: Rafał Miłecki <rafal@xxxxxxxxxx>

This is required by layouts that need to read whole NVMEM space. It
applies to NVMEM devices without hardcoded layout (like U-Boot
environment data block).

Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx>
---
V2: Drop "const" from "const size_t"

It would be good if you could always add a cover-letter, just so that
we can reply to the whole series. In my case I wanted to add a global

Reviewed-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>

Because I gave this series a quick review and it looks good to me.

Good point, I'll keep that in mind and do that in future for all bigger
series.
Thank you.