Re: [PATCH v2 01/15] nvmem: add support for cell lookups

From: Srinivas Kandagatla
Date: Thu Jun 28 2018 - 05:33:37 EST




On 28/06/18 08:56, Bartosz Golaszewski wrote:
We should also have something like nvmem_remove_lookup_table() for
consistency, and it should ensure that it clears the cells entry too.

What do you mean by clearing the cells entry exactly?
I meant, Removing entry from the nvmem_cells list.

Initially I though we should remove the entry form nvmem_cells list, but It would complicate this path if some consumer has reference to it.

So, just removing the lookup list should be good! Lets not worry about removing from nvmem_cells list.


--srini


Bart