Sorry for the delay, I have been distracted by a number of things.
On Monday 24 of September 2012 15:10:36 Sarah Sharp wrote:
> On Tue, Sep 25, 2012 at 12:09:06AM +0200, Rafael J. Wysocki wrote:
> > On Monday, September 24, 2012, Alan Stern wrote:
> > > On Mon, 24 Sep 2012, Rafael J. Wysocki wrote
On Thursday 11 October 2012 20:39:18 Ming Lei wrote:
> Hi,
>
> This patch set introduces 3 helpers for handling usb read, write
> and write_async command, and replaces the low level's implemention
> with the generic ones.
>
> This patchset is a cleanup and about 300 lines code can be saved.
>
>
On Wednesday, October 10, 2012 7:43 PM Vivek Gautam wrote
>
> Adding the transceiver to ohci driver. Keeping the platform data
> for continuing the smooth operation for boards which still uses it
>
> Signed-off-by: Vivek Gautam
It looks good. I have tested this patch with Exynos5250.
Acked-by
On Wednesday, October 10, 2012 7:43 PM Vivek Gautam wrote
>
> Adding the transceiver to ehci driver. Keeping the platform data
> for continuing the smooth operation for boards which still uses it
>
> Signed-off-by: Vivek Gautam
It looks good. I have tested this patch with Exynos5250.
Acked-b
If one storage interface exists in the device, memory allocation
with GFP_KERNEL during usb_device_reset() might trigger I/O transfer
on the storage interface itself and cause deadlock because the
'us->dev_mutex' is held in .pre_reset() and the storage interface
can't do I/O transfer when the reset
This patch applies the introduces tsk_memalloc_forbid_io() and
tsk_memalloc_allow_io() to force memory allocation with no I/O
during runtime_resume callback.
Cc: Alan Stern
Cc: Oliver Neukum
Cc: Rafael J. Wysocki
Signed-off-by: Ming Lei
---
drivers/base/power/runtime.c | 13 +
1
This patch introduces PF_MEMALLOC_NOIO on process flag('flags' field of
'struct task_struct'), so that the flag can be set by one task
to avoid doing I/O inside memory allocation in the task's context.
The patch trys to solve one deadlock problem caused by block device,
and the problem can be occu
Hi,
This patch set introduces one process flag and trys to fix one deadlock
problem on block device during runtime resume or usb bus reset.
The 1st one is the change on include/sched.h and mm/page_alloc.c.
The other 2 patches are applied again PM and USB subsystem to demo
how to use the introduc
2012/10/12 Alan Stern :
> On Fri, 12 Oct 2012, Elric Fu wrote:
>
>> > What is error -145 on your platform? Is it -ETIMEDOUT?
>>
>> Yes. -145 means -ETIMEOUT.
>>
>> >
>> >> usb core send a get configuration descriptor request, but the control
>> >> transfer
>> >> will be timeout again.
>> >>
>> >>
hi sarah
> On Sat, Oct 06, 2012 at 12:53:43PM +0800, loody wrote:
>> hi sarah:
>>
>> 2012/10/6 Sarah Sharp :
>> > I see. Is there a particular reason why the current Linux xHCI driver
>> > doesn't meet your needs? Like maybe your host isn't PCI based? I'm
>> > confused as to why you would need t
Hi,
On 10/13/2012 12:20 PM, Henrik Rydberg wrote:
The handling of large output bulk transfers is broken; the same user
page is read over and over again. Fixed with this patch.
Cc: sta...@kernel.org
Acked-by: Peter Stuge
Acked-by: Hans de Goede
Acked-by: Alan Stern
Signed-off-by: Henrik Rydbe
Hi,
On 10/12/2012 05:08 PM, Henrik Rydberg wrote:
Hi Alan,
Instead of introducing a new local variable, why not simply update
uurb->buffer? That's what we do elsewhere in the code.
It seemed fragile, due to these scary lines:
if (is_in && uurb->buffer_length > 0)
a
On Sat, Oct 13, 2012 at 05:35:20PM +0200, Johan Hovold wrote:
> Make sure we do not return USB-internal error codes to userspace.
>
> Signed-off-by: Johan Hovold
> ---
> drivers/usb/serial/ftdi_sio.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/usb/serial
Oliver Neukum writes:
> On Tuesday 04 September 2012 17:32:17 Bjørn Mork wrote:
>> Oliver Neukum writes:
>> > On Tuesday 04 September 2012 15:45:36 Bjørn Mork wrote:
>
>> >> USB_CDC_NOTIFY_NETWORK_CONNECTION and USB_CDC_NOTIFY_SPEED_CHANGE.
>> >> cdc-wdm will just debug print USB_CDC_NOTIFY_NETWO
On Sat, 2012-10-13 at 12:00 -0700, Jonathan Nieder wrote:
> Hi Ben,
>
> Ben Hutchings wrote:
>
> > I'm trying to apply:
> >
> > commit b63f4053cc8aa22a98e3f9a97845afe6c15d0a0d
> [...]
> > to 3.2.y. A simple cherry-pick doesn't compile because the inc_deq()
> > function requires a 3rd argument ('
15 matches
Mail list logo