Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
58e48be72d675b53e57982fc5301ec1b2dbda280
/
drivers
/
usb
/
serial
/
oti6858.c
dc43ff9
USB: oti6858: do not call set_termios with uninitialised data
by Johan Hovold
· 11 years ago
d7be622
USB: serial: set drain delay at port probe
by Johan Hovold
· 11 years ago
a0b9281
USB: serial: remove defensive test from set_termios
by Johan Hovold
· 11 years ago
215f6f0
USB: oti6858: fix TIOCMIWAIT and disconnect
by Johan Hovold
· 12 years ago
1c9f995
USB: oti6858: replace custom ioctl operation with tiocmiwait
by Johan Hovold
· 12 years ago
8edfdab
USB: oti6858: fix use-after-free in TIOCMIWAIT
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
289b076
USB: oti6858: 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
ec035e4
USB: serial: oti6858.c: remove debug module parameter
by Greg Kroah-Hartman
· 12 years ago
8c8e87b
USB: serial: oti6858.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
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
77b3b30
USB: oti6858.c: remove dbg() tracing calls
by Greg Kroah-Hartman
· 13 years ago
1c51766
USB: oti6858: fix abuse of interface data
by Johan Hovold
· 13 years ago
db55a04
USB: serial: oti6858.c: use module_usb_serial_driver
by Greg Kroah-Hartman
· 13 years ago
f667dda
usb-serial: use new registration API in [n-p]* drivers
by Alan Stern
· 13 years ago
22a416c
USB: serial: use dev_err_console in custom write paths
by Johan Hovold
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
d5e450e
USB: oti6858: forward USB errors to USB serial core
by Johan Hovold
· 13 years ago
7da02cd
USB: oti6858: remove dead code
by Johan Hovold
· 13 years ago
5833041
USB: serial: remove unnecessary reinitialisations of urb->dev
by Johan Hovold
· 13 years ago
00a0d0d
tty: remove filp from the USB tty ioctls
by Alan Cox
· 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
5620b5f
USB serial: add missing .usb_driver field in serial drivers
by Alan Stern
· 14 years ago
569ff2d
usb: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
28f27dc
USB: oti6858: use port write fifo
by Johan Hovold
· 14 years ago
e3c1803
USB: oti6858: use kfifo to implement write buffering
by Johan Hovold
· 14 years ago
7d7917b
USB: oti6858: declare send_data() as static
by Bill Pemberton
· 15 years ago
1f87158
USB: remove references to port->port.count from the serial drivers
by Alan Stern
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
d212632
USB: oti6858: fix DMA buffer on stack
by Johan Hovold
· 15 years ago
40d2858
USB: serial: no unnecessary GFP_ATOMIC in oti6858
by Oliver Neukum
· 15 years ago
fe1ae7f
tty: USB serial termios bits
by Alan Cox
· 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
4a90f09
tty: usb-serial krefs
by Alan Cox
· 16 years ago
7aef709
Fix oti6858 debug level
by Scott Ashcroft
· 16 years ago
2a77c81
tty-usb-oti6858: Coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
fd05e72
drivers/usb annotations and fixes
by Al Viro
· 17 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
97af0a9
USB: oti6858: fix TCFLSH ioctl handling
by Paulius Zaleckas
· 17 years ago
0915f49
USB: last abuses of intfdata in close for usb-serial drivers
by Oliver Neukum
· 17 years ago
b0a239d
USB: oti6858: cleanup
by Alan Cox
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
b84d2bf
usb: avoid redundant cast of kmalloc() return value in OTi-6858 driver
by Jesper Juhl
· 17 years ago
fa0e672
USB: oti6858: Remove broken ioctl code in -mm tree and also the broken fixes
by Alan Cox
· 17 years ago
a66639a
usb-serial: fix oti6858.c segfault in termios handling
by Thomas Viehmann
· 17 years ago
78c26ae
USB: serial: oti6858: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
49cdee0
USB: oti6858 usb-serial driver (in Nokia CA-42 cable)
by Kees Lemmens
· 18 years ago