Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3010e2a9b2ffaf7e49a39be730a4245256117735
/
drivers
/
usb
/
serial
/
mos7720.c
419628b
USB: mos7720: fix broken control requests
by Johan Hovold
· 11 years ago
119ae90
USB: mos7720: fix hardware flow control
by Johan Hovold
· 11 years ago
2591cec
USB: mos7720: fix message timeouts
by Johan Hovold
· 11 years ago
2fbc632
USB: mos7720: fix DMA to stack
by Johan Hovold
· 11 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
65d063a
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
fe4b65e
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