Re: [PATCH V2 1/2] nvmem: core: refactor .cell_post_process() CB arguments

2022-11-28 Thread Miquel Raynal
Hi Rafal, mich...@walle.cc wrote on Mon, 28 Nov 2022 08:35:24 +0100: > Am 2022-11-28 07:59, schrieb Rafał Miłecki: > > From: Rafał Miłecki > > > > Pass whole NVMEM cell struct and length pointer as arguments to > callback > > functions. > > > > This allows: > > > > 1. Cells content to be

Re: [PATCH V2 1/2] nvmem: core: refactor .cell_post_process() CB arguments

2022-11-27 Thread Michael Walle
Am 2022-11-28 07:59, schrieb Rafał Miłecki: From: Rafał Miłecki Pass whole NVMEM cell struct and length pointer as arguments to callback functions. This allows: 1. Cells content to be modified based on more info Some cells (identified by their names) contain specific data that needs

[PATCH V2 1/2] nvmem: core: refactor .cell_post_process() CB arguments

2022-11-27 Thread Rafał Miłecki
From: Rafał Miłecki Pass whole NVMEM cell struct and length pointer as arguments to callback functions. This allows: 1. Cells content to be modified based on more info Some cells (identified by their names) contain specific data that needs further processing. This can be e.g. MAC address