Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b7a8399edfd7ad3da36d51513ea30a4708b02b52
/
drivers
/
usb
/
serial
/
ark3116.c
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
cd8c505
USB: serial: correct spelling mistakes in comments
by Rahul Bedarkar
· 11 years ago
e5b1e20
USB: serial: make minor allocation dynamic
by Greg Kroah-Hartman
· 11 years ago
1143832
USB: serial: ports: add minor and port number
by Greg Kroah-Hartman
· 11 years ago
6343719
USB: ark3116: fix control-message timeout
by Johan Hovold
· 11 years ago
7caed7e
USB: ark3116: switch to generic TIOCMIWAIT implementation
by Johan Hovold
· 12 years ago
b4cb753
USB: ark3116: switch to generic get_icount implementation
by Johan Hovold
· 12 years ago
5c32752
USB: ark3116: remove bogus disconnect test in close
by Johan Hovold
· 12 years ago
5018860
USB: ark3116: 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
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
2f69335
TTY: convert more flipping functions
by Jiri Slaby
· 12 years ago
bcbec05
USB: serial: remove driver version information
by Johan Hovold
· 12 years ago
7bdce71
USB: ark3116: fix NULL-pointer dereference
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
7ca98ce
USB: Serial: ark3116.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
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
d2f20e1
USB: ark3116.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 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
a9a535d
USB: serial: ark3116.c: use module_usb_serial_driver
by Greg Kroah-Hartman
· 13 years ago
08a4f6b
usb-serial: use new registration API in [a-c]* drivers
by Alan Stern
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
583182b
USB: ark3116 initialisation fix
by Bart Hartgers
· 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
0bca1b9
tty: Convert the USB drivers to the new icount interface
by Alan Cox
· 14 years ago
82b71cf
USB: ark3116: reimplement read processing
by Johan Hovold
· 15 years ago
f26788d
USB: serial: refactor generic close
by Johan Hovold
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a108bfc
USB: tty: Prune uses of tty_request_room in the USB layer
by Alan Cox
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
3ad4b11
USB: ark3116: Cleanup of now unneeded functions
by bart.hartgers@gmail.com
· 15 years ago
62d826c
USB: ark3116: Callbacks for interrupt and bulk read
by bart.hartgers@gmail.com
· 15 years ago
546b742
USB: ark3116: Add cmset and break
by bart.hartgers@gmail.com
· 15 years ago
1f71910
USB: ark3116: Replace cmget
by bart.hartgers@gmail.com
· 15 years ago
f4c1e8d
USB: ark3116: Make existing functions 16450-aware and add close and release functions.
by bart.hartgers@gmail.com
· 15 years ago
149fc79
USB: ark3116: Setup some basic infrastructure for new ark3116 driver.
by bart.hartgers@gmail.com
· 15 years ago
5128a66
USB: ark3116: add IrDA support for Gembird UIR-22
by Ondrej Zary
· 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
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
c4d0f8c
usb_serial: some coding style fixes
by Alan Cox
· 17 years ago
a5b6f60
usb serial: more fixes and groundwork for tty changes
by Alan Cox
· 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
004b4f2
USB: fix memleak in ark3116 serial driver
by Oliver Neukum
· 17 years ago
adb5dca
USB: ark3116: update termios handling
by Alan Cox
· 17 years ago
f311cf5
USB: ark3116.c: fix check-after-use
by Adrian Bunk
· 17 years ago
568c24a
USB: serial: ark3116.c: Mixed fixups
by Alan Cox
· 17 years ago
b268f48
USB: Fix debug output of ark3116
by Jan Engelhardt
· 18 years ago
4edf2c8
USB: fix ark3116 memory leak
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
7ac9da1
USB serial: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
988440e
USB: ark3116: Formatting cleanups
by Werner Lemberg
· 18 years ago
2f430b4
USB: ark3116: Add TIOCGSERIAL and TIOCSSERIAL ioctl calls.
by Werner Lemberg
· 18 years ago
a969888
[PATCH] USB: move usb-serial.h to include/linux/usb/
by Greg Kroah-Hartman
· 18 years ago
815ddc9
[PATCH] USB: add ark3116 usb to serial driver
by Greg Kroah-Hartman
· 19 years ago