Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
86eef4343a182d77cb9d5476870275bc54768033
/
drivers
/
tty
/
synclinkmp.c
e10abc6
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
d41861c
tty: Replace ASYNC_INITIALIZED bit and update atomically
by Peter Hurley
· 9 years ago
2d68655
tty: Replace ASYNC_CHECK_CD and update atomically
by Peter Hurley
· 9 years ago
807c8d81
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
by Peter Hurley
· 9 years ago
5604a98
tty: Replace ASYNC_CTS_FLOW bit and update atomically
by Peter Hurley
· 9 years ago
97ef38b
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
by Peter Hurley
· 9 years ago
18900ca
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
by Peter Hurley
· 9 years ago
b120998
tty: synclinkmp: do not ignore errors in probe()
by Alexey Khoroshilov
· 9 years ago
9db276f
tty: Use termios c_*flag macros
by Peter Hurley
· 9 years ago
fef062c
tty: Remove ASYNC_CLOSING checks in open()/hangup() methods
by Peter Hurley
· 9 years ago
485e148d
tty: synclinkmp.c: move assignment out of if () block
by Greg Kroah-Hartman
· 10 years ago
e359a4e
tty: Remove tty_hung_up_p() tests from tty drivers' open()
by Peter Hurley
· 10 years ago
b19a47e
synclink: fix info leak in ioctl
by Salva Peiró
· 11 years ago
b8c98ae
tty: synclink: avoid sleep_on race
by Arnd Bergmann
· 11 years ago
2652c21
TTY: snyclinkmp: calculating wrong addresses
by Dan Carpenter
· 11 years ago
53a72d5
TTY: synclinkmp: fix DTR being raised on hang up
by Johan Hovold
· 12 years ago
9fe8074
TTY: synclink: Convert + to | for bit operations
by Joe Perches
· 12 years ago
cc5ab61
TTY: synclink, remove unneeded tests
by Jiri Slaby
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
d6c53c0
TTY: move low_latency to tty_port
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
a6b68a6
synclink fix ldisc buffer argument
by Paul Fulghum
· 12 years ago
ae8d8a1
tty: remove use of __devexit
by Bill Pemberton
· 12 years ago
9671f09
tty: remove use of __devinit
by Bill Pemberton
· 12 years ago
91116cb
tty: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
191c5f1
TTY: call tty_port_destroy in the rest of drivers
by Jiri Slaby
· 12 years ago
f21ec3d
serial: add a new helper function
by Huang Shijie
· 12 years ago
ee3b48d
TTY: synclinkmp, add tty install
by Jiri Slaby
· 12 years ago
89c8d91
tty: localise the lock
by Alan Cox
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
6d31a88
tty: revert incorrectly applied lock patch
by Alan Cox
· 12 years ago
f5e3bcc
tty: localise the lock
by Alan Cox
· 12 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 12 years ago
d29f3ef
tty_lock: Localise the lock
by Alan Cox
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
410235f
TTY: remove unneeded tty->index checks
by Jiri Slaby
· 13 years ago
2f16669
TTY: remove re-assignments to tty_driver members
by Jiri Slaby
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
53d785c
TTY: snyclinkmp: forever loop in tx_load_dma_buffer()
by Dan Carpenter
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a6afd9f
tty: move a number of tty drivers from drivers/char/ to drivers/tty/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/char/synclinkmp.c]
6caa76b
tty: now phase out the ioctl file pointer for good
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
0587102
tty: icount changeover for other main devices
by Alan Cox
· 14 years ago
e142a31
tty: release BTM while sleeping in block_til_ready
by Arnd Bergmann
· 14 years ago
a360fae
synclink: reworking locking a bit
by Alan Cox
· 14 years ago
f602501
synclink: kill the big kernel lock
by Alan Cox
· 14 years ago
4c5d502
hdlc: convert to netdev_tx_t
by Stephen Hemminger
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
fcc8ac1
tty: Add carrier processing on close to the tty_port core
by Alan Cox
· 15 years ago
e6c8dd8a
proc tty: switch synclinkmp to ->proc_fops
by Alexey Dobriyan
· 16 years ago
991990a
WAN: Convert generic HDLC drivers to netdev_ops.
by Krzysztof Hałasa
· 16 years ago
c9f19e9
tty: Remove some pointless casts
by Alan Cox
· 16 years ago
a661499
tty: Introduce some close helpers for ports
by Alan Cox
· 16 years ago
3e61696
isicom: redo locking to use tty port locks
by Alan Cox
· 16 years ago
31f3593
tty_port: Add a port level carrier detect operation
by Alan Cox
· 16 years ago
3859069
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmp
by Jeff Garzik
· 16 years ago
86f584f
Remove bogus dosyncppp variable from synclink drivers.
by Krzysztof Hałasa
· 16 years ago
9e98966
tty: rework break handling
by Alan Cox
· 16 years ago
db6d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
44b7d1b
tty: add more tty_port fields
by Alan Cox
· 16 years ago
8fb06c7
synclink: use tty_port
by Alan Cox
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
198191c
WAN: convert drivers to use built-in netdev_stats
by Krzysztof Halasa
· 16 years ago
24cb233
char serial: switch drivers to ioremap_nocache
by Alan Cox
· 17 years ago
55da778
synclink series: switch to int put_char method
by Alan Cox
· 17 years ago
978e595
tty/serial: lay the foundations for the next set of reworks
by Alan Cox
· 17 years ago
1f8cabb
synclink series: Prepare for BKL pushdown
by Alan Cox
· 17 years ago
ce9f9f73
char: make functions static in synclinkmp.c
by Harvey Harrison
· 17 years ago
0fab6de
synclink drivers bool conversion
by Joe Perches
· 17 years ago
a6f97b2
drivers/char: minor irq handler cleanups
by Jeff Garzik
· 17 years ago
3dd1247
synclink: standardize format of linux header file include's with "<>"
by Robert P. J. Day
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
de1764a
synclink: remove bogus 'no change' termios optimisation from synclink drivers
by Alan Cox
· 17 years ago
40565f1
[PATCH] Char: timers cleanup
by Jiri Slaby
· 18 years ago
b963a84
[PATCH] Char: tty_wakeup cleanup
by Jiri Slaby
· 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
af69c7f
[PATCH] generic HDLC synclink config mismatch fix
by Paul Fulghum
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
fbeff3c
[WAN]: Converted synclink drivers to use netif_carrier_*()
by Krzysztof Halasa
· 18 years ago
0f2ed4c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
326f28e9
[PATCH] More !tty cleanups in drivers/char
by Eric Sesterhenn
· 18 years ago
53b3531
[PATCH] s/;;/;/g
by Alexey Dobriyan
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
fe97107
[PATCH] drivers/char: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
249bb07
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
by Greg Kroah-Hartman
· 19 years ago
735d566
[PATCH] kfree cleanup: drivers/char
by Jesper Juhl
· 19 years ago
413a42e
[PATCH] SyncLink adapters: updates .owner field of struct pci_driver
by Laurent Riffard
· 19 years ago
6e8dcee
[PATCH] synclinkmp.c: fix async internal loopback
by Paul Fulghum
· 19 years ago
166692e
[PATCH] synclinkmp.c: add statistics clear
by Paul Fulghum
· 19 years ago
761a444
[PATCH] synclinkmp.c: disable burst transfers
by Paul Fulghum
· 19 years ago
7f3edb9
[PATCH] synclinkmp.c: fix double mapping of signals
by Paul Fulghum
· 19 years ago
f91f4d9
[PATCH] gratuitous includes of asm/serial.h
by viro@ZenIV.linux.org.uk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago