Re: [PATCH 4/6] eeprom: at25: Remove in kernel API for accessing the EEPROM

2015-12-15 Thread Srinivas Kandagatla
On 08/12/15 14:05, Andrew Lunn wrote: The setup() callback is not used by any in kernel code. Remove it. Any new code which requires access to the eeprom can use the NVMEM API. Signed-off-by: Andrew Lunn --- drivers/misc/eeprom/at25.c | 26 --

Re: [PATCH 4/6] eeprom: at25: Remove in kernel API for accessing the EEPROM

2015-12-15 Thread Srinivas Kandagatla
On 08/12/15 14:05, Andrew Lunn wrote: The setup() callback is not used by any in kernel code. Remove it. Any new code which requires access to the eeprom can use the NVMEM API. Signed-off-by: Andrew Lunn --- drivers/misc/eeprom/at25.c | 26 --

[PATCH 4/6] eeprom: at25: Remove in kernel API for accessing the EEPROM

2015-12-08 Thread Andrew Lunn
The setup() callback is not used by any in kernel code. Remove it. Any new code which requires access to the eeprom can use the NVMEM API. Signed-off-by: Andrew Lunn --- drivers/misc/eeprom/at25.c | 26 -- include/linux/spi/eeprom.h | 2 -- 2 files changed, 28

[PATCH 4/6] eeprom: at25: Remove in kernel API for accessing the EEPROM

2015-12-08 Thread Andrew Lunn
The setup() callback is not used by any in kernel code. Remove it. Any new code which requires access to the eeprom can use the NVMEM API. Signed-off-by: Andrew Lunn --- drivers/misc/eeprom/at25.c | 26 -- include/linux/spi/eeprom.h | 2 -- 2 files