Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8462d9df9d5033da4d25e59016b1e7a9d94a1f22
/
drivers
/
usb
/
serial
/
mos7720.c
ef6c8c1
USB: mos7720: fix broken control requests
by Johan Hovold
· 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
a26f009
USB: mos7720: fix hardware flow control
by Johan Hovold
· 11 years ago
849513a
USB: mos7720: fix message timeouts
by Johan Hovold
· 11 years ago
72ea18a
USB: mos7720: fix DMA to stack
by Johan Hovold
· 11 years ago
ec25e24
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
cf41aa9
USB: mos7720: always disable uart on close
by Johan Hovold
· 12 years ago
3571157
USB: mos7720: remove broken get_icount and TIOCMIWAIT
by Johan Hovold
· 12 years ago
6aad04f
TTY: add tty_port_tty_wakeup helper
by Jiri Slaby
· 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
4230af5
USB: mos7720: 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
274b63f
USB: Serial: mos7720.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
9eecf80
USB: serial: mos7720.c: remove dbg() usage
by Greg Kroah-Hartman
· 12 years ago
6799047
USB: mos7720: fix to use list_for_each_entry_safe() when delete items
by Wei Yongjun
· 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
ca09907
USB: mos7720.c: remove dbg() tracing calls
by Greg Kroah-Hartman
· 13 years ago
964e2b8
USB: serial: mos7720.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
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
5833041
USB: serial: remove unnecessary reinitialisations of urb->dev
by Johan Hovold
· 13 years ago
016af7e
USB: mos7720: remove unused code
by Johan Hovold
· 13 years ago
6d0f41a
USB: mos7720: remove incorrect read-urb check
by Johan Hovold
· 13 years ago
6580a67
USB: serial: remove duplicate returns
by Dan Carpenter
· 13 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
91f58ae
USB: serial: mos7720: Fix possible null pointer dereference
by Huzaifa Sidhpurwala
· 14 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
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
0bca1b9
tty: Convert the USB drivers to the new icount interface
by Alan Cox
· 14 years ago
a0846f1
USB: serial/mos*: prevent reading uninitialized stack memory
by Dan Rosenberg
· 14 years ago
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
63b9176
USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {read,write}_mos_reg
by Mike Dunn
· 15 years ago
b69578d
USB: usbserial: mos7720: add support for parallel port on moschip 7715
by Mike Dunn
· 15 years ago
a108bfc
USB: tty: Prune uses of tty_request_room in the USB layer
by Alan Cox
· 15 years ago
759f363
USB: serial: Remove unnecessary \n's from dbg uses
by Joe Perches
· 15 years ago
fb088e3
USB: serial: add support for serial port on the moschip 7715
by Mike Dunn
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
eb771e2
USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmd
by Johan Hovold
· 15 years ago
a509a7e
tty: USB does not need the filp argument in the drivers
by Alan Cox
· 15 years ago
2f9ea55
tty: usb_serial_mos7720: Fix get_lsr_info
by Kees Schoenmakers
· 15 years ago
0f608f8
MOS7720 has no tiocmget method
by Kees Schoenmakers
· 15 years ago
23198fd
tty: fix chars_in_buffers
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
2400a2b
USB: removal of tty->low_latency hack dating back to the old serial code
by Oliver Neukum
· 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
4da1a17
tty-usb-mos7720: Coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 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
a1cd7e9
USB: stop io performed by mos7720 upon close()
by Oliver Neukum
· 17 years ago
65d063ab
USB: mos7720: clean up termios
by Alan Cox
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
e94fa28
USB: mos7720, mos7840: remove redundant urb check
by Florin Malita
· 17 years ago
eb58c0c
USB: mos7720: remove bogus no termios change check
by Alan Cox
· 17 years ago
50d2dc7
USB: mos7720: change developer email addresses
by Greg Kroah-Hartman
· 17 years ago
8110598
USB: serial: mos7720: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
325b70c
USB: fix endianness in mos7720
by Oliver Neukum
· 18 years ago
fe4b65ec9
mos7720 update
by Oliver Neukum
· 18 years ago
c2cf3f6
USB: unnecessary GFP_ATOMIC in mos7720 driver
by Oliver Neukum
· 18 years ago
e8e30c7
USB: necessary update for mos7720 driver
by Oliver Neukum
· 18 years ago
b963a84
[PATCH] Char: tty_wakeup cleanup
by Jiri Slaby
· 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
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
0f64478
USB: add USB serial mos7720 driver
by Greg Kroah-Hartman
· 23 years ago