[PATCH 0/3] nvmem: improvements to struct nvmem_config doc and rmem driver
From: Théo Lebrun
Date: Wed Jul 24 2024 - 09:57:24 EST
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@xxxxxxxxxxx>
---
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@xxxxxxxxxxx>