[PATCH 0/7] Convert exiting EEPROM drivers to NVMEM

2016-01-28 Thread Andrew Lunn
This patch set 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

[PATCH 0/7] Convert exiting EEPROM drivers to NVMEM

2016-01-28 Thread Andrew Lunn
This patch set 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