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