add device id to linux kernel

2016-04-30 Thread 刘磊
dear linuxfoundation: I am liulei come from ZTEMT. We need add some device ID to linux kernel, We need some help from yours. Looking forward to you reply, thanks! Signed-off-by:lei liu --- linux-4.5.2/drivers/usb/serial/option.c 2016-04-30 14:52:30.262955240 +0800 +++ linux-4.5.2-upda

Re: [RFT PATCH 0/3] usb: misc: usb3503: Fix missing device when TFTP booting

2016-04-30 Thread Hans Verkuil
Hi Krzysztof, On 04/29/2016 12:59 PM, Krzysztof Kozlowski wrote: > Hi, > > Patches are independent, please pick up as you wish. > > However all of them are needed to solve the issue, so I am sending > everything together for easier testng. > > > Problem > === > When Odroid U3 (usb3503 + sm

[PATCH v3 2/3] USB: serial: cp210x: Got rid of magic numbers in CRTSCTS flag code.

2016-04-30 Thread Konstantin Shkolnyy
Replaced magic numbers used in the CRTSCTS flag code with symbolic names from the chip specification. Signed-off-by: Konstantin Shkolnyy --- v3: Regenerated the patches correctly against the latest usb-next branch. v2 Improved CRTSCTS fix by feedback. Dropped get_termios error handling fix. dri

[PATCH v3 1/3] USB: serial: cp210x: Fixed RTS mode setting by the CRTSCTS flag.

2016-04-30 Thread Konstantin Shkolnyy
A bug in the CRTSCTS handling caused RTS to alternate between CRTSCTS=0 => "RTS transmits active signal" and CRTSCTS=1 => "RTS receives flow control" instead of CRTSCTS=0 => "RTS is statically active" and CRTSCTS=1 => "RTS receives flow control" This only happened after first having enabled CRTSCTS

[PATCH v3 3/3] USB: serial: cp210x: Cleaned up CRTSCTS flag code.

2016-04-30 Thread Konstantin Shkolnyy
The CRTSCTS flag code cleared (and inconsistently) bits unrelated to CRTSCTS functionality. It was also harder than necessary to read. Signed-off-by: Konstantin Shkolnyy --- v3: Regenerated the patches correctly against the latest usb-next branch. v2 Improved CRTSCTS fix by feedback. Dropped get_

[PATCH v2] usb: renesas_usbhs: fix signed-unsigned return

2016-04-30 Thread Sudip Mukherjee
The return type of usbhsp_setup_pipecfg() was u16 but it was returning a negative value (-EINVAL). Lets have an additional argument which will have pipecfg and just return the status (success or error) as the return from the function. Signed-off-by: Sudip Mukherjee --- v2: added pipecfg as an ar

Re: [PATCH 00/10] Get MUSB PM runtime working again

2016-04-30 Thread Ivaylo Dimitrov
Hi On 28.04.2016 20:33, Tony Lindgren wrote: Hi all, Here's a series of fixes to get MUSB PM runtime working again. I can now test PM runtime with the 2430 glue layer with this set, so adding PM runtime support for other glue layers should be possible. Regards, Tony Unfortunately that ma