Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
77de2518e854501c1542199449354fab4b2377ac
/
drivers
/
usb
/
serial
/
io_ti.c
77de251
USB: io_ti: move write-fifo flushing to close
by Johan Hovold
· 12 years ago
bcbec05
USB: serial: remove driver version information
by Johan Hovold
· 12 years ago
5d8c61b
USB: io_ti: fix sysfs-attribute creation
by Johan Hovold
· 12 years ago
0036153
USB: io_ti: 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
d9bb03d
USB: serial: io_ti: remove some remaining printk() calls
by Greg Kroah-Hartman
· 12 years ago
2249754
USB: Serial: io_ti.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
67e6da7
USB: serial: io_ti.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
af58105
USB: io_ti: fix abuse of interface data
by Johan Hovold
· 13 years ago
8485f8c
USB: serial: io_ti.c: use module_usb_serial_driver
by Greg Kroah-Hartman
· 13 years ago
7dbe246
usb-serial: use new registration API in [i-j]* drivers
by Alan Stern
· 13 years ago
7483948
Merge tag 'usb-3.3-rc3' into usb-next
by Greg Kroah-Hartman
· 13 years ago
22a416c
USB: serial: use dev_err_console in custom write paths
by Johan Hovold
· 13 years ago
6d443d8
usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.
by Eric W. Biederman
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
fd11961
USB: serial: remove unnecessary bulk-urb re-fills
by Johan Hovold
· 13 years ago
b719518
USB: serial: remove unnecessary reinitialisations of urb fields
by Johan Hovold
· 13 years ago
5833041
USB: serial: remove unnecessary reinitialisations of urb->dev
by Johan Hovold
· 13 years ago
14b54e3
USB: serial: remove changelogs and old todo entries
by Johan Hovold
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 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
fd6e5bb
USB: serial: io_ti.c: don't return 0 if writing the download record failed
by Roel Kluin
· 14 years ago
0827a9f
USB: io_ti: check firmware version before updating
by Greg Kroah-Hartman
· 14 years ago
6396fc3
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
9800eb3
USB: io_ti.c: don't return 0 if writing the download record failed
by Roel Kluin
· 14 years ago
1e29709
USB: serial: io_ti: Don't return 0 if writing the download record failed
by Roel Kluin
· 14 years ago
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
d733cec
USB: io_ti: use kfifo to implement write buffering
by Johan Hovold
· 15 years ago
a3a30f1
USB: io_ti: remove unsused private counter
by Johan Hovold
· 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
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
e9305d2
USB: io_ti: fix DMA buffers on stack
by Johan Hovold
· 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
· 16 years ago
19af5cd
trivial: fix typo milisecond/millisecond for documentation and source comments.
by Martin Olsson
· 16 years ago
335f851
tty: Bring the usb tty port structure into more use
by Alan Cox
· 16 years ago
2400a2b
USB: removal of tty->low_latency hack dating back to the old serial code
by Oliver Neukum
· 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
2e0ddd6
io_ti: Minor coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
2742fd8
USB: io_ti: FIrst cut at a big clean up
by Alan Cox
· 17 years ago
d12b219
edgeport-ti: use request_firmware()
by Jaswinder Singh
· 16 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
b56394b
USB: io_ti.c: remove unneeded null tty check
by Ray Lee
· 17 years ago
dfa5ec7
USB: use DIV_ROUND_UP
by Julia Lawall
· 17 years ago
3d71fe0
USB: io_ti: lock mcr and msr shadows properly
by Alan Cox
· 17 years ago
9544e83
USB: io_ti.c: remove pointless eye-candy in debug statements
by Andrew Morton
· 17 years ago
d313584
drivers: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
d5f5bcd
USB: io_ti: clean up termios handling
by Alan Cox
· 17 years ago
241ca64
USB: Edgeport USB Serial Converter: convert es_sem to mutex
by Matthias Kaehlcke
· 17 years ago
0d46c00
USB: Remove pointless conditional in drivers/usb/serial/io_ti.c::edge_shutdown()
by Jesper Juhl
· 17 years ago
6dc7310
USB: io_*: remove bogus termios no change checks
by Alan Cox
· 17 years ago
ee337c2
USB: serial: io_ti: clean up urb->status usage
by Greg Kroah-Hartman
· 18 years ago
efdff60
USB: io_ti: sleep with spinlock held detected by automatic tool
by Oliver Neukum
· 18 years ago
fc4cbd7
USB: io_ti: Digi EdgePort update for new devices
by Martin K. Petersen
· 18 years ago
d9b1b78
USB serial: add driver pointer to all usb-serial drivers
by Johannes Hölzl
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 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
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
3d48586
[PATCH] USB: small cleanups
by Adrian Bunk
· 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
269bda1
[PATCH] USB Serial: move name to driver structure
by Greg Kroah-Hartman
· 20 years ago
18fcac3
[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
by Greg Kroah-Hartman
· 20 years ago
ea65370
[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver
by Greg Kroah-Hartman
· 20 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