Re: [PATCH 5/6] USB: renesas_usbhs: drop support for legacy phys

2018-04-18 Thread Johan Hovold
On Wed, Apr 18, 2018 at 08:50:10AM +, Yoshihiro Shimoda wrote: > Hi, > > > From: Johan Hovold, Sent: Wednesday, April 18, 2018 5:42 PM > > How about > > > > USB: renesas_usbhs: drop unused legacy-phy support > > > > and then I amend the commit message with a note about the legacy API >

RE: [PATCH 5/6] USB: renesas_usbhs: drop support for legacy phys

2018-04-18 Thread Yoshihiro Shimoda
Hi, > From: Johan Hovold, Sent: Wednesday, April 18, 2018 5:42 PM > > On Wed, Apr 18, 2018 at 04:22:31AM +, Yoshihiro Shimoda wrote: > > Hi, > > > > > From: Johan Hovold, Sent: Saturday, April 14, 2018 10:06 PM > > > > > > Drop support for legacy phys which hasn't been used with a mainline >

Re: [PATCH 5/6] USB: renesas_usbhs: drop support for legacy phys

2018-04-18 Thread Johan Hovold
On Wed, Apr 18, 2018 at 04:22:31AM +, Yoshihiro Shimoda wrote: > Hi, > > > From: Johan Hovold, Sent: Saturday, April 14, 2018 10:06 PM > > > > Drop support for legacy phys which hasn't been used with a mainline > > kernel since commit 9080b8dc761a ("ARM: OMAP2+: Remove legacy usb-host.c > >

RE: [PATCH 5/6] USB: renesas_usbhs: drop support for legacy phys

2018-04-17 Thread Yoshihiro Shimoda
Hi, > From: Johan Hovold, Sent: Saturday, April 14, 2018 10:06 PM > > Drop support for legacy phys which hasn't been used with a mainline > kernel since commit 9080b8dc761a ("ARM: OMAP2+: Remove legacy usb-host.c > platform init code"). Specifically, since that commit usb_get_phy_dev() > have

[PATCH 5/6] USB: renesas_usbhs: drop support for legacy phys

2018-04-14 Thread Johan Hovold
Drop support for legacy phys which hasn't been used with a mainline kernel since commit 9080b8dc761a ("ARM: OMAP2+: Remove legacy usb-host.c platform init code"). Specifically, since that commit usb_get_phy_dev() have always returned -ENODEV and consequently this code has not been used.