Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e0a5cbac029db69032758000c67465c2ed7a5736
/
drivers
/
serial
/
serial_core.c
16ae2a8
serial: Fix crash if the minimum rate of the device is > 9600 baud
by Alan Cox
· 15 years ago
4547be7
serial-core: resume serial hardware with no_console_suspend
by Stanislav Brabec
· 15 years ago
82cb7ba
serial: cascade needless conditionals
by André Goddard Rosa
· 15 years ago
9e845ab
serial: fix NULL pointer dereference
by André Goddard Rosa
· 15 years ago
eea7e17
tty, serial: Fix race and NULL check in uart_close()
by Linus Torvalds
· 15 years ago
1b9894f
serial core: fix new kernel-doc warnings
by Randy Dunlap
· 15 years ago
ba15ab0
Set proper console speed on resume if console suspend is disabled
by Deepak Saxena
· 15 years ago
7b01478
serial: introduce tty krefs
by Alan Cox
· 15 years ago
016af53
serial: kill USF_CLOSING_* definitions
by Alan Cox
· 15 years ago
b58d13a
serial: move port users helper
by Alan Cox
· 15 years ago
bdc04e3
serial: move delta_msr_wait into the tty_port
by Alan Cox
· 15 years ago
a2bceae
serial: replace the state mutex with the tty port mutex
by Alan Cox
· 15 years ago
ccce6de
serial: move the flags into the tty_port field
by Alan Cox
· 15 years ago
91312cd
serial: move count into the tty_port version
by Alan Cox
· 15 years ago
46d57a4
serial: use tty_port pointers in the core code
by Alan Cox
· 15 years ago
5e99df5
serial: Fold closing_* fields into the tty_port ones
by Alan Cox
· 15 years ago
ebd2c8f
serial: kill off uart_info
by Alan Cox
· 15 years ago
833bb30
serial: fixup /proc/tty/driver/serial after proc_fops conversion
by Alexey Dobriyan
· 16 years ago
d196a94
proc tty: switch serial_core to ->proc_fops
by Alexey Dobriyan
· 16 years ago
4bfe090
serial: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
8e23fcc
Serial: Allow port type to be specified when calling serial8250_register_port.
by David Daney
· 16 years ago
bc32562
fix for tty-serial-move-port
by Alexander Beregalov
· 16 years ago
f751928
tty: We want the port object to be persistent
by Alan Cox
· 16 years ago
a62c413
drivers/serial: use nr_irqs
by Yinghai Lu
· 16 years ago
8440838
serial: fix device name reporting when minor space is shared between drivers
by David S. Miller
· 16 years ago
9bde10a
serial-make-uart_ports-ioport-unsigned-long-fix
by Andrew Morton
· 16 years ago
9e98966
tty: rework break handling
by Alan Cox
· 16 years ago
df4f4dd
serial: use tty_port
by Alan Cox
· 16 years ago
6bb0e3a
Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_ops
by Haavard Skinnemoen
· 16 years ago
7ca796f
serial: fix serial_match_port() for dynamic major tty-device numbers
by Guennadi Liakhovetski
· 16 years ago
edeb280
Fix uart_set_ldisc() function type
by Linus Torvalds
· 16 years ago
64e9159
serial_core: uart_set_ldisc infrastructure
by Alan Cox
· 16 years ago
03a74dc
serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c
by Arjan van de Ven
· 16 years ago
55d7b68
serial: access after NULL check in uart_flush_buffer()
by Tetsuo Handa
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
23d22ce
serial: switch the serial core to int put_char methods
by Alan Cox
· 17 years ago
e523844
serial_core: Prepare for BKL push down
by Alan Cox
· 17 years ago
eb424fd
uart_get_baud_rate: stop mangling termios
by Alan Cox
· 17 years ago
74081f8
PM: Fix misuse of wakeup flag accessors in serial core
by Alan Stern
· 17 years ago
4a1b550
kgdb: Kconfig fix
by Andrew Morton
· 17 years ago
f2d937f
consoles: polling support, kgdboc
by Jason Wessel
· 17 years ago
922f9cf
fs/char_dev.c: chrdev_open marked static and removed from fs.h
by Denis Cheng
· 17 years ago
a46c999
serial_core: bring mostly into line with coding style
by Alan Cox
· 17 years ago
6d4d67b
serial: speed setup failure reporting
by Alan Cox
· 17 years ago
c8c6bfa
serial: avoid stalling suspend if serial port won't drain
by Russell King
· 17 years ago
9d778a6
serial: avoid waking up closed serial ports on resume
by Russell King
· 17 years ago
c3e4642
serial: keep the DTR setting for serial console.
by Yinghai Lu
· 17 years ago
149b36e
serial: stop passing NULL to functions that expect data
by Alan Cox
· 17 years ago
8f4ce8c
serial: turn serial console suspend a boot rather than compile time option
by Andres Salomon
· 17 years ago
b3b708f
wake up from a serial port
by Guennadi Liakhovetski
· 17 years ago
97d9722
[SERIAL] Fix console initialisation ordering
by Russell King
· 17 years ago
20620d6
serial: don't optimise away baud rate changes when BOTHER is used
by David Woodhouse
· 17 years ago
4f640ef
Use resource_size_t for serial port IO addresses
by Josh Boyer
· 17 years ago
7949268
serial: assert DTR for serial console devices
by Yinghai Lu
· 17 years ago
eb3a1e1
Serial: serial_core, use pr_debug
by Jiri Slaby
· 18 years ago
abb4a23
serial: define FIXED_PORT flag for serial_core
by David Gibson
· 18 years ago
beab697
serial driver PMC MSP71xx
by Marc St-Jean
· 18 years ago
8f31bb3
[PATCH] serial: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
3689a0e
[PATCH] serial: make sure UART is powered up when dumping MCTRL status
by George G. Davis
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
6f3a28f
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
by Linus Torvalds
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
a6b93a9
[SERIAL] Fix oops when removing suspended serial port
by Russell King
· 18 years ago
80e3c2b
[SERIAL] returning proper error from serial core driver
by Ram Gupta
· 18 years ago
6c6a233
[SERIAL] Make uart_line_info() correctly tell MMIO from I/O port
by Sergei Shtylyov
· 18 years ago
e1da95a
[PATCH] suspend: make it possible to disable serial console suspend
by Rafael J. Wysocki
· 18 years ago
d21b55d
[SERIAL] Make uart_match_port() work with all memory mapped UARTs
by Sergei Shtylyov
· 18 years ago
3be91ec
[SERIAL] 8250: add tsi108 serial support
by Zang Roy-r61911
· 18 years ago
075395d
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
by Linus Torvalds
· 18 years ago
13e8359
[PATCH] lockdep: annotate serial
by Ingo Molnar
· 18 years ago
947deee
[SERIAL] Convert fifosize to an unsigned int
by Russell King
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 19 years ago
aa4148c
[PATCH] devfs: Remove devfs support from the serial subsystem
by Greg Kroah-Hartman
· 19 years ago
1281e36
[ARM] 3523/1: Serial core pm_state
by Andrew Victor
· 18 years ago
68ac64c
[SERIAL] Clean up serial locking when obtaining a reference to a port
by Russell King
· 19 years ago
d358788
[SERIAL] kernel console should send CRLF not LFCR
by Russell King
· 19 years ago
d5f735e
[PATCH] serial core: work around sub-driver bugs
by Pavel Machek
· 19 years ago
9c0f4755
[SERIAL] initialize spinlock for port failed to setup console
by Atsushi Nemoto
· 19 years ago
0077d45
[SERIAL] Make uart_port flags a bitwise type
by Russell King
· 19 years ago
ba899db
[SERIAL] Make port->ops constant
by Russell King
· 19 years ago
e2862f6
[SERIAL] convert uart_state.sem to uart_state.mutex
by Ingo Molnar
· 19 years ago
f392ecf
[SERIAL] turn serial semaphores into mutexes
by Arjan van de Ven
· 19 years ago
f61051c
[SERIAL] Fix clocal wakeup problem
by Russell King
· 19 years ago
1624f00
[SERIAL] Fix matching of MMIO ports
by Benjamin Herrenschmidt
· 19 years ago
cb3592b
[SERIAL] mark several serial tables const
by Arjan van de Ven
· 19 years ago
ee31b33
[SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21m
by Russell King
· 19 years ago
21c614a
[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.
by Pantelis Antoniou
· 19 years ago
0cf669d
[SERIAL] Arrange better identification of ports
by Russell King
· 19 years ago
a2436b2
[SERIAL] remove unneeded code from serial_core.c
by Jayachandran C
· 19 years ago
30b7a3b
[SERIAL] Prefix serial printks with KERN_INFO and pre-format
by Russell King
· 19 years ago
0f302dc
[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions
by Sascha Hauer
· 19 years ago
b129a8c
[SERIAL] Clean up and fix tty transmission start/stoping
by Russell King
· 19 years ago
976ecd1
[PATCH] Serial: Fix console port spinlock initialisation
by Russell King
· 19 years ago
0dd7a1a
[PATCH] Serial: Check status of CTS when using flow control
by Russell King
· 19 years ago
c5f4644
[PATCH] Serial: Adjust serial locking
by Russell King
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago