Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754428AbbEMH7y (ORCPT ); Wed, 13 May 2015 03:59:54 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:33916 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753760AbbEMH7v (ORCPT ); Wed, 13 May 2015 03:59:51 -0400 From: Pantelis Antoniou To: Greg Kroah-Hartman Cc: Matt Porter , Koen Kooi , Robert Nelson , Rob Herring , Grant Likely , Jonathan Corbet , Srinivas Kandagatla , Guenter Roeck , Geert Uytterhoeven , =?UTF-8?q?Beno=C3=AEt=20Cousso?= , linux-api@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Pantelis Antoniou , Pantelis Antoniou Subject: [PATCH 0/5] The Beaglebone capemanager Date: Wed, 13 May 2015 10:59:40 +0300 Message-Id: <1431503985-31853-1-git-send-email-pantelis.antoniou@konsulko.com> X-Mailer: git-send-email 1.7.12 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1878 Lines: 44 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/