From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753553AbbEKJzM (ORCPT ); Mon, 11 May 2015 05:55:12 -0400 Received: from mga14.intel.com ([192.55.52.115]:64641 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753230AbbEKJzE (ORCPT ); Mon, 11 May 2015 05:55:04 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,405,1427785200"; d="scan'208";a="723904932" Date: Mon, 11 May 2015 12:54:59 +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: =?utf-8?B?W82EUEFUQ0h2?= =?utf-8?Q?4?= 10/12] usb: dwc3: add ULPI interface support Message-ID: <20150511095459.GA27715@kuha.fi.intel.com> References: <1430979572-14768-1-git-send-email-heikki.krogerus@linux.intel.com> <1430979572-14768-11-git-send-email-heikki.krogerus@linux.intel.com> <20150508100840.GB6154@kuha.fi.intel.com> <20150508160033.GB16571@saruman.tx.rr.com> <20150508160436.GC16571@saruman.tx.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150508160436.GC16571@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 Fri, May 08, 2015 at 11:04:36AM -0500, Felipe Balbi wrote: > On Fri, May 08, 2015 at 11:00:33AM -0500, Felipe Balbi wrote: > > On Fri, May 08, 2015 at 01:08:41PM +0300, Heikki Krogerus wrote: > > > > diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig > > > > index 827c4f8..6f92b36 100644 > > > > --- a/drivers/usb/dwc3/Kconfig > > > > +++ b/drivers/usb/dwc3/Kconfig > > > > @@ -11,6 +11,13 @@ config USB_DWC3 > > > > > > > > if USB_DWC3 > > > > > > > > +config USB_DWC3_ULPI > > > > + bool "Register ULPI PHY Interface" > > > > + depends on USB_ULPI_BUS > > > > > > Felipe, I need to change this as well to support ULPI bus as a module: > > > > > > depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3 > > > > fair enough :-) > > BTW, are you sending a new series ? Yes. I'll send one more series. I just wanted to wait for few days in case there are still comments. Cheers, -- heikki