XHCI is slow during boot (bios/efi) and leaves many dmesg messages

2016-04-04 Thread Olliver Schinagl
Hi list, I have a Apple Inc. MacBookPro11,1 (with the most recent 'bios': BIOS MBP111.88Z.0138.B16.1509081438 09/08/2015). At the beginning, USB worked normally. After a while (and after newer kernel versions released by debian?) things started to act strangely. For one, the bios/efi boot tak

Re: XHCI is slow during boot (bios/efi) and leaves many dmesg messages

2016-04-04 Thread Olliver Schinagl
Hey Mathias, On 04-04-16 13:30, Mathias Nyman wrote: On 04.04.2016 12:06, Olliver Schinagl wrote: Hi list, I have a Apple Inc. MacBookPro11,1 (with the most recent 'bios': BIOS MBP111.88Z.0138.B16.1509081438 09/08/2015). At the beginning, USB worked normally. After a while (and a

Re: XHCI is slow during boot (bios/efi) and leaves many dmesg messages

2016-04-04 Thread Olliver Schinagl
Hey Mathias, On 04-04-16 13:30, Mathias Nyman wrote: On 04.04.2016 12:06, Olliver Schinagl wrote: Hi list, I have a Apple Inc. MacBookPro11,1 (with the most recent 'bios': BIOS MBP111.88Z.0138.B16.1509081438 09/08/2015). At the beginning, USB worked normally. After a while (and a

Re: XHCI is slow during boot (bios/efi) and leaves many dmesg messages

2016-04-11 Thread Olliver Schinagl
Hey all, On 11-04-16 07:12, Felipe Balbi wrote: Hi, Janna Martl writes: On 2016-04-04 9:06:28, Olliver Schinagl wrote: Hi list, I have a Apple Inc. MacBookPro11,1 (with the most recent 'bios': BIOS MBP111.88Z.0138.B16.1509081438 09/08/2015). At the beginning, USB worked normall

Re: XHCI is slow during boot (bios/efi) and leaves many dmesg messages

2016-04-12 Thread Olliver Schinagl
Hey, On 11-04-16 10:22, Felipe Balbi wrote: Hi, Olliver Schinagl writes: Hey all, On 11-04-16 07:12, Felipe Balbi wrote: Hi, Janna Martl writes: On 2016-04-04 9:06:28, Olliver Schinagl wrote: Hi list, I have a Apple Inc. MacBookPro11,1 (with the most recent 'bios': BIOS

Re: XHCI is slow during boot (bios/efi) and leaves many dmesg messages

2016-04-20 Thread Olliver Schinagl
Hey all, On 11-04-16 20:29, Janna Martl wrote: On Mon, Apr 11, 2016 at 02:15:24PM -0400, Janna Martl wrote: On Mon, Apr 11, 2016 at 11:22:12AM +0300, Felipe Balbi wrote: Just to confirm, can you check that disabling LPM solves the problem ? I tried your patch on 4.6.0-rc3 but it doesn't seem

Re: [linux-sunxi] [PATCH] musb: sunxi: Ignore VBus errors in host-only mode

2015-08-06 Thread Olliver Schinagl
Hey Hans, I've tried getting your musb stuff working on a cubietruck, but i don't seem to see this patch on your linux-sunxi/sunxi-wip branch on github? Is your github branch fully functional at the moment? What I have done so far, is build the kernel using sunxi_defconfig and enabled USB_MU

Re: [linux-sunxi] [PATCH] musb: sunxi: Ignore VBus errors in host-only mode

2015-08-07 Thread Olliver Schinagl
Hey Hans, On 06-08-15 16:35, Hans de Goede wrote: Hi, On 06-08-15 10:22, Olliver Schinagl wrote: Hey Hans, I've tried getting your musb stuff working on a cubietruck, but i don't seem to see this patch on your linux-sunxi/sunxi-wip branch on github? Is your github branch fully

Re: [linux-sunxi] [PATCH] musb: sunxi: Ignore VBus errors in host-only mode

2015-09-03 Thread Olliver Schinagl
Hey Hans, On 07-08-15 10:45, Olliver Schinagl wrote: If you change the dr_mode to host then you _must_ also remove any id_det and vbus_det gpio settings from the usb_phy node in the dts, as the sun4i phy code detects host vs otg mode by checking for the presence of these. Yes, this fixes

Re: [linux-sunxi] [PATCH] musb: sunxi: Ignore VBus errors in host-only mode

2015-09-26 Thread Olliver Schinagl
Hey Hans, On 10-09-15 20:23, Hans de Goede wrote: Hi, On 04-09-15 08:43, Olliver Schinagl wrote: Hey Hans, On 07-08-15 10:45, Olliver Schinagl wrote: If you change the dr_mode to host then you _must_ also remove any id_det and vbus_det gpio settings from the usb_phy node in the dts, as