Re: [PATCH v3] phy: allwinner: phy-sun4i-usb: Add log when probing

2017-07-18 Thread Quentin Schulz
Hi all, Kindly pinging since the merge window is now closed and I haven;t received any update in the last two weeks, Thanks, Quentin On 04/07/2017 14:37, Quentin Schulz wrote: > When phy-sun4i-usb's probing fails, it does not print the reason in > kernel log, forcing the developer to edit this d

Re: [PATCH v3] phy: allwinner: phy-sun4i-usb: Add log when probing

2017-07-04 Thread Maxime Ripard
On Tue, Jul 04, 2017 at 02:37:03PM +0200, Quentin Schulz wrote: > When phy-sun4i-usb's probing fails, it does not print the reason in > kernel log, forcing the developer to edit this driver to add info logs. > This commit makes the kernel print the reason of phy-sun4i-usb's probing > failure or a s

Re: [PATCH v3] phy: allwinner: phy-sun4i-usb: Add log when probing

2017-07-04 Thread Mylene Josserand
Hi, On 04/07/2017 14:37, Quentin Schulz wrote: When phy-sun4i-usb's probing fails, it does not print the reason in kernel log, forcing the developer to edit this driver to add info logs. This commit makes the kernel print the reason of phy-sun4i-usb's probing failure or a success message. Signe

[PATCH v3] phy: allwinner: phy-sun4i-usb: Add log when probing

2017-07-04 Thread Quentin Schulz
When phy-sun4i-usb's probing fails, it does not print the reason in kernel log, forcing the developer to edit this driver to add info logs. This commit makes the kernel print the reason of phy-sun4i-usb's probing failure or a success message. Signed-off-by: Quentin Schulz --- Nothing new in v3,