Re: [PATCH v3 5/9] eeprom: Add bindings for simple eeprom framework

2015-03-25 Thread Sascha Hauer
On Tue, Mar 24, 2015 at 10:30:30PM +, Srinivas Kandagatla wrote: This patch adds bindings for simple eeprom framework which allows eeprom consumers to talk to eeprom providers to get access to eeprom cell data. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com [Maxime Ripard:

Re: [PATCH v3 5/9] eeprom: Add bindings for simple eeprom framework

2015-03-25 Thread Maxime Ripard
On Wed, Mar 25, 2015 at 08:10:06AM +0100, Sascha Hauer wrote: On Tue, Mar 24, 2015 at 10:30:30PM +, Srinivas Kandagatla wrote: This patch adds bindings for simple eeprom framework which allows eeprom consumers to talk to eeprom providers to get access to eeprom cell data.

[PATCH v3 5/9] eeprom: Add bindings for simple eeprom framework

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