[PATCH 24/29] arm: mmp: add extern chip support for ttc_dkb

2012-11-22 Thread Chao Xie
From: Chao Xie Signed-off-by: Chao Xie --- arch/arm/mach-mmp/ttc_dkb.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index 0962791..eb34608 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_

[PATCH 25/29] usb: gadget: mv_udc: add device tree support

2012-11-22 Thread Chao Xie
From: Chao Xie Signed-off-by: Chao Xie --- drivers/usb/gadget/mv_udc.h |5 +- drivers/usb/gadget/mv_udc_core.c | 105 ++ 2 files changed, 85 insertions(+), 25 deletions(-) diff --git a/drivers/usb/gadget/mv_udc.h b/drivers/usb/gadget/mv_udc.h index

[PATCH 26/29] usb: otg: mv_otg: add device tree support

2012-11-22 Thread Chao Xie
From: Chao Xie Signed-off-by: Chao Xie --- drivers/usb/otg/mv_otg.c | 127 + drivers/usb/otg/mv_otg.h |6 +- 2 files changed, 107 insertions(+), 26 deletions(-) diff --git a/drivers/usb/otg/mv_otg.c b/drivers/usb/otg/mv_otg.c index bd6369c..8870

[PATCH 27/29] usb: ehci: ehci-mv: add device tree support

2012-11-22 Thread Chao Xie
From: Chao Xie Signed-off-by: Chao Xie --- drivers/usb/host/ehci-mv.c | 104 +--- 1 files changed, 79 insertions(+), 25 deletions(-) diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index 171e145..0e99dac 100644 --- a/drivers/usb/hos

[PATCH] USB: add support to novatec wireless mouse

2012-11-22 Thread Marco Biscaro
This patch adds support to Novatec wireless mouse (device ID 0603:1602). Fixes bug https://bugzilla.kernel.org/show_bug.cgi?id=47031 Signed-off-by: Marco Biscaro --- diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 9d7a428..b40632e 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/

Re: [PATCH] USB: add support to novatec wireless mouse

2012-11-22 Thread Jiri Kosina
On Thu, 22 Nov 2012, Marco Biscaro wrote: > This patch adds support to Novatec wireless mouse (device ID 0603:1602). > Fixes bug https://bugzilla.kernel.org/show_bug.cgi?id=47031 > > Signed-off-by: Marco Biscaro I am taking this one, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from thi

Re: [PATCH 2/2] input: usb: hid: Add quirk for Freescale i.MX28 ROM recovery

2012-11-22 Thread Jiri Kosina
On Wed, 21 Nov 2012, Marek Vasut wrote: > > > > diff --git a/drivers/hid/usbhid/hid-quirks.c > > > > b/drivers/hid/usbhid/hid-quirks.c index 903eef3..6a09570 100644 > > > > --- a/drivers/hid/usbhid/hid-quirks.c > > > > +++ b/drivers/hid/usbhid/hid-quirks.c > > > > @@ -101,6 +101,7 @@ static const

Re: [PATCH 16/16] ARM: OMAP: omap4panda: Power down the USB PHY and ETH when not in use

2012-11-22 Thread Felipe Balbi
Hi, On Thu, Nov 22, 2012 at 12:36:43PM -0500, Alan Stern wrote: > On Thu, 22 Nov 2012, Felipe Balbi wrote: > > > > If you mean change the regulator managing code from living in > > > omap-hsusb to ehci-hcd, it sounds like a good idea. > > > > I mean that drivers/usb/core/hub.c should manage it,

Re: [PATCH 2/2] input: usb: hid: Add quirk for Freescale i.MX28 ROM recovery

2012-11-22 Thread Marek Vasut
Dear Jiri Kosina, > On Wed, 21 Nov 2012, Marek Vasut wrote: > > > > > diff --git a/drivers/hid/usbhid/hid-quirks.c > > > > > b/drivers/hid/usbhid/hid-quirks.c index 903eef3..6a09570 100644 > > > > > --- a/drivers/hid/usbhid/hid-quirks.c > > > > > +++ b/drivers/hid/usbhid/hid-quirks.c > > > > > @@

Re: [PATCH 16/16] ARM: OMAP: omap4panda: Power down the USB PHY and ETH when not in use

2012-11-22 Thread Andy Green
On 11/23/12 01:36, the mail apparently from Alan Stern included: On Thu, 22 Nov 2012, Felipe Balbi wrote: Hi - If you mean change the regulator managing code from living in omap-hsusb to ehci-hcd, it sounds like a good idea. I mean that drivers/usb/core/hub.c should manage it, since that's

Mouse and keyboard freeze Ivy-bridge

2012-11-22 Thread Chris Holland
https://bugzilla.kernel.org/show_bug.cgi?id=50821 Summary: Mouse and keyboard freeze Ivy-bridge I have been having the problem of the mouse and keyboard freezing since upgrading my system in May 2012 GIGABYTE GA-Z77X-UD5H LGA 1155 Intel Z77 HDMI SATA Intel Core i5-3550 Ivy Bridge Mouse and key

Re: [PATCH 16/16] ARM: OMAP: omap4panda: Power down the USB PHY and ETH when not in use

2012-11-22 Thread Alan Stern
On Thu, 22 Nov 2012, Felipe Balbi wrote: > > The latter, more or less. For example, maybe we can tell usbcore > > somehow that regulator X is in control of a device attached to host > > controller Y (not sure how we would express X and Y though). Then when > > usb_add_hcd() sees that the host co

Re: [PATCH v8 2/2] usb: s3c-hsotg: Adding phy driver support

2012-11-22 Thread Praveen Paneri
On Thu, Nov 22, 2012 at 1:41 AM, Tomasz Figa wrote: > Hi Praveen, > > On Wednesday 14 of November 2012 15:57:16 Praveen Paneri wrote: >> Adding the transceiver to hsotg driver. Keeping the platform data >> for continuing the smooth operation for boards which still uses it >> >> Signed-off-by: Prav

Re: [PATCH v8 1/2] usb: phy: samsung: Introducing usb phy driver for hsotg

2012-11-22 Thread Praveen Paneri
Hi Tomasz, On Thu, Nov 22, 2012 at 1:36 AM, Tomasz Figa wrote: > Hi Praveen, > > See some minor comments inline. Thanks for your comments > > On Wednesday 14 of November 2012 15:57:15 Praveen Paneri wrote: >> This driver uses usb_phy interface to interact with s3c-hsotg. Supports >> phy_init and

Re: [PATCH v3 3/7] usb: chipidea: usbmisc: fix a potential race condition

2012-11-22 Thread Peter Chen
On Wed, Nov 21, 2012 at 03:06:29PM +0100, Michael Grzeschik wrote: > From: Marc Kleine-Budde > > This fixes a potential race condition where the ci13xxx_imx glue code > could be fast enough to call one of the usbmisc_ops before he got a > valid value on the static usbmisc pointer. To fix that we

[BUGFIX PATCH] USB: chipidea: fix use after free bug

2012-11-22 Thread Lothar Waßmann
The pointer to a platform_device struct must not be dereferenced after the device has been unregistered. This bug produces a crash when unloading the ci13xxx kernel module compiled with CONFIG_PAGE_POISONING enabled. Signed-off-by: Lothar Waßmann --- drivers/usb/chipidea/core.c |3 ++- 1 fi

[PATCH] USB: chipidea: promote error code from ci_role_start() start instead of returning -ENODEV

2012-11-22 Thread Lothar Waßmann
Signed-off-by: Lothar Waßmann --- drivers/usb/chipidea/core.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index b726c49..bd6e7a4 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@

Re: [PATCH v3 5/7] usb: chipidea: usbmisc: add support for ahb, ipg and per clock

2012-11-22 Thread Peter Chen
On Wed, Nov 21, 2012 at 03:06:31PM +0100, Michael Grzeschik wrote: > From: Marc Kleine-Budde > > This patch adds support for a second and third clock to the usbmisc driver. On > modern freescale ARM cores like the imx51, imx53 and imx6q three clocks > ("ahb", > "ipg" and "per") must be enabled i

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-22 Thread Peter Chen
On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > This adds mx53 as the next user of the usbmisc driver and makes it > possible to disable the overcurrent-detection of the internal phy. > > Signed-off-by: Michael Grzeschik > Signed-off-by: Marc Kleine-Budde > --- > Changes sin

Re: [PATCH v3 7/7] usb: chipidea: usbmisc: add post handling and errata fix for mx25

2012-11-22 Thread Peter Chen
On Wed, Nov 21, 2012 at 03:06:33PM +0100, Michael Grzeschik wrote: > This adds a post handling routine which is called after > ci13xxx_add_device was called. The first user is the mx25, which has to > disable the external-vbus-divider after the ude has started. udc has started? > > > +static int

Re: [PATCH] USB: chipidea: promote error code from ci_role_start() start instead of returning -ENODEV

2012-11-22 Thread Peter Chen
On Thu, Nov 22, 2012 at 10:11:31AM +0100, Lothar Waßmann wrote: > > Signed-off-by: Lothar Waßmann > --- > drivers/usb/chipidea/core.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c > index b726c49..bd6e7a

Re: [PATCH v3 3/7] usb: chipidea: usbmisc: fix a potential race condition

2012-11-22 Thread Sascha Hauer
On Fri, Nov 23, 2012 at 01:36:36PM +0800, Peter Chen wrote: > On Wed, Nov 21, 2012 at 03:06:29PM +0100, Michael Grzeschik wrote: > > From: Marc Kleine-Budde > > > > This fixes a potential race condition where the ci13xxx_imx glue code > > could be fast enough to call one of the usbmisc_ops before

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-22 Thread Sascha Hauer
On Fri, Nov 23, 2012 at 02:53:41PM +0800, Peter Chen wrote: > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > > This adds mx53 as the next user of the usbmisc driver and makes it > > possible to disable the overcurrent-detection of the internal phy. > > > > Signed-off-by: Mich

<    1   2