Re: [PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-21 Thread Thomas Bogendoerfer
On Mon, Aug 19, 2019 at 05:03:42PM +0100, Srinivas Kandagatla wrote: > >>On 14/08/2019 12:46, Thomas Bogendoerfer wrote: > >these patches are not in Linus tree, yet. I guess they will show up > >in 5.4. No idea how to deal with it right now, do you ? > All these patches are due to go in next merge

Re: [PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-19 Thread Srinivas Kandagatla
On 16/08/2019 15:09, Thomas Bogendoerfer wrote: On Wed, Aug 14, 2019 at 01:52:49PM +0100, Srinivas Kandagatla wrote: On 14/08/2019 12:46, Thomas Bogendoerfer wrote: On Tue, 13 Aug 2019 10:40:34 +0100 Srinivas Kandagatla wrote: On 09/08/2019 11:32, Thomas Bogendoerfer wrote: nvmem_device_f

Re: [PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-16 Thread Thomas Bogendoerfer
On Wed, Aug 14, 2019 at 01:52:49PM +0100, Srinivas Kandagatla wrote: > On 14/08/2019 12:46, Thomas Bogendoerfer wrote: > >On Tue, 13 Aug 2019 10:40:34 +0100 > >Srinivas Kandagatla wrote: > >>On 09/08/2019 11:32, Thomas Bogendoerfer wrote: > >>>nvmem_device_find provides a way to search for nvmem d

Re: [PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-14 Thread Srinivas Kandagatla
On 14/08/2019 12:46, Thomas Bogendoerfer wrote: On Tue, 13 Aug 2019 10:40:34 +0100 Srinivas Kandagatla wrote: On 09/08/2019 11:32, 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

Re: [PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-14 Thread Thomas Bogendoerfer
On Tue, 13 Aug 2019 10:40:34 +0100 Srinivas Kandagatla wrote: > > > On 09/08/2019 11:32, 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 > >

Re: [PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-13 Thread Srinivas Kandagatla
On 09/08/2019 11:32, 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 --- drivers/nvmem/core.c | 62 ++

[PATCH v4 3/9] nvmem: core: add nvmem_device_find

2019-08-09 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 --- drivers/nvmem/core.c | 62 ++ include/linux/nvmem-consumer.h | 9 ++ 2 files ch