Re: [PATCH 11/13] nvmem: add support for cell lookups from machine code

From: Boris Brezillon
Date: Wed Sep 05 2018 - 09:57:57 EST


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;
> +};