index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
omap-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-14
Merge 4.5-rc4 into tty-next
Greg Kroah-Hartman
1
-3
/
+7
2016-02-06
ARM: OMAP: serial: Rename DRIVER_NAME
Jean Delvare
1
-1
/
+1
2016-02-06
serial/omap: mark wait_for_xmitr as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2016-02-06
serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)
Peter Hurley
1
-2
/
+6
2015-12-13
serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes
Denys Vlasenko
1
-1
/
+1
2015-10-04
serial: omap: remove warnings about unused functions
Ezequiel Garcia
1
-0
/
+2
2015-06-09
serial: omap: Switch wake-up interrupt to generic wakeirq
Tony Lindgren
1
-31
/
+4
2015-05-08
serial: omap: Fix error handling in probe
Semen Protsenko
1
-0
/
+2
2015-03-26
tty/serial: omap: fix !wakeirq message
Doug Kehn
1
-5
/
+5
2015-02-02
serial: omap: Fix RTS handling
Peter Hurley
1
-8
/
+14
2015-02-02
serial: core: Rework hw-assisted flow control support
Peter Hurley
1
-1
/
+6
2015-01-09
trivial fixes for omap-serial
Pavel Machek
1
-4
/
+4
2014-12-18
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-12-13
tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-1
/
+1
2014-11-25
tty: serial: omap_serial: line is unsigned, don't check < 0
Sebastian Andrzej Siewior
1
-5
/
+5
2014-11-06
tty/serial_core: Introduce lock mechanism for RS485
Ricardo Ribalda Delgado
1
-3
/
+0
2014-11-06
serial/omap: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-47
/
+22
2014-11-06
tty: serial: omap: Increase max consoles and add check to prevent crash
Nishanth Menon
1
-1
/
+8
2014-11-05
tty: serial: omap: Remove probe error message
Markus Pargmann
1
-2
/
+0
2014-09-28
tty: omap-serial: pull out calculation from baud_is_mode16
Frans Klaver
1
-18
/
+24
2014-09-28
tty: omap-serial: fix division by zero
Frans Klaver
1
-2
/
+10
2014-04-24
tty: serial: omap: fix Sparse warnings
Felipe Balbi
1
-2
/
+2
2014-04-24
tty: serial: omap: remove unneeded singlethread workqueue
Felipe Balbi
1
-3
/
+0
2014-04-24
tty: serial: omap: remove some dead code
Felipe Balbi
1
-39
/
+0
2014-04-24
tty: serial: omap: switch over to devm_ioremap_resource
Felipe Balbi
1
-23
/
+9
2014-04-24
tty: serial: omap: switch over to platform_get_resource
Felipe Balbi
1
-7
/
+3
2014-04-24
tty: serial: omap: cleanup variable declarations
Felipe Balbi
1
-3
/
+6
2014-04-24
tty: serial: omap: switch over to devm_request_gpio
Felipe Balbi
1
-2
/
+3
2014-04-24
tty: serial: add missing braces
Felipe Balbi
1
-1
/
+4
2014-04-24
Revert "serial: omap: unlock the port lock"
Felipe Balbi
1
-4
/
+1
2014-04-16
serial: omap: Fix missing pm_runtime_resume handling by simplifying code
Tony Lindgren
1
-12
/
+17
2014-04-16
serial: omap: free the wakeup settings in remove
Sanjay Singh Rawat
1
-0
/
+1
2014-03-17
tty/serial: omap: empty the RX FIFO at the end of half-duplex TX
Dimitris Lampridis
1
-0
/
+6
2014-03-17
tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX
Dimitris Lampridis
1
-2
/
+3
2014-02-13
serial: omap: fix rs485 probe on defered pinctrl
Michael Grzeschik
1
-1
/
+4
2014-02-13
serial: omap-serial: Move info message to probe function
Markus Pargmann
1
-3
/
+3
2013-10-31
serial: omap: fix missing comma
Philippe Proulx
1
-1
/
+1
2013-10-29
serial: omap: fix a few checkpatch warnings
Philippe Proulx
1
-9
/
+8
2013-10-29
serial: omap: improve RS-485 performance
Philippe Proulx
1
-12
/
+38
2013-10-29
serial: omap: Add support for optional wake-up
Tony Lindgren
1
-8
/
+46
2013-10-16
serial: omap: delete .set_wake callback
Linus Walleij
1
-10
/
+0
2013-09-26
OMAP/serial: Fix Mode13 vs Mode16 priority
Alexey Pelykh
1
-1
/
+1
2013-09-26
OMAP/serial: Fix misnamed variable
Alexey Pelykh
1
-4
/
+4
2013-08-27
Revert "OMAP: UART: Keep the TX fifo full when possible"
Greg Kroah-Hartman
1
-2
/
+1
2013-08-27
Revert "serial: omap: Fix IRQ handling return value"
Greg Kroah-Hartman
1
-1
/
+3
2013-08-15
OMAP: serial: Remove incorrect disabling of IER interrupt
Mark Jackson
1
-3
/
+0
2013-08-14
OMAP: add RS485 support
Mark Jackson
1
-0
/
+179
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-07-26
serial: omap: enable PM runtime only when its fully configured
Grygorii Strashko
1
-1
/
+2
2013-07-26
serial: omap: Fix IRQ handling return value
Ruchika Kharwar
1
-3
/
+1
[next]