index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
spcp8x5.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
Merge tag 'usb-serial-7.2-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-13
/
+0
2026-08-07
USB: serial: spcp8x5: drop broken carrier detect support
Johan Hovold
1
-13
/
+0
2026-07-10
usb: serial: spcp8x5: don't store usb_device_id
Gary Guo
1
-3
/
+3
2026-05-11
USB: serial: drop unused tty_flip includes
Johan Hovold
1
-1
/
+0
2026-05-11
USB: serial: drop unused tty_driver includes
Johan Hovold
1
-1
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2024-08-26
USB: serial: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2024-07-05
USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'
Dr. David Alan Gilbert
1
-10
/
+0
2022-08-30
usb: serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+2
2021-02-09
USB: serial: make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2019-04-26
USB: serial: spcp8x5: simplify init_termios
Johan Hovold
1
-4
/
+1
2017-11-04
USB: serial: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-03-16
USB: serial: spcp8x5: simplify endpoint check
Johan Hovold
1
-14
/
+2
2017-01-16
USB: serial: spcp8x5: fix modem-status handling
Johan Hovold
1
-1
/
+7
2017-01-04
USB: serial: spcp8x5: fix NULL-deref at open
Johan Hovold
1
-0
/
+14
2014-03-12
USB: serial: add missing newlines to dev_<level> messages.
Johan Hovold
1
-4
/
+3
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-02
USB: spcp8x5: correct handling of CS5 setting
Colin Leitner
1
-16
/
+14
2013-07-23
USB: serial: set drain delay at port probe
Johan Hovold
1
-2
/
+2
2013-06-10
USB: spcp8x5: fix device initialisation at open
Johan Hovold
1
-6
/
+4
2013-03-25
USB: spcp8x5: add proper modem-status support
Johan Hovold
1
-17
/
+10
2013-03-25
USB: spcp8x5: reimplement device type detection
Johan Hovold
1
-49
/
+21
2013-03-25
USB: spcp8x5: clean up modem status retrieval
Johan Hovold
1
-11
/
+7
2013-03-25
USB: spcp8x5: pass usb-serial port to control functions
Johan Hovold
1
-26
/
+28
2013-03-25
USB: spcp8x5: clean up code
Johan Hovold
1
-35
/
+37
2013-03-25
USB: spcp8x5: remove broken uart-error handling
Johan Hovold
1
-52
/
+0
2013-03-25
USB: spcp8x5: remove broken TIOCMIWAIT support
Johan Hovold
1
-68
/
+0
2013-03-21
USB: spcp8x5: fix use-after-free in TIOCMIWAIT
Johan Hovold
1
-4
/
+5
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-9
/
+9
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-1
/
+1
2013-01-15
TTY: convert more flipping functions
Jiri Slaby
1
-1
/
+1
2012-10-31
USB: serial: remove driver version information
Johan Hovold
1
-4
/
+0
2012-10-17
USB: spcp8x5: fix port-data memory leak
Johan Hovold
1
-28
/
+18
2012-10-01
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-5
/
+0
2012-09-14
USB: serial: spcp8x5.c: remove debug module parameter
Greg Kroah-Hartman
1
-5
/
+0
2012-07-16
tty: move the termios object into the tty
Alan Cox
1
-6
/
+6
2012-05-15
USB: spcp8x5.c: remove dbg() usage
Greg Kroah-Hartman
1
-4
/
+8
2012-05-08
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
1
-7
/
+1
2012-05-07
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
1
-1
/
+0
2012-05-07
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
1
-1
/
+0
2012-05-03
USB: spcp8x5.c: remove dbg() tracing calls
Greg Kroah-Hartman
1
-2
/
+0
2012-02-28
USB: serial: spcp8x5.c: use module_usb_serial_driver
Greg Kroah-Hartman
1
-18
/
+1
2012-02-24
usb-serial: use new registration API in [q-s]* drivers
Alan Stern
1
-16
/
+10
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-02-17
tty: remove filp from the USB tty ioctls
Alan Cox
1
-1
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-1
/
+1
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-1
/
+1
2011-01-22
USB: serial: handle Data Carrier Detect changes
Libor Pechacek
1
-1
/
+5
[next]