[PATCH v2] usb: chipidea: Allow disabling streaming not only in udc mode

2012-12-22 Thread Fabio Estevam
From: Fabio Estevam When running a scp transfer using a USB/Ethernet adapter the following crash happens: $ scp test.tar.gz fabio@192.168.1.100:/home/fabio fabio@192.168.1.100's password: test.tar.gz 0%0 0.0KB/s --:-- ETA [ cut here ]---

Re: [PATCH] arm/davinci/musb: fix mispint introduced by commit 032ec49f5351e9cb242b1a1c367d14415043ab95

2012-12-22 Thread Sergei Shtylyov
Hello. On 21-12-2012 13:06, Felipe Balbi wrote: please respin this patch with a real commit log. And then, when referring to commit ID that broke da8xx.c don't forget to also specify the commit summmary in parens (or however you like). Signed-off-by: Mikhail Kshevetskiy WBR, Sergei

[PATCH] musb: omap2430: fix the readiness check in omap_musb_mailbox

2012-12-22 Thread Aaro Koskinen
The check in omap_musb_mailbox does not properly check if the module has been fully initialized. The patch fixes that, and the kernel panic below: $ modprobe twl4030-usb [ 13.924743] twl4030_usb twl4030-usb.33: HW_CONDITIONS 0xe0/224; link 3 [ 13.940307] Unable to handle kernel NULL pointer de

Re: [PATCH] musb: omap2430: fix the readiness check in omap_musb_mailbox

2012-12-22 Thread Michael Trimarchi
Hi Aaro Koskinen wrote: >The check in omap_musb_mailbox does not properly check if the module >has >been fully initialized. The patch fixes that, and the kernel panic >below: > >$ modprobe twl4030-usb >[ 13.924743] twl4030_usb twl4030-usb.33: HW_CONDITIONS 0xe0/224; link >3 >[ 13.940307] Una