index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
omap-serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty/serial: Migrate omap-serial to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
tty: omap-serial: remove set but unused variable
Xiongfeng Wang
2019-12-10
1
-2
/
+5
*
tty: omap-serial: Fix initial on-boot RTS GPIO level
Rafael Gago
2018-01-09
1
-4
/
+3
*
serial: core: Support common rs485 binding for RTS polarity
Lukas Wunner
2017-11-28
1
-2
/
+5
*
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-28
1
-2
/
+2
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-5
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: omap: Fix EFR write on RTS deassertion
Lukas Wunner
2017-10-23
1
-1
/
+1
*
omap_serial: Removing superfluous check on no interrupt pending.
Martin Townsend
2017-10-23
1
-1
/
+1
*
serial: omap-serial: Use common rs485 device tree parsing function
Sascha Hauer
2017-09-18
1
-12
/
+1
*
serial: omap: Remove __init marking from early write
Jeffy Chen
2017-07-30
1
-7
/
+6
*
serial: omap: suspend device on probe errors
Johan Hovold
2017-04-11
1
-1
/
+2
*
serial: omap: fix runtime-pm handling on unbind
Johan Hovold
2017-04-11
1
-1
/
+5
*
tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
Sebastian Reichel
2017-04-08
1
-0
/
+3
*
tty: serial: constify uart_ops structures
Bhumika Goyal
2017-01-27
1
-1
/
+1
*
serial: omap: Add omapserial earlycon
Lokesh Vutla
2017-01-19
1
-0
/
+55
*
Merge 4.5-rc4 into tty-next
Greg Kroah-Hartman
2016-02-14
1
-3
/
+7
|
\
|
*
serial/omap: mark wait_for_xmitr as __maybe_unused
Arnd Bergmann
2016-02-06
1
-1
/
+1
|
*
serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)
Peter Hurley
2016-02-06
1
-2
/
+6
*
|
ARM: OMAP: serial: Rename DRIVER_NAME
Jean Delvare
2016-02-06
1
-1
/
+1
|
/
*
serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes
Denys Vlasenko
2015-12-13
1
-1
/
+1
*
serial: omap: remove warnings about unused functions
Ezequiel Garcia
2015-10-04
1
-0
/
+2
*
serial: omap: Switch wake-up interrupt to generic wakeirq
Tony Lindgren
2015-06-09
1
-31
/
+4
*
serial: omap: Fix error handling in probe
Semen Protsenko
2015-05-08
1
-0
/
+2
*
tty/serial: omap: fix !wakeirq message
Doug Kehn
2015-03-26
1
-5
/
+5
*
serial: omap: Fix RTS handling
Peter Hurley
2015-02-02
1
-8
/
+14
*
serial: core: Rework hw-assisted flow control support
Peter Hurley
2015-02-02
1
-1
/
+6
*
trivial fixes for omap-serial
Pavel Machek
2015-01-09
1
-4
/
+4
*
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-18
1
-1
/
+1
|
\
|
*
tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-13
1
-1
/
+1
*
|
tty: serial: omap_serial: line is unsigned, don't check < 0
Sebastian Andrzej Siewior
2014-11-25
1
-5
/
+5
*
|
tty/serial_core: Introduce lock mechanism for RS485
Ricardo Ribalda Delgado
2014-11-06
1
-3
/
+0
*
|
serial/omap: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
2014-11-06
1
-47
/
+22
*
|
tty: serial: omap: Increase max consoles and add check to prevent crash
Nishanth Menon
2014-11-06
1
-1
/
+8
*
|
tty: serial: omap: Remove probe error message
Markus Pargmann
2014-11-05
1
-2
/
+0
|
/
*
tty: omap-serial: pull out calculation from baud_is_mode16
Frans Klaver
2014-09-28
1
-18
/
+24
*
tty: omap-serial: fix division by zero
Frans Klaver
2014-09-28
1
-2
/
+10
*
tty: serial: omap: fix Sparse warnings
Felipe Balbi
2014-04-24
1
-2
/
+2
*
tty: serial: omap: remove unneeded singlethread workqueue
Felipe Balbi
2014-04-24
1
-3
/
+0
*
tty: serial: omap: remove some dead code
Felipe Balbi
2014-04-24
1
-39
/
+0
*
tty: serial: omap: switch over to devm_ioremap_resource
Felipe Balbi
2014-04-24
1
-23
/
+9
*
tty: serial: omap: switch over to platform_get_resource
Felipe Balbi
2014-04-24
1
-7
/
+3
*
tty: serial: omap: cleanup variable declarations
Felipe Balbi
2014-04-24
1
-3
/
+6
*
tty: serial: omap: switch over to devm_request_gpio
Felipe Balbi
2014-04-24
1
-2
/
+3
*
tty: serial: add missing braces
Felipe Balbi
2014-04-24
1
-1
/
+4
*
Revert "serial: omap: unlock the port lock"
Felipe Balbi
2014-04-24
1
-4
/
+1
*
serial: omap: Fix missing pm_runtime_resume handling by simplifying code
Tony Lindgren
2014-04-16
1
-12
/
+17
*
serial: omap: free the wakeup settings in remove
Sanjay Singh Rawat
2014-04-16
1
-0
/
+1
*
tty/serial: omap: empty the RX FIFO at the end of half-duplex TX
Dimitris Lampridis
2014-03-17
1
-0
/
+6
*
tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX
Dimitris Lampridis
2014-03-17
1
-2
/
+3
[next]