From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH 0/3 - V2] Introducing Device Tree Overlays Date: Tue, 5 Nov 2013 11:06:33 -0800 Message-ID: <20131105190633.GA21178@roeck-us.net> References: <1383676898-29819-1-git-send-email-panto@antoniou-consulting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1383676898-29819-1-git-send-email-panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Pantelis Antoniou Cc: Grant Likely , Rob Herring , Stephen Warren , Matt Porter , Koen Kooi , Alison Chaiken , Dinh Nguyen , Jan Lubbe , Alexander Sverdlin , Michael Stickel , 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 On Tue, Nov 05, 2013 at 08:41:35PM +0200, Pantelis Antoniou wrote: > The following patchset introduces Device Tree overlays, a method > of dynamically altering the kernel's live Device Tree, along with > a generic interface to use it in a board agnostic manner. > Hi Pantelis, great to see this going. I'll apply the patches to our tree and test. I have a couple of patches on top of yours: - export overlay functions - declare of_free_overlay_info as static inline if OF is undefined. - ignore PCI devices when inserting or removing overlays [ Based on the idea that PCI/PCIe ports are handled by the PCI subsystem ] I'll rebase those to the new version of your patches and send it out after I get it all working. Thanks, Guenter -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755010Ab3KETGl (ORCPT ); Tue, 5 Nov 2013 14:06:41 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:53592 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752467Ab3KETGk (ORCPT ); Tue, 5 Nov 2013 14:06:40 -0500 Date: Tue, 5 Nov 2013 11:06:33 -0800 From: Guenter Roeck To: Pantelis Antoniou Cc: Grant Likely , Rob Herring , Stephen Warren , Matt Porter , Koen Kooi , Alison Chaiken , Dinh Nguyen , Jan Lubbe , Alexander Sverdlin , Michael Stickel , Dirk Behme , Alan Tull , Sascha Hauer , Michael Bohan , Ionut Nicu , Michal Simek , Matt Ranostay , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3 - V2] Introducing Device Tree Overlays Message-ID: <20131105190633.GA21178@roeck-us.net> References: <1383676898-29819-1-git-send-email-panto@antoniou-consulting.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383676898-29819-1-git-send-email-panto@antoniou-consulting.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 05, 2013 at 08:41:35PM +0200, Pantelis Antoniou wrote: > The following patchset introduces Device Tree overlays, a method > of dynamically altering the kernel's live Device Tree, along with > a generic interface to use it in a board agnostic manner. > Hi Pantelis, great to see this going. I'll apply the patches to our tree and test. I have a couple of patches on top of yours: - export overlay functions - declare of_free_overlay_info as static inline if OF is undefined. - ignore PCI devices when inserting or removing overlays [ Based on the idea that PCI/PCIe ports are handled by the PCI subsystem ] I'll rebase those to the new version of your patches and send it out after I get it all working. Thanks, Guenter