From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH v3 2/3] OF: Introduce DT overlay support. Date: Fri, 8 Nov 2013 11:12:09 -0800 Message-ID: <20131108191209.GB25932@roeck-us.net> References: <1383923170-24914-1-git-send-email-panto@antoniou-consulting.com> <1383923170-24914-3-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: <1383923170-24914-3-git-send-email-panto@antoniou-consulting.com> Sender: linux-kernel-owner@vger.kernel.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 , Joel Becker , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Fri, Nov 08, 2013 at 05:06:09PM +0200, Pantelis Antoniou wrote: > Introduce DT overlay support. > Using this functionality it is possible to dynamically overlay a part of > the kernel's tree with another tree that's been dynamically loaded. > It is also possible to remove node and properties. > > Note that the I2C client devices are 'special', as in they're not platform > devices. They need to be registered with an I2C specific method. > > In general I2C is just no good platform device citizen and needs > special casing. > > PCI is another special case where PCI device insertion and removal > is implemented in the PCI subsystem. > > Bug fixes & PCI support by Guenter Roeck > > Signed-off-by: Pantelis Antoniou Hi Pantelis, another nitpick: .git/rebase-apply/patch:195: trailing whitespace. end up filling in the fields of the of_overlay_info array. warning: 1 line adds whitespace errors. Guenter