Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752564AbbFLTzO (ORCPT ); Fri, 12 Jun 2015 15:55:14 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:38191 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbbFLTzK (ORCPT ); Fri, 12 Jun 2015 15:55:10 -0400 From: Pantelis Antoniou To: Rob Herring Cc: Grant Likely , Matt Porter , Koen Kooi , Guenter Roeck , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Pantelis Antoniou , Pantelis Antoniou Subject: [PATCH 0/8] of: Dynamic DT updates Date: Fri, 12 Jun 2015 22:54:57 +0300 Message-Id: <1434138905-15886-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: 1723 Lines: 41 This patchset introduces several concepts that make working with dynamic DT and overlays considerably easier. The first 6 patches introduce two new overlay target methods addressing various user complaints and use cases. For both documentation entries and unittests are provided. The final two patches add a new API for using changeset which makes things considerably easier. This patchset applies against Linus's tree as of today and is dependent on the previous patchset I've send out earlier. "of: overlay: kobject & sysfs'ation" Pantelis Antoniou (8): of: overlay: Implement indirect target support of: unittest: Add indirect overlay target test doc: dt: Document the indirect overlay method. of: overlay: Introduce target root capability. of: unittest: Unit-tests for target root overlays. doc: dt: Document the target root overlay method of: dynamic: Add __of_node_dupv() of: changesets: Introduce changeset helper methods Documentation/devicetree/overlay-notes.txt | 21 +++ drivers/of/dynamic.c | 280 +++++++++++++++++++++++++++- drivers/of/overlay.c | 219 +++++++++++++++++++--- drivers/of/unittest-data/testcases.dts | 14 ++ drivers/of/unittest-data/tests-overlay.dtsi | 67 +++++++ drivers/of/unittest.c | 272 +++++++++++++++++++++++++++ include/linux/of.h | 89 +++++++++ 7 files changed, 929 insertions(+), 33 deletions(-) -- 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/