Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753803Ab3FJSX5 (ORCPT ); Mon, 10 Jun 2013 14:23:57 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:36092 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639Ab3FJSX4 (ORCPT ); Mon, 10 Jun 2013 14:23:56 -0400 Message-ID: <51B619B9.8040204@wwwdotorg.org> Date: Mon, 10 Jun 2013 12:23:53 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Linus Walleij CC: =?ISO-8859-1?Q?Heiko_St=FCbner?= , Grant Likely , Rob Herring , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Patrice Chotard Subject: Re: [EXAMPLE PATCH] pinctrl: add pinctrl driver for Rockchip SoCs References: <201306090159.05383.heiko@sntech.de> <201306090201.17739.heiko@sntech.de> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1206 Lines: 28 On 06/10/2013 07:00 AM, Linus Walleij wrote: > On Sun, Jun 9, 2013 at 2:01 AM, Heiko St?bner wrote: > > (...) >> +#include >> +#include >> +#include > > Hm I don't know if we're supposed to do things like this actually. > > It depends on whether the hierarchy is supposed > to stay in the kernel after the device trees are moved out to a > separate repo. > > Grant/Rob, shall we do this in drivers? The entire reason I created the directory (rather than just putting *.h into e.g. arch/arm/boot/dts) was to provide a place to share binding-defined constants between the DT files and drivers that implement that binding. It's certainly my opinion that if/when *.dts move out of the kernel, the directory should continue to be present in the kernel, and take updates mirrored from the upstream binding repo. -- 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/