usb 1-2: reset high-speed USB device number 3 using ehci-pci

2016-05-25 Thread Mathieu Malaterre
Hi, I am trying to track down an issue that happen during Debian Installation from a USB key onto a Mac Mini G4 (PPC) [*]. Basically the USB key is working nicely (`badblocks` is fine), however under this specific circumstances, the USB key needs to be physically removed and then re-plugged so th

Re: [PATCH] usb: renesas_usbhs: make usbhs_write32() static

2016-06-22 Thread Mathieu Malaterre
On Tue, Jun 21, 2016 at 7:52 PM, Ben Dooks wrote: > The usbhs_write32 function is not used outside of the rcar3.c > file, so fix the following sparse warning by making it static: > > drivers/usb/renesas_usbhs/rcar3.c:26:6: warning: symbol 'usbhs_write32' was > not declared. Should it be static? >