Re: [PATCH 0/6] Convert existing EEPROM drivers to NVMEM

2015-12-15 Thread Srinivas Kandagatla
Thanks Andrew for looking into this. On 08/12/15 14:05, Andrew Lunn wrote: This patches converts the old EEPROM drivers in driver/misc/eeprom to use the NVMEM framework. These drivers export there content in /sys as read only to root, since the EEPROM may contain sensitive information. So the

Re: [PATCH 0/6] Convert existing EEPROM drivers to NVMEM

2015-12-15 Thread Srinivas Kandagatla
Thanks Andrew for looking into this. On 08/12/15 14:05, Andrew Lunn wrote: This patches converts the old EEPROM drivers in driver/misc/eeprom to use the NVMEM framework. These drivers export there content in /sys as read only to root, since the EEPROM may contain sensitive information. So the

[PATCH 0/6] Convert existing EEPROM drivers to NVMEM

2015-12-08 Thread Andrew Lunn
This patches converts the old EEPROM drivers in driver/misc/eeprom to use the NVMEM framework. These drivers export there content in /sys as read only to root, since the EEPROM may contain sensitive information. So the first patch adds a flag so the NVMEM framework will create its file in /sys as

[PATCH 0/6] Convert existing EEPROM drivers to NVMEM

2015-12-08 Thread Andrew Lunn
This patches converts the old EEPROM drivers in driver/misc/eeprom to use the NVMEM framework. These drivers export there content in /sys as read only to root, since the EEPROM may contain sensitive information. So the first patch adds a flag so the NVMEM framework will create its file in /sys as