Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Josh Boyer
On Mon, Jan 27, 2014 at 3:27 PM, Alan Stern wrote: > On Mon, 27 Jan 2014, Josh Boyer wrote: > >> On Mon, Jan 27, 2014 at 3:44 PM, Sergei Shtylyov >> wrote: >> > Hello. >> > >> > >> > On 01/27/2014 10:23 PM, Josh Boyer wrote: >> > >> >> the PHY layer is supposed to be optional, >> >> considering s

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Alan Stern
On Mon, 27 Jan 2014, Josh Boyer wrote: > On Mon, Jan 27, 2014 at 3:44 PM, Sergei Shtylyov > wrote: > > Hello. > > > > > > On 01/27/2014 10:23 PM, Josh Boyer wrote: > > > >> the PHY layer is supposed to be optional, > >> considering some PHY have no control bus > >> for SW to poke around. > > > >

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Felipe Balbi
On Mon, Jan 27, 2014 at 02:46:40PM -0500, Josh Boyer wrote: > On Mon, Jan 27, 2014 at 3:44 PM, Sergei Shtylyov > wrote: > > Hello. > > > > > > On 01/27/2014 10:23 PM, Josh Boyer wrote: > > > >> the PHY layer is supposed to be optional, > >> considering some PHY have no control bus > >> for SW to p

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Felipe Balbi
Hi, On Mon, Jan 27, 2014 at 11:44:16PM +0300, Sergei Shtylyov wrote: > >diff --git a/drivers/usb/phy/phy.c b/drivers/usb/phy/phy.c > >index e6f61e4..db18011 100644 > >--- a/drivers/usb/phy/phy.c > >+++ b/drivers/usb/phy/phy.c > >@@ -130,7 +130,7 @@ struct usb_phy *usb_get_phy(enum usb_phy_type typ

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Sergei Shtylyov
On 01/27/2014 11:44 PM, Sergei Shtylyov wrote: the PHY layer is supposed to be optional, considering some PHY have no control bus for SW to poke around. After commit 1ae5799 (usb: hcd: Initialize USB phy if needed) any HCD which didn't provide a PHY driver would emit annoying error messages.

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Josh Boyer
On Mon, Jan 27, 2014 at 3:44 PM, Sergei Shtylyov wrote: > Hello. > > > On 01/27/2014 10:23 PM, Josh Boyer wrote: > >> the PHY layer is supposed to be optional, >> considering some PHY have no control bus >> for SW to poke around. > > >> After commit 1ae5799 (usb: hcd: Initialize >> USB phy if need

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Sergei Shtylyov
Hello. On 01/27/2014 10:23 PM, Josh Boyer wrote: the PHY layer is supposed to be optional, considering some PHY have no control bus for SW to poke around. After commit 1ae5799 (usb: hcd: Initialize USB phy if needed) any HCD which didn't provide a PHY driver would emit annoying error message

[PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Josh Boyer
the PHY layer is supposed to be optional, considering some PHY have no control bus for SW to poke around. After commit 1ae5799 (usb: hcd: Initialize USB phy if needed) any HCD which didn't provide a PHY driver would emit annoying error messages. In this patch we're decreasing those messages to de