Re: [PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-08-28 Thread Leonard Crestez
On Fri, 2017-08-25 at 10:07 +0100, Srinivas Kandagatla wrote: > On 14/07/17 15:11, Leonard Crestez wrote: > > > > This function does a quick and easy read of an u32 value without any > > kind of resource management code on the consumer side. > > > > Signed-off-by: Leonard Crestez

Re: [PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-08-28 Thread Leonard Crestez
On Fri, 2017-08-25 at 10:07 +0100, Srinivas Kandagatla wrote: > On 14/07/17 15:11, Leonard Crestez wrote: > > > > This function does a quick and easy read of an u32 value without any > > kind of resource management code on the consumer side. > > > > Signed-off-by: Leonard Crestez > > --- >

Re: [PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-08-25 Thread Srinivas Kandagatla
On 14/07/17 15:11, Leonard Crestez wrote: This function does a quick and easy read of an u32 value without any kind of resource management code on the consumer side. Signed-off-by: Leonard Crestez --- Sorry about the long delay, I was expecting this patch to go via

Re: [PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-08-25 Thread Srinivas Kandagatla
On 14/07/17 15:11, Leonard Crestez wrote: This function does a quick and easy read of an u32 value without any kind of resource management code on the consumer side. Signed-off-by: Leonard Crestez --- Sorry about the long delay, I was expecting this patch to go via Greg KH tree to an rc,

Re: [PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-07-25 Thread Shawn Guo
On Fri, Jul 14, 2017 at 05:11:07PM +0300, Leonard Crestez wrote: > This function does a quick and easy read of an u32 value without any > kind of resource management code on the consumer side. > > Signed-off-by: Leonard Crestez Reviewed-by: Shawn Guo

Re: [PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-07-25 Thread Shawn Guo
On Fri, Jul 14, 2017 at 05:11:07PM +0300, Leonard Crestez wrote: > This function does a quick and easy read of an u32 value without any > kind of resource management code on the consumer side. > > Signed-off-by: Leonard Crestez Reviewed-by: Shawn Guo

[PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-07-14 Thread Leonard Crestez
This function does a quick and easy read of an u32 value without any kind of resource management code on the consumer side. Signed-off-by: Leonard Crestez --- drivers/nvmem/core.c | 37 + include/linux/nvmem-consumer.h | 8

[PATCH v2 2/5] nvmem: core: Add nvmem_cell_read_u32

2017-07-14 Thread Leonard Crestez
This function does a quick and easy read of an u32 value without any kind of resource management code on the consumer side. Signed-off-by: Leonard Crestez --- drivers/nvmem/core.c | 37 + include/linux/nvmem-consumer.h | 8 2 files