[PATCH 2/2] usb: chipidea: usbmisc: Add support for i.MX51 CPU

2013-11-09 Thread Alexander Shiyan
This adds i.MX51 as the next user of the usbmisc driver. Since the functional is similar i.MX53, we just rename the definitions and add an alias for the new CPU. Signed-off-by: Alexander Shiyan --- drivers/usb/chipidea/usbmisc_imx.c | 40 +- 1 file changed, 22

[PATCH 1/2] usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUs

2013-11-09 Thread Alexander Shiyan
This adds i.MX27 and i.MX31 as the next user of the usbmisc driver. Signed-off-by: Alexander Shiyan --- drivers/usb/chipidea/usbmisc_imx.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/drivers/usb/chipidea/usbmisc_imx.c b/drivers/usb/chipidea/usbmis

(no subject)

2013-11-09 Thread Carolina Andrea Puentes Arriagada
Helló, van szüksége sürgős kölcsön néhány korai karácsonyi és hálaadás vásárlás a barátod, és szeretett egy, akkor is, azért vagyunk itt, hogy segítsen ki, a Jennifer pénzügyi cég is ad ki hitelt, a kamat, ami olyan alacsony, mint 3 százalék, így üzlet elején és a lehető legjobb ajándék a famil

Re: huawei_cdc_ncm driver

2013-11-09 Thread Thomas Schäfer
> > > > The second device with problems is Huawei E3276 (Speedstick LTE III, > > Telekom, no Hilink, but ipv6-cabable version) This device worked before > > with SLAAC, now with -next-20131107 it doesn't. > Ouch. I noticed after submitting this driver that it probably has some > flawed logic wr

Re: Native resolution of a webcam from the lsusb -v output

2013-11-09 Thread Gene Heskett
On Saturday 09 November 2013 11:48:14 Greg KH did opine: > On Sat, Nov 09, 2013 at 11:06:56AM -0500, Gene Heskett wrote: > > So, in the interests of maintaining a square pixel, and a 1/1 pixel to > > pixel ratio so as not to throw away usable resolution by blending or > > interpolation effects in

Re: Native resolution of a webcam from the lsusb -v output

2013-11-09 Thread Greg KH
On Sat, Nov 09, 2013 at 11:06:56AM -0500, Gene Heskett wrote: > So, in the interests of maintaining a square pixel, and a 1/1 pixel to > pixel ratio so as not to throw away usable resolution by blending or > interpolation effects in the camera, is there a returned value in the lsusb > -v or -vv

Native resolution of a webcam from the lsusb -v output

2013-11-09 Thread Gene Heskett
Greetings; I am setting up a machine vision system, where the camera output is cropped to the point of a pixel in the camera is 20+ on the computer screen since we want .001" or .01mm accuracy in the final image presented to the machine operator. Imagine if you will, a 2304xwhatever camera tha

Re: [PATCH 10/12] usb: r8a66597-hcd: Convert to clk_prepare/unprepare

2013-11-09 Thread Greg Kroah-Hartman
On Sat, Nov 09, 2013 at 03:12:05PM +0100, Laurent Pinchart wrote: > Hi Greg, > > On Tuesday 29 October 2013 18:47:26 Shimoda, Yoshihiro wrote: > > Hi Laurent-san, > > > > (2013/10/29 7:49), Laurent Pinchart wrote: > > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > > >

Re: [PATCH 10/12] usb: r8a66597-hcd: Convert to clk_prepare/unprepare

2013-11-09 Thread Laurent Pinchart
Hi Greg, On Tuesday 29 October 2013 18:47:26 Shimoda, Yoshihiro wrote: > Hi Laurent-san, > > (2013/10/29 7:49), Laurent Pinchart wrote: > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > > clk_disable_unprepare() to get ready for the migration to the common > > clock fr

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-09 Thread Laurent Pinchart
Hi Felipe, On Tuesday 29 October 2013 18:47:19 Shimoda, Yoshihiro wrote: > Hi Laurent-san, > > (2013/10/29 7:49), Laurent Pinchart wrote: > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > > clk_disable_unprepare() to get ready for the migration to the common > > clock

Re: [PATCHv2] USB: serial: option: blacklist intf1 for Huawei E173s-6

2013-11-09 Thread Johan Hovold
On Fri, Nov 08, 2013 at 08:44:35AM +0100, Bjørn Mork wrote: > Johan Hovold writes: > > > Bjørn, do you want any more info for the commit message (e.g. interface > > layout)? > > I believe it's nice to document the layout of complex composite devices > if known, but if not then I don't see any ne

Re: [PATCH] USB: spcp8x5: correct handling of CS5 setting

2013-11-09 Thread Johan Hovold
On Fri, Nov 08, 2013 at 10:53:11PM +0100, Colin Leitner wrote: > This patch removes an erroneous check of CSIZE, which made it impossible to > set > CS5. > > Compiles clean, but couldn't test against hardware. > > Signed-off-by: Colin Leitner Cc: sta...@vger.kernel.org Signed-off-by: Johan Hov

Re: [PATCH] USB: mos7840: correct handling of CS5 setting

2013-11-09 Thread Johan Hovold
On Fri, Nov 08, 2013 at 10:52:34PM +0100, Colin Leitner wrote: > This patch removes an erroneous check of CSIZE, which made it impossible to > set > CS5. > > Compiles clean, but couldn't test against hardware. The patch is obviously correct, but I've verified that CS5 actually works using a MCS7

[PATCH 1/2] USB: serial: fix race in generic write

2013-11-09 Thread Johan Hovold
Fix race in generic write implementation, which could lead to temporarily degraded throughput. The current generic write implementation introduced by commit 27c7acf22047 ("USB: serial: reimplement generic fifo-based writes") has always had this bug, although it's fairly hard to trigger and the con

[PATCH 2/2] USB: serial: fix write memory-allocation flag

2013-11-09 Thread Johan Hovold
Fix regression introduced by commit 818f60365a29 ("USB: serial: add memory flags to usb_serial_generic_write_start"), which incorrectly used GFP_KERNEL in write(), which must not not sleep. Reported-by: Dave Jones Tested-by: Dave Jones Cc: Dave Jones Signed-off-by: Johan Hovold --- drivers/us

[PATCH 0/2] USB: serial: fixes for v3.13-rc2

2013-11-09 Thread Johan Hovold
Here are two bug fixes for v3.13. The first one fixes a long-standing, non-critical, race in the generic write implementation. The second fixes a recent regression due to the wrong memory allocation flag being used in write(), something which for example triggers a BUG (sleep in invalid context) wh