Re: [PATCHv3 01/11] usb: add bus type for USB ULPI

2015-04-30 Thread Heikki Krogerus
> > +struct bus_type ulpi_bus = { > > non-static and undeclared anywhere, adds a sparse error. I'm dropping > the series for now :-) > > " > drivers/usb/common/ulpi.c:77:17: warning: symbol 'ulpi_bus' was not > declared. Should it be static? > " Need to fix that. I'll wait for your comment's to

[PATCHv3 01/11] usb: add bus type for USB ULPI

2015-04-28 Thread Heikki Krogerus
UTMI+ Low Pin Interface (ULPI) is a commonly used PHY interface for USB 2.0. The ULPI specification describes a standard set of registers which the vendors can extend for their specific needs. ULPI PHYs provide often functions such as charger detection and ADP sensing and probing. There are two ma