Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-08-01 Thread maitysanchayan
On 16-07-08 18:23:42, Srinivas Kandagatla wrote: > > > On 08/07/16 17:42, Stefan Agner wrote: > > On 2016-07-08 08:41, Srinivas Kandagatla wrote: > > > On 07/07/16 14:48, maitysancha...@gmail.com wrote: > > > > Hello Srinivas, > > > > > > > > On 16-07-07 1 > > ... > > > > > > > > > > > > > Ou

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-13 Thread Stefan Agner
On 2016-07-08 10:23, Srinivas Kandagatla wrote: > On 08/07/16 17:42, Stefan Agner wrote: >> On 2016-07-08 08:41, Srinivas Kandagatla wrote: >>> On 07/07/16 14:48, maitysancha...@gmail.com wrote: Hello Srinivas, On 16-07-07 1 > > ... > >> >> Our requirement is to be able to

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-08 Thread Srinivas Kandagatla
On 08/07/16 17:42, Stefan Agner wrote: On 2016-07-08 08:41, Srinivas Kandagatla wrote: On 07/07/16 14:48, maitysancha...@gmail.com wrote: Hello Srinivas, On 16-07-07 1 ... Our requirement is to be able to pass the soc node pointer and then be able to get a nvmem cell by specifying it's

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-08 Thread Stefan Agner
On 2016-07-08 08:41, Srinivas Kandagatla wrote: > On 07/07/16 14:48, maitysancha...@gmail.com wrote: >> Hello Srinivas, >> >> On 16-07-07 14:16:36, Srinivas Kandagatla wrote: >>> >>> >>> On 07/07/16 13:33, maitysancha...@gmail.com wrote: Hello Srinivas, On 16-07-07 10:18:49, Srinivas

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-08 Thread Srinivas Kandagatla
On 07/07/16 14:48, maitysancha...@gmail.com wrote: Hello Srinivas, On 16-07-07 14:16:36, Srinivas Kandagatla wrote: On 07/07/16 13:33, maitysancha...@gmail.com wrote: Hello Srinivas, On 16-07-07 10:18:49, Srinivas Kandagatla wrote: On 07/07/16 07:39, Sanchayan Maity wrote: From: Stefa

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-07 Thread maitysanchayan
Hello Srinivas, On 16-07-07 14:16:36, Srinivas Kandagatla wrote: > > > On 07/07/16 13:33, maitysancha...@gmail.com wrote: > > Hello Srinivas, > > > > On 16-07-07 10:18:49, Srinivas Kandagatla wrote: > > > > > > > > > On 07/07/16 07:39, Sanchayan Maity wrote: > > > > From: Stefan Agner > > >

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-07 Thread Srinivas Kandagatla
On 07/07/16 13:33, maitysancha...@gmail.com wrote: Hello Srinivas, On 16-07-07 10:18:49, Srinivas Kandagatla wrote: On 07/07/16 07:39, Sanchayan Maity wrote: From: Stefan Agner The existing NVMEM consumer API's do not allow to get a NVMEM cell directly given a device tree node. This patc

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-07 Thread maitysanchayan
Hello Srinivas, On 16-07-07 10:18:49, Srinivas Kandagatla wrote: > > > On 07/07/16 07:39, Sanchayan Maity wrote: > > From: Stefan Agner > > > > The existing NVMEM consumer API's do not allow to get a > > NVMEM cell directly given a device tree node. This patch > > adds a function to provide th

Re: [PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-07 Thread Srinivas Kandagatla
On 07/07/16 07:39, Sanchayan Maity wrote: From: Stefan Agner The existing NVMEM consumer API's do not allow to get a NVMEM cell directly given a device tree node. This patch adds a function to provide this functionality. Assuming the nvmem cell id name is known, this can be used as follows

[PATCH v4 3/5] nvmem: core: Add consumer API to get nvmem cell from node

2016-07-06 Thread Sanchayan Maity
From: Stefan Agner The existing NVMEM consumer API's do not allow to get a NVMEM cell directly given a device tree node. This patch adds a function to provide this functionality. Assuming the nvmem cell id name is known, this can be used as follows struct device_node *cell_np; struct nvmem_cell