Re: [PATCH] nvmem: core: add nvmem_device_find

2019-09-02 Thread Thomas Bogendoerfer
On Mon, Aug 26, 2019 at 03:08:28PM +0200, Thomas Bogendoerfer wrote: > nvmem_device_find provides a way to search for nvmem devices with > the help of a match function simlair to bus_find_device. > > Signed-off-by: Thomas Bogendoerfer > --- > Documentation/driver-api/nvmem.rst | 2 ++ > drivers

[PATCH] nvmem: core: add nvmem_device_find

2019-08-26 Thread Thomas Bogendoerfer
nvmem_device_find provides a way to search for nvmem devices with the help of a match function simlair to bus_find_device. Signed-off-by: Thomas Bogendoerfer --- Documentation/driver-api/nvmem.rst | 2 ++ drivers/nvmem/core.c | 61 +- include/li