[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1383923040-24803-1-git-send-email-panto@antoniou-consulting.com>
Date: Fri, 8 Nov 2013 17:03:55 +0200
From: Pantelis Antoniou <panto@...oniou-consulting.com>
To: Grant Likely <grant.likely@...retlab.ca>
Cc: Rob Herring <robherring2@...il.com>,
Stephen Warren <swarren@...dotorg.org>,
Matt Porter <matt.porter@...aro.org>,
Koen Kooi <koen@...inion.thruhere.net>,
Alison Chaiken <Alison_Chaiken@...tor.com>,
Dinh Nguyen <dinh.linux@...il.com>,
Jan Lubbe <jluebbe@...net.de>,
Alexander Sverdlin <alexander.sverdlin@....com>,
Michael Stickel <ms@...able.de>,
Guenter Roeck <linux@...ck-us.net>,
Dirk Behme <dirk.behme@...il.com>,
Alan Tull <delicious.quinoa@...il.com>,
Sascha Hauer <s.hauer@...gutronix.de>,
Michael Bohan <mbohan@...eaurora.org>,
Ionut Nicu <ioan.nicu.ext@....com>,
Michal Simek <monstr@...str.eu>,
Matt Ranostay <mranostay@...il.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Pantelis Antoniou <panto@...oniou-consulting.com>
Subject: [PATCH v4 0/5] OF: Fixes in preperation of DT overlays
This patchset introduces a number of fixes that are required
for the subsequent patches that add DT overlays support.
Most of them are trivial, adding small bits that are missing,
or exporting functions that were private before.
Changes in V4:
* Bug fix about prop->len == 0 by Ionut Nicu <ioan.nicu.ext@....com>
Changes in V3:
* EXPORT_SYMBOL() of_property_notify
Changes in V2:
* Reorded patchset so that bisect works
Pantelis Antoniou (5):
OF: Introduce device tree node flag helpers.
OF: Clear detach flag on attach
OF: export of_property_notify
OF: Export all DT proc update functions
OF: Introduce utility helper functions
drivers/of/Makefile | 2 +-
drivers/of/base.c | 78 ++++++++--------
drivers/of/util.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++
include/linux/of.h | 119 +++++++++++++++++++++++++
4 files changed, 412 insertions(+), 38 deletions(-)
create mode 100644 drivers/of/util.c
--
1.7.12
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists