Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752721AbbDGTYE (ORCPT ); Tue, 7 Apr 2015 15:24:04 -0400 Received: from mail-wg0-f51.google.com ([74.125.82.51]:34131 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753270AbbDGTYA (ORCPT ); Tue, 7 Apr 2015 15:24:00 -0400 From: Pantelis Antoniou To: Rob Herring Cc: Grant Likely , Andrew Morton , Matt Porter , Koen Kooi , Guenter Roeck , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Pantelis Antoniou , Pantelis Antoniou Subject: [PATCH v2 0/4] of: overlay: Assorted fixes Date: Tue, 7 Apr 2015 22:23:48 +0300 Message-Id: <1428434632-13789-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: 1544 Lines: 40 The first patch makes sure that no overlays are being left over from the unit tests. The second puts the overlays as objects in the sysfs in /sys/firmware/devicetree/overlays while the next one adds a master overlay enable switch (that once is set to disabled can't be re-enabled), and a few per-overlay attributes. The last patch updates the ABI docs for the sysfs entries. The patchset is against Rob Herring's tree at git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux branch for-next Changes since v1: * Maintainer requested changes. * Documented the sysfs entries * Per overlay sysfs attributes. Pantelis Antoniou (4): of: unittest: overlay: Keep track of created overlays of: overlay: kobjectify overlay objects of: overlay: Add sysfs attributes Documentation: ABI: /sys/firmware/devicetree/overlays .../ABI/testing/sysfs-firmware-devicetree-overlays | 23 +++ drivers/of/base.c | 5 + drivers/of/of_private.h | 9 + drivers/of/overlay.c | 217 ++++++++++++++++++++- drivers/of/unittest.c | 62 ++++++ 5 files changed, 314 insertions(+), 2 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-firmware-devicetree-overlays -- 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/