Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755113AbbBTT5u (ORCPT ); Fri, 20 Feb 2015 14:57:50 -0500 Received: from mga14.intel.com ([192.55.52.115]:24011 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754443AbbBTT5s (ORCPT ); Fri, 20 Feb 2015 14:57:48 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,616,1418112000"; d="scan'208";a="688530092" Date: Fri, 20 Feb 2015 11:59:27 -0800 From: David Cohen To: Felipe Balbi Cc: Linus Walleij , Robert Baldyga , heikki.krogerus@linux.intel.com, MyungJoo Ham , Chanwoo Choi , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , baolu.lu@linux.intel.com Subject: Re: [PATCH v2] extcon: otg_gpio: add driver for USB OTG port controlled by GPIO(s) Message-ID: <20150220195927.GE15303@psi-dev26.jf.intel.com> References: <1419288217-19262-1-git-send-email-david.a.cohen@linux.intel.com> <1424375984-26241-1-git-send-email-david.a.cohen@linux.intel.com> <54E6D721.9070107@samsung.com> <20150220191700.GB15303@psi-dev26.jf.intel.com> <20150220193606.GA12522@saruman.tx.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150220193606.GA12522@saruman.tx.rr.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3219 Lines: 81 On Fri, Feb 20, 2015 at 01:36:06PM -0600, Felipe Balbi wrote: > On Fri, Feb 20, 2015 at 11:17:00AM -0800, David Cohen wrote: > > Hi Linus and Robert, > > > > CC'ing Heikki as it involves a RFC from him. > > > > On Fri, Feb 20, 2015 at 10:53:44AM +0100, Linus Walleij wrote: > > > On Fri, Feb 20, 2015 at 7:41 AM, Robert Baldyga wrote: > > > > Hi David, > > > > > > > > On 02/19/2015 08:59 PM, David Cohen wrote: > > > >> Some Intel platforms have an USB OTG port fully (or partially) > > > >> controlled by GPIOs: > > > >> > > > >> (1) USB ID is connected directly to a pulled up GPIO. > > > >> > > > >> Optionally: > > > >> (2) VBUS is enabled/disabled by a GPIO > > > >> (3) Platform has 2 USB controllers connected to same port: one for > > > >> device and one for host role. D+/- are switched between phys. > > > >> according to this GPIO level. > > > >> > > > >> This driver configures USB OTG port for device or host role according to > > > >> USB ID value. > > > >> - If USB ID's GPIO level is low, OTG port is configured for host role > > > >> by sourcing VBUS and switching D+/- to host phy. > > > >> - If USB ID's GPIO level is high, by standard, the OTG port is > > > >> configured for device role by not sourcing VBUS and switching D+/- to > > > >> device controller. > > > > > > > > IMO it's not very elegant to handle VBUS power on/off in extcon driver. > > > > Creating fixed regulator would allow to make VBUS handling more generic. > > > > I agree. But please, see below. > > > > > > > > IMHO it's just layers of abstraction piled on top of each other here. > > > > > > I would put this adjacent to the phy driver somewhere in drivers/usb/* > > > and make the actual USB-driver thing handle its GPIOs directly. > > > But I guess David and Felipe have already discussed that as we're > > > seeing this patch? > > > > Felipe suggested to "divide to conquer" instead of having a single > > extcon driver to handle all these functions: > > > > - The mux functions would be controlled by a possible new pinctrl-gpio > > driver (Linus, your input here would be nice :) > > - The VBUS would be a fixed regulator > > - The USB ID would make usage of existent extcon-gpio > > > > But the on fw side, this is a single ACPI device representing a virtual > > device for USB OTG port, which is nothing but a bunch of independent > > GPIOs. > > > > I could make a mfd driver to register devices for those simpler and more > > generic drivers, but according to [1] community recognized it as a hack > > with ACPI since I'd need to give them the GPIO without requesting on > > mfd. > > > > I'm open for suggestions :) > > use MFD to create children devices and pass the required data to each > one ? I'd need to lookup GPIOs via ACPI without requesting them on mfd driver and then give them to children devices. Heikki proposed a way to do that on [1], but it got nack'ed by community. Br, David > > -- > balbi -- 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/