Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-21 Thread Srinivas Kandagatla
On 21/03/16 16:12, Andrey Smirnov wrote: a-node { nvmem-cells = <_a _b>, ; nvmem-cell-names = "some-data", "more-data"; }; Should have replied you long back :-) No worries :-) and I want "more-data" to reference only one phandle, how would this be handled?

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-21 Thread Srinivas Kandagatla
On 21/03/16 16:12, Andrey Smirnov wrote: a-node { nvmem-cells = <_a _b>, ; nvmem-cell-names = "some-data", "more-data"; }; Should have replied you long back :-) No worries :-) and I want "more-data" to reference only one phandle, how would this be handled?

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-21 Thread Andrey Smirnov
>> a-node { >> nvmem-cells = <_a _b>, ; >> nvmem-cell-names = "some-data", "more-data"; >> }; >> > Should have replied you long back :-) No worries :-) >> >> and I want "more-data" to reference only one phandle, how would this be >> handled? >> > yes this would fail. > >

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-21 Thread Andrey Smirnov
>> a-node { >> nvmem-cells = <_a _b>, ; >> nvmem-cell-names = "some-data", "more-data"; >> }; >> > Should have replied you long back :-) No worries :-) >> >> and I want "more-data" to reference only one phandle, how would this be >> handled? >> > yes this would fail. > >

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-19 Thread Srinivas Kandagatla
On 02/03/16 18:33, Andrey Smirnov wrote: On Wed, Mar 2, 2016 at 5:59 AM, Srinivas Kandagatla wrote: On 01/03/16 16:59, Andrey Smirnov wrote: Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-19 Thread Srinivas Kandagatla
On 02/03/16 18:33, Andrey Smirnov wrote: On Wed, Mar 2, 2016 at 5:59 AM, Srinivas Kandagatla wrote: On 01/03/16 16:59, Andrey Smirnov wrote: Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. My plan on

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-02 Thread Andrey Smirnov
On Wed, Mar 2, 2016 at 5:59 AM, Srinivas Kandagatla wrote: > > On 01/03/16 16:59, Andrey Smirnov wrote: >> >> Add 'nvmem-composite' driver which allows to combine multiple chunks of >> various NVMEM cells into a single continuous NVMEM device. > > > My plan on this

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-02 Thread Andrey Smirnov
On Wed, Mar 2, 2016 at 5:59 AM, Srinivas Kandagatla wrote: > > On 01/03/16 16:59, Andrey Smirnov wrote: >> >> Add 'nvmem-composite' driver which allows to combine multiple chunks of >> various NVMEM cells into a single continuous NVMEM device. > > > My plan on this feature was add support inside

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-02 Thread Srinivas Kandagatla
On 01/03/16 16:59, Andrey Smirnov wrote: Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. My plan on this feature was add support inside the nvmem_cell_get itself, this makes the nvmem bindings more inline with

Re: [RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-02 Thread Srinivas Kandagatla
On 01/03/16 16:59, Andrey Smirnov wrote: Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. My plan on this feature was add support inside the nvmem_cell_get itself, this makes the nvmem bindings more inline with

[RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-01 Thread Andrey Smirnov
Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. Signed-off-by: Andrey Smirnov --- .../devicetree/bindings/nvmem/composite.txt| 44 drivers/nvmem/Makefile

[RESEND RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-03-01 Thread Andrey Smirnov
Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. Signed-off-by: Andrey Smirnov --- .../devicetree/bindings/nvmem/composite.txt| 44 drivers/nvmem/Makefile | 1 +

[RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-02-22 Thread Andrey Smirnov
Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. Signed-off-by: Andrey Smirnov --- .../devicetree/bindings/nvmem/composite.txt| 44 drivers/nvmem/Makefile

[RFC 3/3] nvmem: Add 'nvmem-composite' driver

2016-02-22 Thread Andrey Smirnov
Add 'nvmem-composite' driver which allows to combine multiple chunks of various NVMEM cells into a single continuous NVMEM device. Signed-off-by: Andrey Smirnov --- .../devicetree/bindings/nvmem/composite.txt| 44 drivers/nvmem/Makefile | 1 +