Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754549Ab3EXMDS (ORCPT ); Fri, 24 May 2013 08:03:18 -0400 Received: from mail.abilis.ch ([195.70.19.74]:21647 "EHLO mail.abilis.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767Ab3EXMDQ convert rfc822-to-8bit (ORCPT ); Fri, 24 May 2013 08:03:16 -0400 Date: Fri, 24 May 2013 14:03:00 +0200 From: Christian Ruppert To: Linus Walleij Cc: Stephen Warren , Haojian Zhuang , Shiraz HASHIM , Patrice CHOTARD , "linux-kernel@vger.kernel.org" , Grant Likely , Rob Herring , Rob Landley , Sascha Leuenberger , Pierrick Hascoet , "devicetree-discuss@lists.ozlabs.org" , "linux-doc@vger.kernel.org" Subject: Re: [PATCH 1/2] pinmux: Add TB10x pinmux driver Message-ID: <20130524120259.GC5203@ab42.lan> References: <20130429161725.GB30136@ab42.lan> <5182B557.4040804@wwwdotorg.org> <20130508164123.GA10248@ab42.lan> <518AAF31.8080502@wwwdotorg.org> <20130510082521.GA2125@ab42.lan> <51942472.9010402@wwwdotorg.org> <20130522142824.GC4789@ab42.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2195 Lines: 48 On Fri, May 24, 2013 at 11:20:31AM +0200, Linus Walleij wrote: > On Wed, May 22, 2013 at 4:28 PM, Christian Ruppert > wrote: > > On Mon, May 20, 2013 at 10:10:33AM +0200, Linus Walleij wrote: > > >> It's not even pinctrl-simple-centric it is completely generic. > >> The code is in drivers/gpio/gpiolib-of.c. > >> > >> It was written by Shiraz Hashin and Haojian Zhuang. > >> At the time I augmented the core code quite a bit to make > >> a good fit. > > > > I agree. Unluckily, it uses pinctrl-internal pin numbering which we > > would have to make coherent with the physical pin numbers of the > > individual packaging variants of the chip in order to expose them to > > customers (see my previous mail at https://lkml.org/lkml/2013/5/22/207). > > Again, the Linux pin numberspace is sparse, you can use whatever > pin number you like as long as it fits in a u32 and does not overlap > with other pins. > > If you have a problem that the physical pin numbers and the > bank offsets or bits you need to poke or something doesn't > match, that is an issue for the *driver* not for the pin control > subsystem. However the pin control core may provide > cross-mapping helpers as discussed elsewhere, but the > pin control internal numbering is *not* an issue. Those are > just "some number" on a certain pin controller, use the number > from the datasheet if you like. Understood. What I'm looking for is a way to support different products with different physical pin numbering, ideally without changing Linux internal pin numbers from one product variant under the constraints highlighted in the thread you call "elsewhere". Greetings, Christian -- Christian Ruppert , /| Tel: +41/(0)22 816 19-42 //| 3, Chemin du Pr?-Fleuri _// | bilis Systems CH-1228 Plan-les-Ouates -- 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/