index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: Fix divide-by-zero fault in uart_get_divisor()
Peter Hurley
2014-11-05
1
-1
/
+1
*
Revert "serial/core: Initialize the console pm state"
Greg Kroah-Hartman
2014-10-02
1
-3
/
+0
*
serial/core: Initialize the console pm state
Sudhir Sreedharan
2014-09-28
1
-0
/
+3
*
serial: core: Use spin_lock_irq() in uart_set_termios()
Peter Hurley
2014-09-23
1
-5
/
+4
*
serial: core: Privatize tty->hw_stopped
Peter Hurley
2014-09-23
1
-15
/
+13
*
serial: core: Privatize modem status enable flags
Peter Hurley
2014-09-23
1
-12
/
+17
*
serial: core: Document and assert lock requirements for irq helpers
Peter Hurley
2014-09-23
1
-0
/
+8
*
serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()
Peter Hurley
2014-09-08
1
-5
/
+8
*
serial: core: Remove unsafe x_char optimization
Peter Hurley
2014-09-08
1
-6
/
+2
*
serial: core: Fix x_char race
Peter Hurley
2014-09-08
1
-4
/
+3
*
serial: Style fix
Peter Hurley
2014-09-08
1
-2
/
+1
*
Revert "serial: uart: add hw flow control support configuration"
Peter Hurley
2014-09-08
1
-9
/
+3
*
serial: serial_core.c: printk replacement
Sudip Mukherjee
2014-09-08
1
-15
/
+11
*
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2014-08-14
1
-0
/
+3
|
\
|
*
of: Enable console on serial ports specified by /chosen/stdout-path
Grant Likely
2014-06-26
1
-0
/
+3
*
|
serial/core: Fix too big allocation for attribute member
Yoshihiro YUNOMAE
2014-07-23
1
-1
/
+1
*
|
Serial: allow port drivers to have a default attribute group
Greg Kroah-Hartman
2014-07-17
1
-7
/
+17
*
|
tty: serial: Fix termios/port flags mismatch
Peter Hurley
2014-07-10
1
-2
/
+3
*
|
tty: Remove tty_hung_up_p() tests from tty drivers' open()
Peter Hurley
2014-07-10
1
-8
/
+0
*
|
tty: Move tty->closing from port lock critical section
Peter Hurley
2014-07-10
1
-1
/
+1
*
|
serial: core: Preserve termios c_cflag for console resume
Peter Hurley
2014-07-10
1
-0
/
+3
*
|
serial: core: Make enable_ms() optional
Alexander Shiyan
2014-07-09
1
-6
/
+11
|
/
*
serial: uart: add hw flow control support configuration
Murali Karicheri
2014-05-28
1
-3
/
+9
*
Merge 3.15-rc3 into tty-next
Greg Kroah-Hartman
2014-04-27
1
-18
/
+21
|
\
|
*
serial_core: fix uart PORT_UNKNOWN handling
Thomas Pfaff
2014-04-24
1
-18
/
+21
*
|
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
2014-04-24
1
-0
/
+3
|
/
*
serial_core: Fix pm imbalance on unbind
Geert Uytterhoeven
2014-04-16
1
-0
/
+2
*
serial_core: Fix conditional start_tx on ring buffer not empty
Seth Bollinger
2014-04-16
1
-2
/
+1
*
serial_core: Avoid NULL pointer dereference in uart_close()
Geert Uytterhoeven
2014-03-17
1
-2
/
+2
*
serial_core: Get a reference for port->tty in uart_remove_one_port()
Geert Uytterhoeven
2014-03-17
1
-1
/
+5
*
serial_core: Grammar s/ports/port's/
Geert Uytterhoeven
2014-03-17
1
-1
/
+1
*
serial_core: Spelling s/contro/control/
Geert Uytterhoeven
2014-03-17
1
-1
/
+1
*
serial_core: Unregister console in uart_remove_one_port()
Geert Uytterhoeven
2014-02-28
1
-0
/
+6
*
serial_core: Don't re-initialize a previously initialized spinlock.
Randy Witt
2013-12-08
1
-2
/
+6
*
serial: report base_baud after initialization
Kees Cook
2013-07-26
1
-2
/
+2
*
serial: Move "uart_console" def to core header file.
Sourav Poddar
2013-05-20
1
-6
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-1
/
+1
|
\
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
|
serial_core.c: add put_device() after device_find_child()
Federico Vaga
2013-04-15
1
-0
/
+4
|
/
*
tty: Remove ancient hardpps()
Peter Hurley
2013-02-13
1
-4
/
+0
*
pps: Additional cleanups in uart_handle_dcd_change
George Spelvin
2013-02-13
1
-10
/
+7
*
pps: Move timestamp read into PPS code proper
George Spelvin
2013-02-13
1
-4
/
+1
*
drivers/tty/serial: extern function which for release resource, need check po...
Chen Gang
2013-01-15
1
-1
/
+8
*
TTY: move low_latency to tty_port
Jiri Slaby
2013-01-15
1
-4
/
+3
*
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-15
1
-3
/
+3
*
tty: Fix comments that reference BKL, eventd, old paths
Kevin Cernekee
2013-01-15
1
-9
/
+9
*
tty: serial core: decouple pm states from ACPI
Linus Walleij
2013-01-15
1
-14
/
+16
*
Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-12-12
1
-14
/
+57
|
\
|
*
SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...
Russell King
2012-11-04
1
-4
/
+27
|
*
SERIAL: core: add hardware assisted h/w flow control support
Russell King
2012-11-04
1
-0
/
+7
[next]