Re: [PATCH v5 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-08-18 Thread Guenter Roeck
On 08/17/2016 11:33 PM, Felipe Balbi wrote: Hi, Peter Chen writes: On Wed, Aug 17, 2016 at 03:53:24PM +0300, Felipe Balbi wrote: Hi, Heikki Krogerus writes: [...] +static struct platform_driver wcove_typec_driver = { +

Re: [PATCH v5 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-08-18 Thread Felipe Balbi
Hi, Peter Chen writes: > On Wed, Aug 17, 2016 at 03:53:24PM +0300, Felipe Balbi wrote: >> >> Hi, >> >> Heikki Krogerus writes: >> >> [...] >> >> > +static struct platform_driver wcove_typec_driver = { >> > + .driver = { >> > +

Re: [PATCH v5 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-08-17 Thread Peter Chen
On Wed, Aug 17, 2016 at 03:53:24PM +0300, Felipe Balbi wrote: > > Hi, > > Heikki Krogerus writes: > > [...] > > > +static struct platform_driver wcove_typec_driver = { > > + .driver = { > > + .name = "bxt_wcove_usbc", > > + }, > > +

Re: [PATCH v5 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-08-17 Thread Heikki Krogerus
On Wed, Aug 17, 2016 at 03:53:24PM +0300, Felipe Balbi wrote: > Heikki Krogerus writes: > > [...] > > > +static struct platform_driver wcove_typec_driver = { > > + .driver = { > > + .name = "bxt_wcove_usbc", > > + }, > > + .probe

Re: [PATCH v5 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-08-17 Thread Felipe Balbi
Hi, Heikki Krogerus writes: [...] > +static struct platform_driver wcove_typec_driver = { > + .driver = { > + .name = "bxt_wcove_usbc", > + }, > + .probe = wcove_typec_probe, > + .remove =

[PATCH v5 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-08-17 Thread Heikki Krogerus
This adds driver for the USB Type-C PHY on Intel WhiskeyCove PMIC which is available on some of the Intel Broxton SoC based platforms. Signed-off-by: Heikki Krogerus --- drivers/usb/typec/Kconfig | 14 ++ drivers/usb/typec/Makefile | 1 +