lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20130111163255.GF23505@n2100.arm.linux.org.uk> Date: Fri, 11 Jan 2013 16:32:55 +0000 From: Russell King - ARM Linux <linux@....linux.org.uk> To: Roger Quadros <rogerq@...com> Cc: Alan Stern <stern@...land.harvard.edu>, sameo@...ux.intel.com, tony@...mide.com, gregkh@...uxfoundation.org, USB list <linux-usb@...r.kernel.org>, Kernel development list <linux-kernel@...r.kernel.org>, Felipe Balbi <balbi@...com>, kishon@...com, linux-arm-kernel@...ts.infradead.org Subject: Re: [PATCH 07/14] usb: ehci-omap: Instantiate PHY devices if required 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists