From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754926Ab3AKQdW (ORCPT ); Fri, 11 Jan 2013 11:33:22 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:44895 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754403Ab3AKQdU (ORCPT ); Fri, 11 Jan 2013 11:33:20 -0500 Date: Fri, 11 Jan 2013 16:32:55 +0000 From: Russell King - ARM Linux To: Roger Quadros Cc: Alan Stern , sameo@linux.intel.com, tony@atomide.com, gregkh@linuxfoundation.org, USB list , Kernel development list , Felipe Balbi , kishon@ti.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 07/14] usb: ehci-omap: Instantiate PHY devices if required Message-ID: <20130111163255.GF23505@n2100.arm.linux.org.uk> References: <50F037C9.40306@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50F037C9.40306@ti.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 11, 2013 at 06:03:21PM +0200, Roger Quadros wrote: > diff --git a/include/linux/platform_data/usb-omap.h > b/include/linux/platform_data/usb-omap.h > index d63eb7d..927b8a1 100644 > --- a/include/linux/platform_data/usb-omap.h > +++ b/include/linux/platform_data/usb-omap.h > @@ -38,6 +38,12 @@ enum usbhs_omap_port_mode { > OMAP_OHCI_PORT_MODE_TLL_2PIN_DPDM > }; > > +struct usbhs_phy_config { > + char *name; /* binds to device driver */ You may wish to consider making this const.