index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: stop passing NULL to functions that expect data
Alan Cox
2007-10-25
1
-1
/
+2
*
serial: turn serial console suspend a boot rather than compile time option
Andres Salomon
2007-10-18
1
-6
/
+4
*
wake up from a serial port
Guennadi Liakhovetski
2007-10-16
1
-1
/
+39
*
[SERIAL] Fix console initialisation ordering
Russell King
2007-10-15
1
-9
/
+9
*
serial: don't optimise away baud rate changes when BOTHER is used
David Woodhouse
2007-08-22
1
-2
/
+5
*
Use resource_size_t for serial port IO addresses
Josh Boyer
2007-07-24
1
-4
/
+5
*
serial: assert DTR for serial console devices
Yinghai Lu
2007-07-16
1
-0
/
+6
*
Serial: serial_core, use pr_debug
Jiri Slaby
2007-05-07
1
-12
/
+5
*
serial: define FIXED_PORT flag for serial_core
David Gibson
2007-05-07
1
-9
/
+13
*
serial driver PMC MSP71xx
Marc St-Jean
2007-05-07
1
-0
/
+2
*
[PATCH] serial: replace kmalloc+memset with kzalloc
Burman Yan
2007-02-14
1
-5
/
+2
*
[PATCH] serial: make sure UART is powered up when dumping MCTRL status
George G. Davis
2007-02-14
1
-0
/
+11
*
[PATCH] tty: switch to ktermios
Alan Cox
2006-12-08
1
-10
/
+11
*
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
2006-10-03
1
-6
/
+12
|
\
|
*
[SERIAL] Fix oops when removing suspended serial port
Russell King
2006-10-01
1
-2
/
+7
|
*
[SERIAL] returning proper error from serial core driver
Ram Gupta
2006-10-01
1
-0
/
+1
|
*
[SERIAL] Make uart_line_info() correctly tell MMIO from I/O port
Sergei Shtylyov
2006-10-01
1
-4
/
+4
*
|
[PATCH] const struct tty_operations
Jeff Dike
2006-10-02
1
-1
/
+1
|
/
*
[PATCH] suspend: make it possible to disable serial console suspend
Rafael J. Wysocki
2006-09-26
1
-0
/
+14
*
[SERIAL] Make uart_match_port() work with all memory mapped UARTs
Sergei Shtylyov
2006-08-30
1
-0
/
+3
*
[SERIAL] 8250: add tsi108 serial support
Zang Roy-r61911
2006-07-09
1
-0
/
+1
*
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
2006-07-03
1
-2
/
+4
|
\
|
*
[SERIAL] Convert fifosize to an unsigned int
Russell King
2006-07-02
1
-2
/
+4
*
|
[PATCH] lockdep: annotate serial
Ingo Molnar
2006-07-03
1
-1
/
+10
*
|
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
|
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
Greg Kroah-Hartman
2006-06-26
1
-1
/
+1
*
|
[PATCH] devfs: Remove devfs support from the serial subsystem
Greg Kroah-Hartman
2006-06-26
1
-2
/
+1
|
/
*
[ARM] 3523/1: Serial core pm_state
Andrew Victor
2006-05-16
1
-3
/
+6
*
[SERIAL] Clean up serial locking when obtaining a reference to a port
Russell King
2006-04-30
1
-54
/
+60
*
[SERIAL] kernel console should send CRLF not LFCR
Russell King
2006-03-20
1
-0
/
+21
*
[PATCH] serial core: work around sub-driver bugs
Pavel Machek
2006-03-08
1
-3
/
+29
*
[SERIAL] initialize spinlock for port failed to setup console
Atsushi Nemoto
2006-02-02
1
-1
/
+1
*
[SERIAL] Make uart_port flags a bitwise type
Russell King
2006-01-21
1
-5
/
+7
*
[SERIAL] Make port->ops constant
Russell King
2006-01-21
1
-2
/
+2
*
[SERIAL] convert uart_state.sem to uart_state.mutex
Ingo Molnar
2006-01-13
1
-30
/
+30
*
[SERIAL] turn serial semaphores into mutexes
Arjan van de Ven
2006-01-12
1
-7
/
+8
*
[SERIAL] Fix clocal wakeup problem
Russell King
2006-01-07
1
-0
/
+1
*
[SERIAL] Fix matching of MMIO ports
Benjamin Herrenschmidt
2006-01-04
1
-1
/
+1
*
[SERIAL] mark several serial tables const
Arjan van de Ven
2005-11-28
1
-1
/
+1
*
[SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21m
Russell King
2005-11-13
1
-35
/
+49
*
[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.
Pantelis Antoniou
2005-11-06
1
-0
/
+1
*
[SERIAL] Arrange better identification of ports
Russell King
2005-10-31
1
-1
/
+3
*
[SERIAL] remove unneeded code from serial_core.c
Jayachandran C
2005-10-30
1
-2
/
+1
*
[SERIAL] Prefix serial printks with KERN_INFO and pre-format
Russell King
2005-09-03
1
-6
/
+14
*
[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions
Sascha Hauer
2005-08-31
1
-132
/
+0
*
[SERIAL] Clean up and fix tty transmission start/stoping
Russell King
2005-08-31
1
-6
/
+6
*
[PATCH] Serial: Fix console port spinlock initialisation
Russell King
2005-07-03
1
-1
/
+13
*
[PATCH] Serial: Check status of CTS when using flow control
Russell King
2005-06-29
1
-0
/
+17
*
[PATCH] Serial: Adjust serial locking
Russell King
2005-06-29
1
-1
/
+10
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2395