Re: [PATCH v5 06/11] nvmem: Add bindings for simple nvmem framework

2015-06-19 Thread Srinivas Kandagatla
On 19/06/15 11:36, maitysancha...@gmail.com wrote: Hello Srinivas, On 15-05-21 17:44:12, Srinivas Kandagatla wrote: This patch adds bindings for simple nvmem framework which allows nvmem consumers to talk to nvmem providers to get access to nvmem cell data. Signed-off-by: Maxime Ripard

Re: [PATCH v5 06/11] nvmem: Add bindings for simple nvmem framework

2015-06-19 Thread maitysanchayan
Hello Srinivas, On 15-05-21 17:44:12, Srinivas Kandagatla wrote: This patch adds bindings for simple nvmem framework which allows nvmem consumers to talk to nvmem providers to get access to nvmem cell data. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com [Maxime Ripard: intial

Re: [PATCH v5 06/11] nvmem: Add bindings for simple nvmem framework

2015-06-18 Thread Srinivas Kandagatla
On 16/06/15 23:53, Stephen Boyd wrote: On 05/21/2015 09:44 AM, Srinivas Kandagatla wrote: diff --git a/Documentation/devicetree/bindings/nvmem/nvmem.txt b/Documentation/devicetree/bindings/nvmem/nvmem.txt new file mode 100644 index 000..ecea654 --- /dev/null +++

Re: [PATCH v5 06/11] nvmem: Add bindings for simple nvmem framework

2015-06-16 Thread Stephen Boyd
On 05/21/2015 09:44 AM, Srinivas Kandagatla wrote: diff --git a/Documentation/devicetree/bindings/nvmem/nvmem.txt b/Documentation/devicetree/bindings/nvmem/nvmem.txt new file mode 100644 index 000..ecea654 --- /dev/null +++ b/Documentation/devicetree/bindings/nvmem/nvmem.txt @@ -0,0

[PATCH v5 06/11] nvmem: Add bindings for simple nvmem framework

2015-05-21 Thread Srinivas Kandagatla
This patch adds bindings for simple nvmem framework which allows nvmem consumers to talk to nvmem providers to get access to nvmem cell data. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com [Maxime Ripard: intial version of eeprom framework] Signed-off-by: Srinivas Kandagatla