Re: [PATCH] usb: Fixed a few typos in comments

2014-11-22 Thread Peter Chen
On Sat, Nov 22, 2014 at 01:14:51AM +0800, Mickael Maison wrote: > Fixed typos in comments of 2 drivers/usb/chipidea files > > Signed-off-by: Mickael Maison > --- > drivers/usb/chipidea/core.c| 2 +- > drivers/usb/chipidea/otg_fsm.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-)

Re: [PATCH V2 3/5] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-22 Thread Dmitry Eremin-Solenikov
2014-11-22 20:49 GMT+03:00 Robert Jarzmik : > Dmitry Eremin-Solenikov writes: > >> Hello, >> >> 2014-11-22 20:18 GMT+03:00 Robert Jarzmik : >>> Dmitry Eremin-Solenikov writes: >>> 2014-11-22 16:56 GMT+03:00 Robert Jarzmik : > Robert Jarzmik writes: >> Okay, now my ADSL line is repai

Re: [PATCH V2 3/5] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-22 Thread Robert Jarzmik
Dmitry Eremin-Solenikov writes: > Hello, > > 2014-11-22 20:18 GMT+03:00 Robert Jarzmik : >> Dmitry Eremin-Solenikov writes: >> >>> 2014-11-22 16:56 GMT+03:00 Robert Jarzmik : Robert Jarzmik writes: > Okay, now my ADSL line is repaired, thank you Mr farmer "I drive a > tractor but

Re: [PATCH V2 3/5] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-22 Thread Dmitry Eremin-Solenikov
Hello, 2014-11-22 20:18 GMT+03:00 Robert Jarzmik : > Dmitry Eremin-Solenikov writes: > >> 2014-11-22 16:56 GMT+03:00 Robert Jarzmik : >>> Robert Jarzmik writes: Okay, now my ADSL line is repaired, thank you Mr farmer "I drive a tractor but I don't care about telephone posts", I'l

Re: [PATCH V2 3/5] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-22 Thread Robert Jarzmik
Dmitry Eremin-Solenikov writes: > 2014-11-22 16:56 GMT+03:00 Robert Jarzmik : >> Robert Jarzmik writes: >>> Okay, now my ADSL line is repaired, thank you Mr farmer "I drive a tractor >>> but I >>> don't care about telephone posts", I'll fetch your changes and make a >>> test. Let's say I schedu

Re: [PATCH] HID: usbhid: get/put around clearing needs_remote_wakeup

2014-11-22 Thread Alan Stern
On Sat, 22 Nov 2014, Alan Stern wrote: > There is no USB wrapper for pm_runtime_idle calls, but one could be > added. Still, in the meantime can you check to see what happens if you > add > > pm_runtime_idle(&usbhid->intf->dev); > > in usbhid_close() just after needs_remote_wakeup is set

Re: [PATCH] HID: usbhid: get/put around clearing needs_remote_wakeup

2014-11-22 Thread Alan Stern
On Fri, 21 Nov 2014, Benson Leung wrote: > Sorry for the delay in my response. I did some more checking of my > particular failure, and my commit message is incorrect. The > usb_kill_urb is actually not the cause of this problem. It does not > result in autosuspend_check() itself, and is only serv

Re: [PATCH V2 3/5] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-22 Thread Dmitry Eremin-Solenikov
2014-11-22 16:56 GMT+03:00 Robert Jarzmik : > Robert Jarzmik writes: >> Okay, now my ADSL line is repaired, thank you Mr farmer "I drive a tractor >> but I >> don't care about telephone posts", I'll fetch your changes and make a >> test. Let's say I schedule this for saturday. > > Removed people

Re: [PATCHv3 0/4] xhci fixes for 3.18-rc

2014-11-22 Thread Greg KH
On Tue, Nov 18, 2014 at 11:27:10AM +0200, Mathias Nyman wrote: > Hi Greg > > third try > v3: fix code comment to be in line with what the code does > v2: correcting a wrong fixes commit ID, and missing stable version > > These patches for usb-linus solve two xhci issues, fixing xhci halted endpoi

Re: [GIT PULL] USB-serial fixes for v3.18-rc6

2014-11-22 Thread Greg Kroah-Hartman
On Fri, Nov 21, 2014 at 10:19:43AM +0100, Johan Hovold wrote: > Hi Greg, > > Here are three bug fixes and some new device ids for 3.18-rc6. All have > been in linux-next. > > Thanks, > Johan > > > The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108: > > Linux 3.18-rc

Re: [PATCH 00/11] Exynos7: Adding USB 3.0 support

2014-11-22 Thread Kukjin Kim
On 11/22/14 17:40, Kishon Vijay Abraham I wrote: > > On Friday 21 November 2014 08:41 PM, Felipe Balbi wrote: >> On Fri, Nov 21, 2014 at 07:05:43PM +0530, Vivek Gautam wrote: >>> The series has dependency on >>> a) "[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC" >>>http://www.spinics.n

[PATCH] usb: dwc3: return error code from the most recent call

2014-11-22 Thread Julia Lawall
From: Julia Lawall Copy-paste error from the previous block of error handling code. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,e1; @@ if (IS_ERR(e)) { ... ( ret = PTR_ERR(e); | * ret = PTR_ERR(e1); )

Re: [PATCH V2 3/5] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-22 Thread Robert Jarzmik
Robert Jarzmik writes: > Okay, now my ADSL line is repaired, thank you Mr farmer "I drive a tractor > but I > don't care about telephone posts", I'll fetch your changes and make a > test. Let's say I schedule this for saturday. Removed people from the list for the tests aspect. Well, my lubbock

Re: [PATCH 09/11] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam wrote: > BUS1 pinctrl provides gpios for usb and power regulator > available on exynos7-espresso board. So add relevant device > node for pinctrl-bus1. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Vivek Gautam > --- > arch/arm64/

Re: [PATCH 01/11] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam wrote: > USB and Power regulator on Exynos7 require gpios available > in BUS1 pin controller block. > So adding the BUS1 pinctrl support. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Vivek Gautam > Cc: Linus Walleij > --- > driv

Re: [PATCH 00/11] Exynos7: Adding USB 3.0 support

2014-11-22 Thread Kishon Vijay Abraham I
On Friday 21 November 2014 08:41 PM, Felipe Balbi wrote: > On Fri, Nov 21, 2014 at 07:05:43PM +0530, Vivek Gautam wrote: >> The series has dependency on >> a) "[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC" >>http://www.spinics.net/lists/linux-samsung-soc/msg38734.html >> b) "[GIT PUL