[PATCH v2 01/15] nvmem: add support for cell lookups
From: Srinivas Kandagatla <hidden>
Date: 2018-06-28 09:33:34
Also in:
linux-omap, lkml, netdev
From: Srinivas Kandagatla <hidden>
Date: 2018-06-28 09:33:34
Also in:
linux-omap, lkml, netdev
On 28/06/18 08:56, Bartosz Golaszewski wrote:
quoted
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