Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Tony Lindgren
* Kishon Vijay Abraham I [150318 08:09]: > On Wednesday 18 March 2015 05:42 AM, Tony Lindgren wrote: > >+ > >+/* > >+ * We have phy-core.c handle pm_runtime calls for us. We implement > >+ * these functions for phy-core.c to keep track of power_count. > >+ * Note that we may want to remove these

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Kishon Vijay Abraham I
Hi Tony, On Wednesday 18 March 2015 05:42 AM, Tony Lindgren wrote: Add a minimal driver for dm816x USB. This makes USB work on dm816x without any other changes needed as it can use the existing musb_dsps glue layer for the USB controller. Note that this phy is different from dm814x and am335x.

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Tony Lindgren
* Paul Bolle [150318 04:13]: > Two trivialities I failed the spot the first time. > > On Tue, 2015-03-17 at 17:12 -0700, Tony Lindgren wrote: > > diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig > > index 2962de2..c858c2b 100644 > > --- a/drivers/phy/Kconfig > > +++ b/drivers/phy/Kconfig >

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Paul Bolle
Two trivialities I failed the spot the first time. On Tue, 2015-03-17 at 17:12 -0700, Tony Lindgren wrote: > diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig > index 2962de2..c858c2b 100644 > --- a/drivers/phy/Kconfig > +++ b/drivers/phy/Kconfig > +config PHY_DM816X_USB > + tristate

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Paul Bolle
Two trivialities I failed the spot the first time. On Tue, 2015-03-17 at 17:12 -0700, Tony Lindgren wrote: diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 2962de2..c858c2b 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig +config PHY_DM816X_USB + tristate TI

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Tony Lindgren
* Paul Bolle pebo...@tiscali.nl [150318 04:13]: Two trivialities I failed the spot the first time. On Tue, 2015-03-17 at 17:12 -0700, Tony Lindgren wrote: diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 2962de2..c858c2b 100644 --- a/drivers/phy/Kconfig +++

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Kishon Vijay Abraham I
Hi Tony, On Wednesday 18 March 2015 05:42 AM, Tony Lindgren wrote: Add a minimal driver for dm816x USB. This makes USB work on dm816x without any other changes needed as it can use the existing musb_dsps glue layer for the USB controller. Note that this phy is different from dm814x and am335x.

Re: [PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-18 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150318 08:09]: On Wednesday 18 March 2015 05:42 AM, Tony Lindgren wrote: + +/* + * We have phy-core.c handle pm_runtime calls for us. We implement + * these functions for phy-core.c to keep track of power_count. + * Note that we may want to remove

[PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-17 Thread Tony Lindgren
Add a minimal driver for dm816x USB. This makes USB work on dm816x without any other changes needed as it can use the existing musb_dsps glue layer for the USB controller. Note that this phy is different from dm814x and am335x. Cc: Bin Liu Cc: Brian Hutchinson Cc: Felipe Balbi Cc: Matthijs

[PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-17 Thread Tony Lindgren
Add a minimal driver for dm816x USB. This makes USB work on dm816x without any other changes needed as it can use the existing musb_dsps glue layer for the USB controller. Note that this phy is different from dm814x and am335x. Cc: Bin Liu binml...@gmail.com Cc: Brian Hutchinson