Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7cbf3c7cd59288fb5e9f31815c74773549668d43
/
drivers
/
usb
/
serial
/
io_edgeport.c
25985ed
Fix common misspellings
by Lucas De Marchi
· 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
e4738e2
USB: Remove unused timeout from io_edgeport.c
by Huzaifa Sidhpurwala
· 14 years ago
f227e08
Merge 2.6.38-rc6 into tty-next
by Greg Kroah-Hartman
· 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
271c115
USB: io_edgeport: fix the reported firmware major and minor
by Bjørn Mork
· 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
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
1ac93a3
USB: io_edgeport: Use kzalloc
by Julia Lawall
· 14 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
f10718f
USB: io_edgeport: eliminate get_string()
by Dan Carpenter
· 15 years ago
d0ef90b
USB: serial: fix DMA buffers on stack for io_edgeport.c
by Dan Carpenter
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 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
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
d76f2f4
io_edgeport: Fix various bogus returns to the tty layer
by Alan Cox
· 16 years ago
03f0dbf
tty-usb-io_edgeport: Coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
5b9ea93
edgeport: use request_firmware()
by Jaswinder Singh
· 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
dc0d5c1
USB: Spelling fixes
by Joe Perches
· 17 years ago
6ce073b
USB: io_edgeport: cleanups, and tty speed reporting
by Alan Cox
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
bc71e47
usb-serial: Fix edgeport regression on non-EPiC devices
by Adam Kropelin
· 17 years ago
6dc7310
USB: io_*: remove bogus termios no change checks
by Alan Cox
· 17 years ago
2a393f5
USB: serial: io_edgeport: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
74ac07e
USB: fix race leading to use after free in io_edgeport
by Oliver Neukum
· 17 years ago
beb7dd8
Fix misspellings collected by members of KJ list.
by Robert P. J. Day
· 17 years ago
cb8eaa8
USB: io_edgeport: Convert to generic boolean
by Richard Knutsson
· 18 years ago
96c706e
USB: io_edgeport race condition in counters
by Oliver Neukum
· 18 years ago
d9b1b78
USB serial: add driver pointer to all usb-serial drivers
by Johannes Hölzl
· 18 years ago
6e8cf77
USB: add EPIC support to the io_edgeport driver
by Greg Kroah-Hartman
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
9a25f44
usb: io_edgeport kill 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
4bc203d
[PATCH] USB: io_edgeport touch-up
by Pete Zaitcev
· 18 years ago
bfd5df3
[PATCH] USB: free allocated memory on io_edgeport startup memory failure
by Chris Lund
· 18 years ago
ad93375
[PATCH] usb: io_edgeport, cleanup to unicode handling
by Pete Zaitcev
· 18 years ago
80b6ca4
[PATCH] USB: kzalloc() conversion for rest of drivers/usb
by Eric Sesterhenn
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
52950ed
[PATCH] USB: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
4c4c943
[PATCH] USB: mark various usb tables const
by Arjan van de Ven
· 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
502b95c
[PATCH] USB Serial: move old changelog comments out of source code
by Greg Kroah-Hartman
· 19 years ago
1bc3c9e
[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL
by Jesper Juhl
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago