[PATCH 0/3] nvmem: improvements to struct nvmem_config doc and rmem driver

Théo Lebrun posted 3 patches 1 year, 4 months ago
drivers/nvmem/rmem.c           | 17 ++++++-----------
include/linux/nvmem-provider.h |  4 ++--
2 files changed, 8 insertions(+), 13 deletions(-)
[PATCH 0/3] nvmem: improvements to struct nvmem_config doc and rmem driver
Posted by Théo Lebrun 1 year, 4 months ago
Hello,

This series started from a fix looking exactly like:
28b008751aa2 ("nvmem: rmem: Fix return value of rmem_read()").

This is already merged but I have remaining lightweight patches
targeting the nvmem subsystem:
 - Try to avoid the same error by adding a mention in struct
   nvmem_config fields doc comment.
 - Simplify rmem's ->reg_read() implementation.
 - Remove an unused field inside the rmem private struct.

It is based upon v6.10. I am not seeing a more appropriate branch in the
nvmem tree. Hoping this was the right decision.

Have a nice day,
Théo

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
Théo Lebrun (3):
      nvmem: specify ->reg_read/reg_write() expected return values
      nvmem: rmem: make ->reg_read() straight forward
      nvmem: rmem: remove unused .size field

 drivers/nvmem/rmem.c           | 17 ++++++-----------
 include/linux/nvmem-provider.h |  4 ++--
 2 files changed, 8 insertions(+), 13 deletions(-)
---
base-commit: 4b2fe699ae60b81654e1257c3183ad3ddba906c0
change-id: 20240724-nvmem-rmem-588fb3d0e938

Best regards,
-- 
Théo Lebrun <theo.lebrun@bootlin.com>