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(-)
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
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
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
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
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
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
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
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
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
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
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);
)
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
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/
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
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
16 matches
Mail list logo