lkml.org 
[lkml]   [2015]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] The Beaglebone capemanager
Date
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



\
 
 \ /
  Last update: 2015-05-13 10:21    [W:0.079 / U:1.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site