index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: pl2303: add two comments concerning the supported baud rates with HX chips
Frank Schäfer
2013-08-12
1
-0
/
+12
*
usb: pl2303: also use the divisor based baud rate encoding method for baud ra...
Frank Schäfer
2013-08-12
1
-1
/
+1
*
usb: pl2303: increase the allowed baud rate range for the divisor based encod...
Frank Schäfer
2013-08-12
1
-4
/
+12
*
usb: pl2303: move the two baud rate encoding methods to separate functions
Frank Schäfer
2013-08-12
1
-101
/
+114
*
usb: pl2303: remove 500000 baud from the list of standard baud rates
Frank Schäfer
2013-08-12
1
-2
/
+2
*
usb: pl2303: do not round to the next nearest standard baud rate for the divi...
Frank Schäfer
2013-08-12
1
-28
/
+37
*
usb: pl2303: fix+improve the divsor based baud rate encoding method
Frank Schäfer
2013-08-12
1
-10
/
+52
*
USB: serial: move the "simple" drivers into usb-serial-simple.c
Greg Kroah-Hartman
2013-08-12
11
-422
/
+129
*
Merge 3.11-rc4 into usb-next
Greg Kroah-Hartman
2013-08-05
6
-71
/
+193
|
\
|
*
USB: serial: ftdi_sio: add more RT Systems ftdi devices
Rick Farina (Zero_Chaos)
2013-07-29
2
-8
/
+57
|
*
USB: mos7840: fix pointer casts
Johan Hovold
2013-07-28
1
-3
/
+3
|
*
USB: mos7840: fix race in led handling
Johan Hovold
2013-07-26
1
-22
/
+37
|
*
USB: mos7840: fix device-type detection
Johan Hovold
2013-07-26
1
-40
/
+35
|
*
USB: mos7840: fix race in register handling
Johan Hovold
2013-07-26
1
-2
/
+16
|
*
USB: serial: add driver for Suunto ANT+ USB device
Greg Kroah-Hartman
2013-07-26
3
-0
/
+49
*
|
USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...
Frank Schäfer
2013-07-31
1
-1
/
+5
*
|
USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chips
Frank Schäfer
2013-07-29
1
-1
/
+1
*
|
Merge 3.11-rc3 into usb-next
Greg Kroah-Hartman
2013-07-29
4
-19
/
+35
|
\
\
|
|
/
|
*
USB: mos7840: fix memory leak in open
Johan Hovold
2013-07-25
1
-8
/
+17
|
*
usb: serial: option.c: remove ONDA MT825UP product ID fromdriver
Enrico Mioso
2013-07-25
1
-7
/
+0
|
*
usb: serial: option: add Olivetti Olicard 200
Dan Williams
2013-07-25
1
-0
/
+2
|
*
usb: serial: option: blacklist ONDA MT689DC QMI interface
Enrico Mioso
2013-07-25
1
-1
/
+2
|
*
usb: serial: option: Add ONYX 3G device support
Enrico Mioso
2013-07-24
1
-0
/
+1
|
*
USB: ti_usb_3410_5052: fix dynamic-id matching
Johan Hovold
2013-07-24
1
-1
/
+1
|
*
usb: option: add TP-LINK MA260
Bjørn Mork
2013-07-23
1
-0
/
+2
|
*
USB: option: add D-Link DWM-152/C1 and DWM-156/C1
Alexandr \"Sky\" Ivanov
2013-07-23
1
-0
/
+2
|
*
USB: cp210x: add MMB and PI ZigBee USB Device Support
Sami Rahman
2013-07-22
1
-0
/
+2
|
*
usb: cp210x support SEL C662 Vendor/Device
Barry Grussling
2013-07-22
1
-0
/
+1
|
*
USB: option: append Petatel NP10T device to GSM modems list
Daniil Bolsun
2013-07-22
1
-2
/
+4
|
*
usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapter
Luiz Angelo Daros de Luca
2013-07-22
1
-0
/
+1
*
|
USB: ti_usb_3410_5052: remove vendor/product module parameters
Johan Hovold
2013-07-23
1
-65
/
+7
*
|
USB: ti_usb_3410_5052: remove unused wait queue
Johan Hovold
2013-07-23
1
-7
/
+0
*
|
USB: ti_usb_3410_5052: kill private fifo
Johan Hovold
2013-07-23
1
-14
/
+6
*
|
USB: safe_serial: remove vendor/product module parameters
Johan Hovold
2013-07-23
1
-37
/
+14
*
|
USB: mos7840: remove broken chase implementation
Johan Hovold
2013-07-23
1
-48
/
+0
*
|
USB: io_ti: move port initialisation to probe
Johan Hovold
2013-07-23
1
-20
/
+26
*
|
USB: io_ti: kill private fifo
Johan Hovold
2013-07-23
1
-17
/
+5
*
|
USB: io_edgeport: remove unused defines
Johan Hovold
2013-07-23
1
-2
/
+0
*
|
USB: ftdi_sio: remove unused defines
Johan Hovold
2013-07-23
1
-7
/
+0
*
|
USB: ftdi_sio: remove vendor/product module parameters
Johan Hovold
2013-07-23
1
-33
/
+3
*
|
USB: ftdi_sio: remove redundant raise of DTR/RTS at open
Johan Hovold
2013-07-23
1
-1
/
+1
*
|
USB: ftdi_sio: clean up device initialisation
Johan Hovold
2013-07-23
1
-5
/
+2
*
|
USB: oti6858: do not call set_termios with uninitialised data
Johan Hovold
2013-07-23
1
-2
/
+1
*
|
USB: pl2303: remove debugging noise
Johan Hovold
2013-07-23
1
-1
/
+3
*
|
USB: pl2303: clean up set_termios
Johan Hovold
2013-07-23
1
-21
/
+18
*
|
USB: pl2303: clean up baud-rate handling
Johan Hovold
2013-07-23
1
-49
/
+41
*
|
USB: pl2303: refactor baud-rate handling
Johan Hovold
2013-07-23
1
-58
/
+69
*
|
USB: console: remove unnecessary operations test
Johan Hovold
2013-07-23
1
-15
/
+3
*
|
USB: console: use dev_dbg
Johan Hovold
2013-07-23
1
-4
/
+5
*
|
USB: serial: set drain delay at port probe
Johan Hovold
2013-07-23
7
-10
/
+15
[next]