Re: [PATCH v7 1/5] nvmem: core: add nvmem_device_find

2019-10-07 Thread Paul Burton
Hello, 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. Applied to mips-next. > commit 8c2a2b8c2ff6 > https://git.kernel.org/mips/c/8c2a2b8c2ff6 > > Reviewed-by: Srinivas Kandagatla > Acked

[PATCH v7 1/5] nvmem: core: add nvmem_device_find

2019-10-03 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. Reviewed-by: Srinivas Kandagatla Acked-by: Srinivas Kandagatla Signed-off-by: Thomas Bogendoerfer --- Documentation/driver-api/nvmem.rst | 2 ++ drivers/nvmem/core.c