Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2b658932356c54155dfec227316eaf81b3f17d83
/
drivers
/
usb
/
serial
/
mct_u232.c
4e9a0b0
USB: mct_u232: add sanity checking in probe
by Oliver Neukum
· 9 years ago
9db276f
tty: Use termios c_*flag macros
by Peter Hurley
· 9 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
3580718
USB: mct_u232: clean up read implementation
by Johan Hovold
· 12 years ago
128434a
USB: mct_u232: switch to generic TIOCMIWAIT implementation
by Johan Hovold
· 12 years ago
468c740
USB: mct_u232: switch to generic get_icount implementation
by Johan Hovold
· 12 years ago
cf1d244
USB: mct_u232: fix use-after-free in TIOCMIWAIT
by Johan Hovold
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
b2ca699
USB: serial: fix null-pointer dereferences on disconnect
by Johan Hovold
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
bcbec05
USB: serial: remove driver version information
by Johan Hovold
· 12 years ago
5260e45
USB: mct_u232: fix broken close
by Johan Hovold
· 12 years ago
a8f2ae7
USB: mct_u232: fix port-data memory leak
by Johan Hovold
· 12 years ago
d9a8074
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
08e48a2
USB: Serial: mct_u232.c: remove debug module parameter
by Greg Kroah-Hartman
· 12 years ago
59d33f2
USB: serial: remove debug parameter from usb_serial_debug_data()
by Greg Kroah-Hartman
· 12 years ago
4a770cc
USB: serial: mct_u232.c: remove dbg() usage
by Greg Kroah-Hartman
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
1aa3c63
USB: mct_u232: Fix incorrect TIOCMSET return
by Alan Cox
· 12 years ago
68e2411
USB: serial: rework usb_serial_register/deregister_drivers()
by Greg Kroah-Hartman
· 13 years ago
32078f9
USB: serial: remove usb_serial_disconnect call in all drivers
by Greg Kroah-Hartman
· 13 years ago
5026bb0
USB: serial: remove usb_serial_probe call in all drivers
by Greg Kroah-Hartman
· 13 years ago
b69919c
USB: mct_u232.c: remove dbg() tracing calls
by Greg Kroah-Hartman
· 13 years ago
193ecee4
USB: serial: mct_u232.c: use module_usb_serial_driver
by Greg Kroah-Hartman
· 13 years ago
4d2a7af
usb-serial: use new registration API in [k-m]* drivers
by Alan Stern
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
5833041
USB: serial: remove unnecessary reinitialisations of urb->dev
by Johan Hovold
· 13 years ago
14b54e3
USB: serial: remove changelogs and old todo entries
by Johan Hovold
· 13 years ago
4acfaf8
usb/serial: fix function args warnings, dropping *filp
by Randy Dunlap
· 14 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
7af75af
USB: serial: mct_u232: added _ioctl, _msr_to_icount and _get_icount functions
by Vadim Tsozik
· 14 years ago
92ca0dc
USB: mct_u232: fix broken close
by Johan Hovold
· 14 years ago
f26788d
USB: serial: refactor generic close
by Johan Hovold
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
af2ac1a
USB: serial mct_usb232: move DMA buffers to heap
by Pete Zaitcev
· 15 years ago
6383251
USB: serial: fix assumption that throttle/unthrottle cannot sleep
by Oliver Neukum
· 15 years ago
054f234
tty: USB: serial/mct_u232, fix tty refcnt
by Jiri Slaby
· 15 years ago
a509a7e
tty: USB does not need the filp argument in the drivers
by Alan Cox
· 15 years ago
f9c99bb
USB: usb-serial: replace shutdown with disconnect, release
by Alan Stern
· 15 years ago
335f851
tty: Bring the usb tty port structure into more use
by Alan Cox
· 15 years ago
6b447f04
tty: Drop the lock_kernel in the private ioctl hook
by Alan Cox
· 16 years ago
194343d
USB: remove use of err() in drivers/usb/serial
by Greg Kroah-Hartman
· 16 years ago
c197a8d
USB: remove info() macro from usb/serial drivers
by Greg Kroah-Hartman
· 16 years ago
4a90f09
tty: usb-serial krefs
by Alan Cox
· 16 years ago
acc8075
mct_u232: Use flip buffer functions
by Alan Cox
· 16 years ago
e19b256
tty-usb-mct-u232: Coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
cdc9779
USB: remove unnecessary type casting of urb->context
by Ming Lei
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0ba4034
USB: serial: remove unneeded number endpoints settings
by Greg Kroah-Hartman
· 17 years ago
e33fe4d
USB: make sure usb serial drivers don't flush to logically disconnected devices
by Oliver Neukum
· 17 years ago
d0fab0d
USB: mct232: speed, new termios and compliance cleanups
by Alan Cox
· 17 years ago
b3aceb2
USB: mct_u232-convert-to-proper-speed-handling-api-fix
by Andrew Morton
· 17 years ago
f424490
USB: mct_u232: Convert to proper speed handling API
by Alan Cox
· 17 years ago
e96da39
USB: serial: mct_u232: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
45b844d
USB: RTS/CTS handshaking support, DTR fixes for MCT U232 serial adapter
by Dave Platt
· 18 years ago
2f007de
USB: fix error handling for mct_u232
by Oliver Neukum
· 18 years ago
d9b1b78
USB serial: add driver pointer to all usb-serial drivers
by Johannes Hölzl
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
73135bb
usb: mct_u232 free urb cleanup
by Mariusz Kozlowski
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a969888
[PATCH] USB: move usb-serial.h to include/linux/usb/
by Greg Kroah-Hartman
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
80b6ca4
[PATCH] USB: kzalloc() conversion for rest of drivers/usb
by Eric Sesterhenn
· 19 years ago
75318d2
[PATCH] USB: remove .owner field from struct usb_driver
by Greg Kroah-Hartman
· 19 years ago
ba9dc65
[PATCH] USB: allow usb drivers to disable dynamic ids
by Greg Kroah-Hartman
· 19 years ago
269bda1
[PATCH] USB Serial: move name to driver structure
by Greg Kroah-Hartman
· 19 years ago
18fcac3
[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
by Greg Kroah-Hartman
· 19 years ago
ea65370
[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver
by Greg Kroah-Hartman
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago