Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754475AbaJ1UeE (ORCPT ); Tue, 28 Oct 2014 16:34:04 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:45933 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbaJ1UeB (ORCPT ); Tue, 28 Oct 2014 16:34:01 -0400 From: Pantelis Antoniou To: Grant Likely Cc: Rob Herring , Stephen Warren , Matt Porter , Koen Kooi , Greg Kroah-Hartman , Alison Chaiken , Dinh Nguyen , Jan Lubbe , Alexander Sverdlin , Michael Stickel , Guenter Roeck , Dirk Behme , Alan Tull , Sascha Hauer , Michael Bohan , Ionut Nicu , Michal Simek , Matt Ranostay , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Pete Popov , Dan Malek , Georgi Vlaev , Pantelis Antoniou , Pantelis Antoniou Subject: [PATCH 0/5] of: Resolver and dynamic updates Date: Tue, 28 Oct 2014 22:33:48 +0200 Message-Id: <1414528433-9650-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 The following patch-series implements a number of fixes to the dynamic DT handling of the kernel, and provides infrastructure that the upcoming Device Tree Overlay patchset will use. Pantelis Antoniou (5): of: resolver: Switch to new local fixups format. of: testcases: Update with new local fixups format of: Only call notifiers when node is attached of: Add old prop argument on OF_RECONFIG_UPDATE_PROPERTY of: of_reconfig_get_state_change() of notifier helper. drivers/of/base.c | 9 +- drivers/of/dynamic.c | 119 ++++++++++++++++++-- drivers/of/resolver.c | 191 ++++++++++++++++++++++++++++----- drivers/of/selftest.c | 2 +- drivers/of/testcase-data/testcases.dts | 61 ++++++----- include/linux/of.h | 21 ++-- 6 files changed, 334 insertions(+), 69 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/