index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
ark3116: switch to ->get_serial()
Al Viro
1
-30
/
+8
2018-10-13
usb-serial: begin switching to ->[sg]et_serial()
Al Viro
1
-0
/
+20
2018-10-05
USB: serial: cypress_m8: remove set but not used variable 'iflag'
YueHaibing
1
-2
/
+1
2018-10-05
USB: serial: cypress_m8: fix interrupt-out transfer length
Johan Hovold
1
-1
/
+1
2018-10-05
USB: serial: ftdi_sio: add support for FT232R CBUS gpios
Johan Hovold
2
-3
/
+40
2018-10-05
USB: serial: ftdi_sio: fix gpio name collisions
Johan Hovold
1
-5
/
+0
2018-09-26
USB: serial: ftdi_sio: implement GPIO support for FT-X devices
Karoly Pados
2
-2
/
+385
2018-09-24
USB: serial: simple: add Motorola Tetra MTP6550 id
Johan Hovold
1
-1
/
+2
2018-09-24
USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"
Colin Ian King
1
-1
/
+1
2018-09-14
mos7720: bury dead TIOCM... in ->ioctl()
Al Viro
1
-52
/
+0
2018-09-14
USB: serial: option: add two-endpoints device-id flag
Johan Hovold
1
-10
/
+7
2018-09-14
USB: serial: option: improve Quectel EP06 detection
Kristian Evensen
1
-2
/
+16
2018-08-27
USB: serial: ti_usb_3410_5052: fix array underflow in completion handler
Johan Hovold
1
-1
/
+1
2018-08-27
USB: serial: io_ti: fix array underflow in completion handler
Johan Hovold
1
-1
/
+1
2018-08-02
USB: serial: pl2303: add a new device id for ATEN
Movie Song
2
-0
/
+3
2018-07-28
USB: option: add support for DW5821e
Aleksander Morgado
1
-0
/
+4
2018-07-20
Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
18
-159
/
+431
2018-07-20
USB: serial: cp210x: implement GPIO support for CP2102N
Karoly Pados
1
-36
/
+209
2018-07-18
USB: serial: cp210x: improve line-speed handling for CP2104 and CP2105
Johan Hovold
1
-2
/
+7
2018-07-18
USB: serial: cp210x: generalise CP2102N line-speed handling
Johan Hovold
1
-23
/
+27
2018-07-18
USB: serial: cp210x: improve baudrate support for CP2102N
Karoly Pados
1
-5
/
+34
2018-07-18
USB: serial: cp210x: honour device-type maximum line speed
Johan Hovold
1
-3
/
+38
2018-07-18
USB: serial: cp210x: make line-speed quantisation data driven
Johan Hovold
1
-43
/
+56
2018-07-16
USB: serial: iuu_phoenix: drop redundant input-speed re-encoding
Johan Hovold
1
-3
/
+0
2018-07-16
USB: serial: iuu_phoenix: drop unused driver-data baud rate
Johan Hovold
1
-2
/
+0
2018-07-16
USB: serial: mos7720: remove redundant variables iflag, mask and serial
Colin Ian King
1
-9
/
+0
2018-07-11
USB: serial: kl5kusb105: remove KLSI device id
Johan Hovold
2
-4
/
+0
2018-07-06
USB: serial: kobil_sct: add missing version error handling
Johan Hovold
1
-4
/
+8
2018-07-06
USB: serial: kobil_sct: fix modem-status error handling
Johan Hovold
1
-2
/
+10
2018-07-06
USB: serial: mos7840: fix status-register error handling
Johan Hovold
1
-0
/
+3
2018-07-06
USB: serial: keyspan_pda: fix modem-status error handling
Johan Hovold
1
-1
/
+3
2018-07-04
USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
Olli Salonen
1
-0
/
+1
2018-07-04
USB: serial: ch341: fix type promotion bug in ch341_control_in()
Dan Carpenter
1
-1
/
+1
2018-06-27
USB: serial: digi_acceleport: rename tty flag variable
Johan Hovold
1
-6
/
+6
2018-06-26
USB: serial: usb_wwan: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
2018-06-26
USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callback
John Ogness
1
-4
/
+5
2018-06-26
USB: serial: symbolserial: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
2018-06-26
USB: serial: sierra: use irqsave() in USB's complete callback
John Ogness
1
-4
/
+5
2018-06-26
USB: serial: sierra: fix potential deadlock at close
John Ogness
1
-2
/
+2
2018-06-26
USB: serial: quatech2: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
2018-06-26
USB: serial: mos7840: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
2018-06-26
USB: serial: mos7720: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
2018-06-26
USB: serial: io_ti: use irqsave() in USB's complete callback
John Ogness
1
-2
/
+3
2018-06-26
USB: serial: io_edgeport: use irqsave() in USB's complete callback
John Ogness
1
-6
/
+11
2018-06-26
USB: serial: digi_acceleport: use irqsave() in USB's complete callback
John Ogness
1
-10
/
+13
2018-06-26
USB: serial: cyberjack: use irqsave() in USB's complete callback
John Ogness
1
-7
/
+10
2018-06-25
USB: serial: cast sizeof() to int when comparing with error code
Chengguang Xu
3
-3
/
+3
2018-06-18
USB: serial: cp210x: add CESINEL device ids
Johan Hovold
1
-0
/
+11
2018-06-18
USB: serial: cp210x: add Silicon Labs IDs for Windows Update
Karoly Pados
1
-0
/
+3
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
[prev]
[next]