linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] The Beaglebone capemanager
@ 2015-05-13  7:59 Pantelis Antoniou
  2015-05-13  7:59 ` [PATCH 1/5] misc: " Pantelis Antoniou
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Pantelis Antoniou @ 2015-05-13  7:59 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Matt Porter, Koen Kooi, Robert Nelson, Rob Herring, Grant Likely,
	Jonathan Corbet, Srinivas Kandagatla, Guenter Roeck,
	Geert Uytterhoeven, Benoît Cousso, linux-api, linux-doc,
	devicetree, linux-kernel, Pantelis Antoniou, Pantelis Antoniou

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-05-13 15:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13  7:59 [PATCH 0/5] The Beaglebone capemanager Pantelis Antoniou
2015-05-13  7:59 ` [PATCH 1/5] misc: " Pantelis Antoniou
2015-05-13 11:55   ` Greg Kroah-Hartman
2015-05-13 12:10     ` Pantelis Antoniou
     [not found]       ` <67B17BCF-0489-4FD6-88F0-57B6187BEFEB-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-05-13 15:36         ` Greg Kroah-Hartman
2015-05-13 15:51           ` Pantelis Antoniou
     [not found]   ` <1431503985-31853-2-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-05-13 14:47     ` Geert Uytterhoeven
2015-05-13  7:59 ` [PATCH 2/5] doc: misc: Beaglebone capemanager documentation Pantelis Antoniou
2015-05-13  7:59 ` [PATCH 3/5] doc: dt: beaglebone cape manager bindings Pantelis Antoniou
2015-05-13  7:59 ` [PATCH 4/5] doc: ABI: bone_capemgr sysfs API Pantelis Antoniou
     [not found]   ` <1431503985-31853-5-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-05-13 11:52     ` Greg Kroah-Hartman
     [not found]       ` <20150513115259.GA1021-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-05-13 11:56         ` Pantelis Antoniou
     [not found]           ` <28C3D47C-8D31-4DD9-8751-F72A7F09DF6F-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-05-13 12:08             ` Greg Kroah-Hartman
     [not found]               ` <20150513120854.GA1516-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-05-13 12:42                 ` Pantelis Antoniou
     [not found] ` <1431503985-31853-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-05-13  7:59   ` [PATCH 5/5] MAINTAINERS: Beaglebone capemanager maintainer Pantelis Antoniou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).