Re: [PATCH v6 1/4] nvmem: core: add nvmem_device_find

2019-10-02 Thread Thomas Bogendoerfer
On Wed, 2 Oct 2019 18:33:28 + Paul Burton wrote: > Hello, > > On Tue, Oct 01, 2019 at 11:11:58AM +0100, Srinivas Kandagatla wrote: > > On 23/09/2019 12:46, Thomas Bogendoerfer wrote: > > > nvmem_device_find provides a way to search for nvmem devices with > > > the help of a match function si

Re: [PATCH v6 1/4] nvmem: core: add nvmem_device_find

2019-10-02 Thread Paul Burton
Hello, On Tue, Oct 01, 2019 at 11:11:58AM +0100, Srinivas Kandagatla wrote: > On 23/09/2019 12:46, 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 Bogendoerf

Re: [PATCH v6 1/4] nvmem: core: add nvmem_device_find

2019-10-01 Thread Srinivas Kandagatla
On 23/09/2019 12:46, 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 --- Thanks for the patch, This patch looks good for me. Do you know which tree is