From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Sverdlin Subject: Re: [PATCH 0/5] OF: Fixes in preperation of DT overlays Date: Wed, 06 Nov 2013 16:41:20 +0100 Message-ID: <527A6320.6040600@nsn.com> References: <1383673816-29293-1-git-send-email-panto@antoniou-consulting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1383673816-29293-1-git-send-email-panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: ext Pantelis Antoniou , Grant Likely Cc: Rob Herring , Stephen Warren , Matt Porter , Koen Kooi , Alison Chaiken , Dinh Nguyen , Jan Lubbe , Michael Stickel , Guenter Roeck , Dirk Behme , Alan Tull , Sascha Hauer , Michael Bohan , Ionut Nicu , Michal Simek , Matt Ranostay , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hi! On 05/11/13 18:50, ext Pantelis Antoniou wrote: > 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. > > Pantelis Antoniou (5): > OF: Clear detach flag on attach > OF: Introduce device tree node flag helpers. > OF: export of_property_notify > OF: Export all DT proc update functions > OF: Introduce utility helper functions All patches there we use as they are since July on our MIPS64 platforms. So, for all 5 patches: Tested-by: Alexander Sverdlin Reviewed-by: Alexander Sverdlin > drivers/of/Makefile | 2 +- > drivers/of/base.c | 77 ++++++++-------- > drivers/of/util.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > include/linux/of.h | 119 ++++++++++++++++++++++++ > 4 files changed, 413 insertions(+), 38 deletions(-) > create mode 100644 drivers/of/util.c > -- Best regards, Alexander Sverdlin. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html