2018-09-05 15:57 GMT+02:00 Boris Brezillon <boris.brezillon@xxxxxxxxxxx>: > On Wed, 5 Sep 2018 11:57:36 +0200 > Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > >> >> +struct nvmem_cell_lookup { >> + const char *nvmem_name; >> + const char *dev_id; > > Shouldn't we have a con_id here? > >> + const char *cell_id; >> + struct list_head node; >> +}; I wanted to stay in line with the current API - nvmem_cell_get() takes as argument a string called cell_id. I wanted to reflect that here. Bart