Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries

2014-06-03 Thread Matthias Urlichs
Hi, Matthias Urlichs: > Fine by me. or, in other words: Signed-Off-By: Matthias Urlichs -- -- Matthias Urlichs signature.asc Description: Digital signature

Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries

2014-06-02 Thread Matthias Urlichs
Hi, Johan Hovold: > > > -USB OPTION-CARD DRIVER > > > -M: Matthias Urlichs > > > -L: linux-usb@vger.kernel.org > > > -S: Maintained > > > -F: drivers/usb/serial/option.c > > > > Why are we taking away the

PATCH: Sane memory allocation in option driver

2008-02-01 Thread Matthias Urlichs
The option driver - violates DMA coherency rules - allocates ~16500 bytes in one chunk This patch splits out the buffers and uses __get_free_page() to avoid higher order allocations. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Acked-By: Matthias Urlichs <[EMAIL PROTECTED]> ---