Re: musb: Panic on unplug on AM3505

2013-12-31 Thread Omar
Jan Lübbe writes: > > Hi! > > I'm using an AM3505 based board with MUSB in host mode. Accessing a > storage device works fine until I unplug it. Then I get a kernel panic: > Best regards, > Jan > Hi Jan, May I ask if you have found the solution to Kernel panic please? Many thanks, Omar --

[PATCH] USB: chipidea: add guard macro to ci_hdrc_imx.h

2013-12-31 Thread Rahul Bedarkar
Add guard macro to driver/usb/chipidea/ci_hdrc_imx.h Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/ci_hdrc_imx.h | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/chipidea/ci_hdrc_imx.h b/drivers/usb/chipidea/ci_hdrc_imx.h index c727159..996ec93 100644 --- a/drivers/

[PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- drivers/usb/chipidea/core.c| 4 ++-- drivers/usb/chipidea/udc.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/chipidea/ci_hdrc_pci.c b/drivers/usb/chipidea/ci_hdrc

Re: 3.13 mainline, USB 2.0 support is broken on intel z77 chipset's motherboard

2013-12-31 Thread Alan Stern
On Tue, 31 Dec 2013, Vi0L0 wrote: > I've found that problem touches also 3.13 rc6 and that removing "threadirqs" > kernel option is making USB 2.0 ports fully functional again. > > I believe that this problem is much more general and touching many PCs with > intel (maybe also non-intel) chipse

Re: [PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Randy Dunlap
On 12/31/13 08:57, Rahul Bedarkar wrote: > > Signed-off-by: Rahul Bedarkar > --- > drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- > drivers/usb/chipidea/core.c| 4 ++-- > drivers/usb/chipidea/udc.c | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers

[PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/core/buffer.c | 2 +- drivers/usb/core/devio.c| 2 +- drivers/usb/core/hcd.c | 2 +- drivers/usb/core/hub.c | 6 +++--- drivers/usb/core/hub.h | 2 +- drivers/usb/core/message.c | 4 ++-- drivers/usb/core/sysfs.c| 2 +- driv

Re: [PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Randy Dunlap
On 12/31/13 10:14, Rahul Bedarkar wrote: > > Signed-off-by: Rahul Bedarkar > --- > drivers/usb/core/buffer.c | 2 +- > drivers/usb/core/devio.c| 2 +- > drivers/usb/core/hcd.c | 2 +- > drivers/usb/core/hub.c | 6 +++--- > drivers/usb/core/hub.h | 2 +- > drivers/usb/core/me

Re: [PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Sergei Shtylyov
Hello. On 12/31/2013 09:30 PM, Randy Dunlap wrote: Signed-off-by: Rahul Bedarkar --- drivers/usb/core/buffer.c | 2 +- drivers/usb/core/devio.c| 2 +- drivers/usb/core/hcd.c | 2 +- drivers/usb/core/hub.c | 6 +++--- drivers/usb/core/hub.h | 2 +- drivers/usb/core/m

Re: [PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Randy Dunlap
On 12/31/13 12:27, Sergei Shtylyov wrote: > Hello. > > On 12/31/2013 09:30 PM, Randy Dunlap wrote: > >>> Signed-off-by: Rahul Bedarkar >>> --- >>> drivers/usb/core/buffer.c | 2 +- >>> drivers/usb/core/devio.c| 2 +- >>> drivers/usb/core/hcd.c | 2 +- >>> drivers/usb/core/hub.c

Re: [PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Alan Stern
On Tue, 31 Dec 2013, Randy Dunlap wrote: > >>> @@ -3334,7 +3334,7 @@ static int hub_suspend(struct usb_interface *intf, > >>> pm_message_t msg) > >>> > >>> udev = hub->ports[port1 - 1]->child; > >>> if (udev && udev->can_submit) { > >>> -dev_warn(&intf->dev, "port

Re: [PATCH] usbnet: mcs7830: rework link state detection

2013-12-31 Thread David Miller
From: Octavian Purdila Date: Mon, 23 Dec 2013 19:06:31 +0200 > Even with the quirks in commit dabdaf0c (mcs7830: Fix link state > detection) there are still spurious link-down events for some chips > where the false link-down events count go over a few hundreds. > > This patch takes a more conse

USB HID devices communicating with each other warning

2013-12-31 Thread Joe M
Hello, I am developing a USB HID device (simple keyboard). I want to have 2 different such keyboards connected to the same computer to share the shift, control, alt or any such modifier key. So, I do not have to have the same modifier key on the different keyboards connected to the same computer.

Re: USB HID devices communicating with each other warning

2013-12-31 Thread Greg KH
On Tue, Dec 31, 2013 at 05:56:48PM -0600, Joe M wrote: > Hello, > > I am developing a USB HID device (simple keyboard). I want to have 2 > different such keyboards connected to the same computer to share the > shift, control, alt or any such modifier key. So, I do not have to > have the same modif

Re: [PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
On Tue, Dec 31, 2013 at 11:23 PM, Randy Dunlap wrote: > On 12/31/13 08:57, Rahul Bedarkar wrote: >> >> Signed-off-by: Rahul Bedarkar >> --- >> drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- >> drivers/usb/chipidea/core.c| 4 ++-- >> drivers/usb/chipidea/udc.c | 4 ++-- >> 3 files cha

Re: [PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
On Tue, Dec 31, 2013 at 10:27 PM, Rahul Bedarkar wrote: > > Signed-off-by: Rahul Bedarkar > --- > drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- > drivers/usb/chipidea/core.c| 4 ++-- > drivers/usb/chipidea/udc.c | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) > > diff -

Re: [PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Rahul Bedarkar
On Wed, Jan 1, 2014 at 2:37 AM, Alan Stern wrote: > On Tue, 31 Dec 2013, Randy Dunlap wrote: > >> >>> @@ -3334,7 +3334,7 @@ static int hub_suspend(struct usb_interface *intf, >> >>> pm_message_t msg) >> >>> >> >>> udev = hub->ports[port1 - 1]->child; >> >>> if (udev && udev->c

[PATCH v1] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Rahul Bedarkar
Changed warning string to "port %d not suspended yet" Signed-off-by: Rahul Bedarkar --- drivers/usb/core/buffer.c | 2 +- drivers/usb/core/devio.c| 2 +- drivers/usb/core/hcd.c | 2 +- drivers/usb/core/hub.c | 7 --- drivers/usb/core/hub.h | 2 +- drivers/usb/core/messag

[PATCH v1] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
Changes are as follows: 1. Reverted drivers/usb/chipidea/ci_hdrc_pci.c as zeroes and zeros either are acceptable 2. drivers/usb/chipidea/udc.c - transation => transaction Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/core.c | 4 ++-- drivers/usb/chipidea/udc.c | 4 ++-- 2 files change