Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-02-03 Thread Paul Bolle
On Mon, 2014-02-03 at 11:04 -0500, Alan Stern wrote: > On Mon, 3 Feb 2014, Paul Bolle wrote: > > This message cab still be seen when booting v3.14-rc1. Is a patch to > > downgrade this message to dev_dbg() - from Josh, Felipe or someone else > > - queued somewhere? > > http://marc.info/?l=li

Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-02-03 Thread Alan Stern
On Mon, 3 Feb 2014, Paul Bolle wrote: > > > >> --- a/drivers/usb/phy/phy.c > > > >> +++ b/drivers/usb/phy/phy.c > > > >> @@ -228,7 +228,7 @@ struct usb_phy *usb_get_phy_dev(struct device > > > >> *dev, u8 index) > > > >> > > > >> phy = __usb_find_phy_dev(dev, &phy_bind_list, index); > > > >

Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-02-03 Thread Paul Bolle
Felipe Balbi schreef op ma 27-01-2014 om 09:30 [-0600]: > On Sat, Jan 25, 2014 at 03:24:55PM -0500, Josh Boyer wrote: > > On Sat, Jan 25, 2014 at 10:37 AM, Alan Stern > > wrote: > > > On Sat, 25 Jan 2014, Josh Boyer wrote: > > > > > >> commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed

Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-01-27 Thread Felipe Balbi
On Sat, Jan 25, 2014 at 03:24:55PM -0500, Josh Boyer wrote: > On Sat, Jan 25, 2014 at 10:37 AM, Alan Stern > wrote: > > On Sat, 25 Jan 2014, Josh Boyer wrote: > > > >> commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed") allows > >> the USB layer to initialize external PHYs if needed.

Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-01-25 Thread Josh Boyer
On Sat, Jan 25, 2014 at 10:37 AM, Alan Stern wrote: > On Sat, 25 Jan 2014, Josh Boyer wrote: > >> commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed") allows >> the USB layer to initialize external PHYs if needed. However, a PHY is >> not needed in all cases. The usb_get_phy_device fu

Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-01-25 Thread Alan Stern
On Sat, 25 Jan 2014, Josh Boyer wrote: > commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed") allows > the USB layer to initialize external PHYs if needed. However, a PHY is > not needed in all cases. The usb_get_phy_device function will print > an error message, "unable to find trans

[PATCH] usb: phy: Quiet unable to find transceiver message

2014-01-25 Thread Josh Boyer
commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed") allows the USB layer to initialize external PHYs if needed. However, a PHY is not needed in all cases. The usb_get_phy_device function will print an error message, "unable to find transceiver" but everything still functions normally.