This patchset introduces the beaglebone capemanager. It allows seamless support for plugin boards for the beaglebone family of boards via means of automatically loaded device tree overlays. For the EEPROM access it performs it is dependent on Srinivas Kandagatla's EEPROM framework as posted in https://lkml.org/lkml/2015/3/30/731. The patch that adds the EEPROM framework interface to the at24 driver has been posted today and the subject line is: "i2c: eeprom: at24: Provide an EEPROM framework interface" The first patch contains the driver itself, while the rest are just documentation entries and MAINTAINERS file updates. Pantelis Antoniou (5): misc: Beaglebone capemanager doc: misc: Beaglebone capemanager documentation doc: dt: beaglebone cape manager bindings. doc: ABI: bone_capemgr sysfs API MAINTAINERS: Beaglebone capemanager maintainer .../testing/sysfs-devices-platform-bone_capemgr | 63 + .../devicetree/bindings/misc/bone_capemgr.txt | 123 ++ Documentation/misc-devices/bone_capemgr.txt | 63 + MAINTAINERS | 8 + drivers/misc/Kconfig | 10 + drivers/misc/Makefile | 1 + drivers/misc/bone_capemgr.c | 1926 ++++++++++++++++++++ 7 files changed, 2194 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-bone_capemgr create mode 100644 Documentation/devicetree/bindings/misc/bone_capemgr.txt create mode 100644 Documentation/misc-devices/bone_capemgr.txt create mode 100644 drivers/misc/bone_capemgr.c -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html