Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752079AbbGMPXN (ORCPT ); Mon, 13 Jul 2015 11:23:13 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:46084 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751031AbbGMPXK convert rfc822-to-8bit (ORCPT ); Mon, 13 Jul 2015 11:23:10 -0400 X-IronPort-AV: E=Sophos;i="5.15,463,1432566000"; d="scan'208";a="191418303" From: Phil Edworthy To: Laurent Pinchart CC: Yoshihiro Shimoda , Kuninori Morimoto , Greg Kroah-Hartman , Felipe Balbi , Ulrich Hecht , Kishon Vijay Abraham I , "Sergei Shtylyov" , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-sh@vger.kernel.org" Subject: RE: [PATCH v5] usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS Thread-Topic: [PATCH v5] usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS Thread-Index: AQHQuKvD9uVtPzuDdUGYdr7uKQYw7J3QojeAgACTKiCAAR9igIAHOSEQ Date: Mon, 13 Jul 2015 15:22:59 +0000 Message-ID: References: <3446210.Evs1k3c1oP@avalon> <1989113.aQDiRBvWpG@avalon> <8728955.GfUuMsjafi@avalon> In-Reply-To: <8728955.GfUuMsjafi@avalon> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: ideasonboard.com; dkim=none (message not signed) header.d=none; x-originating-ip: [193.141.220.21] x-microsoft-exchange-diagnostics: 1;SIXPR06MB0923;5:0MH/kpogyJR+m+kvyy1WJaJ1m4b4+uCRuMo4WqgA/lb95lwWbxi2QhTTDNMuBNu+2mYX2oZZtqzyUoSjvD2cU4JkPUWa+iDJnLUnwzlQPLtiZpM78xA6NPbSZYJYYbvczscmSNRF8WUOKyN6D2dT4g==;24:fnVnpj/AlX9r+6GMhbNv5B72Z4XHZvm5kBWVs+D6pBG7y27wybiFT6B5P9PBHnijzzKHLUHZl9N4LuOJVtN7gZxLXfkCjOYb/nc9wh/XLzQ=;20:001pPXbCB+CdpEBwadEbNOHXq+WtzTsYml1gC+Jw9EJjZhXZ5oOFU2gt4tqY+TevkHsih3jLR6WY8u16sjdOEDtwaSyDp7fmLc5qQvXUqtkwpS+OCsl0qiTTEDTXdn9H/tswfEey9o5QC58JEZ3Gpescy0gPeLaV2te7ON7ov5g= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SIXPR06MB0923; sixpr06mb0923: X-MS-Exchange-Organization-RulesExecuted x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:SIXPR06MB0923;BCL:0;PCL:0;RULEID:;SRVR:SIXPR06MB0923; x-forefront-prvs: 0636271852 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(51704005)(24454002)(19580405001)(54356999)(76176999)(50986999)(33656002)(92566002)(5003600100002)(86362001)(19580395003)(76576001)(62966003)(77156002)(2900100001)(77096005)(40100003)(122556002)(2950100001)(46102003)(87936001)(2656002)(5002640100001)(102836002)(93886004)(106116001)(74316001)(66066001)(110136002)(5001960100002)(189998001)(217873001);DIR:OUT;SFP:1102;SCL:1;SRVR:SIXPR06MB0923;H:SIXPR06MB0639.apcprd06.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: renesas.com X-MS-Exchange-CrossTenant-originalarrivaltime: 13 Jul 2015 15:22:59.4699 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 53d82571-da19-47e4-9cb4-625a166a4a2a X-MS-Exchange-Transport-CrossTenantHeadersStamped: SIXPR06MB0923 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4070 Lines: 119 Hi Laurent, On 09 July 2015 02:03, Laurent wrote: > Hi Phil, > > On Wednesday 08 July 2015 08:08:27 Phil Edworthy wrote: > > On 08 July 2015 00:08, Laurent wrote: > > > On Tuesday 07 July 2015 12:52:43 Phil Edworthy wrote: > > > > These changes allow a PHY driver to trigger a VBUS interrupt and > > > > to provide the value of VBUS. > > > > > > > > Signed-off-by: Phil Edworthy > > > > > > This looks much better to me. I just have two comments, please see below. > > > > > > > --- > > > > > > > > v5: > > > > - Avoid race when vbus_is_indirect may or may not be read > > > > > > > > before the phy has called vbus_session. In doing so, the > > > > changes have also been isolated to mod_gadget.c > > > > > > > > v4: > > > > - Use true/false with bool vars. > > > > - Clean up "transceiver found" message. > > > > > > > > v3: > > > > - Changed how indirect vbus is plumbed in. > > > > - Removed unnecessary (void) on call to otg_set_peripheral. > > > > - Moved code that connects to bus through transceiver so it > > > > > > > > is before setting gpriv->driver. > > > > > > > > v2: > > > > - vbus variables changed from int to bool. > > > > - dev_info() changed to dev_err() > > > > > > > > --- > > > > > > > > drivers/usb/renesas_usbhs/mod_gadget.c | 62 > +++++++++++++++++++++++++++ > > > > 1 file changed, 62 insertions(+) > > > > > > > > diff --git a/drivers/usb/renesas_usbhs/mod_gadget.c > > > > b/drivers/usb/renesas_usbhs/mod_gadget.c index dc2aa32..19a22a3 > 100644 > > > > --- a/drivers/usb/renesas_usbhs/mod_gadget.c > > > > +++ b/drivers/usb/renesas_usbhs/mod_gadget.c > > [snip] > > > > > @@ -882,12 +906,28 @@ static int usbhsg_gadget_start(struct usb_gadget > > > > *gadget, > > > > { > > > > struct usbhsg_gpriv *gpriv = usbhsg_gadget_to_gpriv(gadget); > > > > struct usbhs_priv *priv = usbhsg_gpriv_to_priv(gpriv); > > > > + struct device *dev = usbhs_priv_to_dev(priv); > > > > + int ret; > > > > > > > > if (!driver || > > > > !driver->setup || > > > > driver->max_speed < USB_SPEED_FULL) > > > > return -EINVAL; > > > > > > > > + /* connect to bus through transceiver */ > > > > + if (!IS_ERR_OR_NULL(gpriv->transceiver)) { > > > > + ret = otg_set_peripheral(gpriv->transceiver->otg, > > > > + &gpriv->gadget); > > > > + if (ret) { > > > > + dev_err(dev, "%s: can't bind to transceiver\n", > > > > + gpriv->gadget.name); > > > > + return ret; > > > > + } > > > > + > > > > + /* get vbus using phy versions */ > > > > + usbhs_mod_phy_mode(priv); > > > > > > Given that the presence of an external PHY is known at probe time, > > > couldn't this call be moved to the probe function ? It would then probably > > > conflict with the usbhs_mod_autonomy_mode() call from usbhs_probe(), > which > > > would need to be fixed. > > > > You could do this, but as you say it would conflict with usbhs_probe(). I > > can't see a simple way to check for the external phy connection, so I would > > prefer to keep it here. > > Is that ok? > > I can live with that, but I can't help feeling that it's not the best > architecture. Coming to think about it, why do we get the transceiver (by > calling usb_get_phy) in the gadget code ? Isn't the transceiver shared between > host and peripheral modes ? Shouldn't it be handled by core code then ? I > might miss something as my knowledge of the USB subsystem isn't perfect. I suspect your knowledge of it is much better than mine! > If we decide to refactor the code it can be done in a follow-up patch, this > patch has been delayed for long enough. Ok, thanks. I'll fix the variable name and re-post. > > > > + } > > > > + > > > > > > > > /* first hook up the driver ... */ > > > > gpriv->driver = driver; > > -- > Regards, > > Laurent Pinchart Thanks Phil -- 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/