Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755449Ab3GBDzI (ORCPT ); Mon, 1 Jul 2013 23:55:08 -0400 Received: from mail.active-venture.com ([67.228.131.205]:50160 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752093Ab3GBDzH (ORCPT ); Mon, 1 Jul 2013 23:55:07 -0400 X-Originating-IP: 108.223.40.66 Date: Mon, 1 Jul 2013 20:55:02 -0700 From: Guenter Roeck To: Pantelis Antoniou Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] Introducing Device Tree Overlays Message-ID: <20130702035502.GB12451@roeck-us.net> References: <1357327870-13615-1-git-send-email-panto@antoniou-consulting.com> <20130629023703.GA12849@roeck-us.net> <572C690B-5C1F-4480-812E-195724708ADA@antoniou-consulting.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <572C690B-5C1F-4480-812E-195724708ADA@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 Content-Length: 2462 Lines: 70 On Mon, Jul 01, 2013 at 12:46:24PM +0300, Pantelis Antoniou wrote: > Hi Guenter, > > Yes there is an updated patchset against 3.10 as of this morning. > > I will post details how to get it later today. > Hi Pantelis, looking forward to it. I see you have a large number of new branches in your repository. It would help a lot to know which patches from which branch I need to get DT overlay support to work. For example, the mainline-pdev-fixes branch seems relevant, but that is not immediately obvious (and may be a wrong assumption). Are you trying to get the patches in the various branches into the upstream kernel ? Thanks a lot! Guenter > Regards > > -- Pantelis > > On Jun 29, 2013, at 5:38 AM, Guenter Roeck wrote: > > > On Fri, Jan 04, 2013 at 09:31:04PM +0200, Pantelis Antoniou wrote: > >> The following patchset introduces Device Tree overlays, a method > >> of dynamically altering the kernel's live Device Tree. > >> > >> This patchset is against mainline as of Friday Jan 4 2013. > >> (4956964 Merge tag 'driver-core-3.8-rc2' of \ > >> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core) > >> > >> Note that a separate patch for the DTC compiler has been posted and > >> is required to compile the DTS files according to the documentation. > >> The patch is "dtc: Dynamic symbols & fixup support" > >> > >> An implementation patchset for a beaglebone cape loader will follow, > >> but if you want to check out a working kernel for the beaglebone please > >> pull from: > >> > >> git://github.com/pantoniou/linux-bbxm.git branch not-capebus-v8 > >> > >> Pantelis Antoniou (6): > >> OF: Introduce device tree node flag helpers. > >> OF: export of_property_notify > >> OF: Export all DT proc update functions > >> OF: Introduce utility helper functions > >> OF: Introduce Device Tree resolve support. > >> OF: Introduce DT overlay support. > >> > > Hi Pantelis, > > > > do you have an update of this patchset ? I want to seriously start testing it. > > Digging through your tree on github is a bit cumbersome, and I am not sure > > if I got all patches. It would also be nice to get an update with all the > > comments addressed. > > > > Thanks, > > Guenter > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/