Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752067Ab3FYOcy (ORCPT ); Tue, 25 Jun 2013 10:32:54 -0400 Received: from mail-ob0-f175.google.com ([209.85.214.175]:50261 "EHLO mail-ob0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264Ab3FYOcw (ORCPT ); Tue, 25 Jun 2013 10:32:52 -0400 MIME-Version: 1.0 In-Reply-To: <51C4C2ED.5090505@wwwdotorg.org> References: <1371128132-18266-2-git-send-email-christian.ruppert@abilis.com> <51BA3BC1.3090109@wwwdotorg.org> <20130614091241.GA23745@ab42.lan> <51C1F42E.5090107@wwwdotorg.org> <51C1F82C.4020502@wwwdotorg.org> <20130620115710.GB942@ab42.lan> <51C4C2ED.5090505@wwwdotorg.org> Date: Tue, 25 Jun 2013 16:32:52 +0200 Message-ID: Subject: Re: [PATCH 2/2] Make non-linear GPIO ranges accesible from gpiolib From: Linus Walleij To: Stephen Warren Cc: Christian Ruppert , 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" , Alexandre Courbot Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 28 On Fri, Jun 21, 2013 at 11:17 PM, Stephen Warren wrote: > On 06/20/2013 05:57 AM, Christian Ruppert wrote: > The Linux pinctrl subsystem specifically doesn't provide mutual > exclusion between "mux function" and GPIO usage within a pin group, > although perhaps a driver could internally. It used to block this at one point. But it doesn't make sense when the hardware looks like so: >> +- SPI >> Physical pins --- GPIO --- pinctrl -+- I2C >> +- mmc As in this case it is perfectly legal to enable the GPIO as input while the I2C bus is running and "spy" on the signals. The driver should probably not allow the GPIO output to be driven while some peripheral is muxed in though, that could be disastrous... Yours, Linus Walleij -- 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/