From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031691AbbD2IVW (ORCPT ); Wed, 29 Apr 2015 04:21:22 -0400 Received: from mga03.intel.com ([134.134.136.65]:55089 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031455AbbD2IVS (ORCPT ); Wed, 29 Apr 2015 04:21:18 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,669,1422950400"; d="scan'208";a="717620281" Date: Wed, 29 Apr 2015 11:21:13 +0300 From: Heikki Krogerus To: Felipe Balbi Cc: David Cohen , Greg Kroah-Hartman , Stephen Boyd , Baolu Lu , Paul Bolle , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv3 00/12] usb: ulpi bus Message-ID: <20150429082113.GC25288@kuha.fi.intel.com> References: <1430227486-225197-1-git-send-email-heikki.krogerus@linux.intel.com> <20150428171734.GN18263@saruman.tx.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150428171734.GN18263@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 On Tue, Apr 28, 2015 at 12:17:34PM -0500, Felipe Balbi wrote: > Hi, > > On Tue, Apr 28, 2015 at 04:24:35PM +0300, Heikki Krogerus wrote: > > Hi, > > > > I took the liberty of adding David's ACK to everything except 9/12, including to > > the 1/12 (removing the module handling has no functional affect). > > > > Changes since v2: > > - remove module handling from the bus driver as suggested by Paul Bolle. > > - reordered the gpio requests in BYT quirk as suggested by David Cohen. > > > > Major changes since v1: > > - calling dwc3_phy_setup earlier and registering the ULPI interface there. > > - new property to dwc3 for selecting the interface in case of UTMI+ and ULPI as > > suggested by Felipe > > - dwc3 soft reset before registration of the ULPI interface to sync the clocks > > as suggested by David > > - Including support for the BYT boards that have the GPIOs controlling the reset > > and cs signals. > > > > Heikki Krogerus (12): > > usb: add bus type for USB ULPI > > usb: dwc3: USB2 PHY register access bits > > usb: dwc3: ULPI or UTMI+ select > > usb: dwc3: store driver data earlier > > usb: dwc3: cache hwparams earlier > > usb: dwc3: soft reset to it's own function > > usb: dwc3: setup phys earlier > > up to patch 7/12, I've applied to my testing/next. I'll wait for a > revised 8/12 before applying the rest. OK. I'll re-send the patches 8-12/12 here with the revised version of 8/12 and the missing 10/12 (usb: dwc3: add ULPI interface support). Thanks, -- heikki