index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
omap-serial.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-11
1
-1
/
+1
*
serial: omap: remove redundant assignment to variable tmout
Colin Ian King
2024-04-11
1
-1
/
+0
*
serial: omap: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-10
/
+6
*
serial: omap: do not override settings for RS485 support
Lino Sanfilippo
2024-01-04
1
-13
/
+14
*
serial: omap: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-23
1
-4
/
+2
*
serial: omap: Use port lock wrappers
Thomas Gleixner
2023-09-18
1
-19
/
+19
*
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-09-01
1
-7
/
+4
|
\
|
*
serial: omap: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-25
1
-2
/
+1
|
*
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-07-25
1
-2
/
+2
|
*
serial: omap-serial: remove flag from serial_omap_rdi()
Jiri Slaby
2023-07-25
1
-3
/
+1
*
|
drm/i915: Move abs_diff() to math.h
Andy Shevchenko
2023-08-18
1
-6
/
+1
|
/
*
tty: serial: use uart_port_tx_limited()
Jiri Slaby (SUSE)
2022-11-03
1
-27
/
+5
*
tty: serial: extract serial_omap_put_char() from transmit_chars()
Jiri Slaby
2022-09-22
1
-9
/
+11
*
serial: omap: Disallow RS-485 if rts-gpio is not specified
Lukas Wunner
2022-09-22
1
-14
/
+13
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-07-08
1
-1
/
+1
*
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-27
1
-1
/
+2
*
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
2022-06-27
1
-4
/
+3
*
serial: omap: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+8
*
serial: omap: remove redundant code in rs485_config
Lino Sanfilippo
2022-04-15
1
-10
/
+3
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-2
/
+2
*
tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()
Jiri Slaby
2022-02-28
1
-15
/
+1
*
serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()
Tony Lindgren
2021-07-29
1
-73
/
+2
*
serial: drop irq-flags initialisations
Johan Hovold
2021-05-20
1
-5
/
+5
*
serial: omap: fix rs485 half-duplex filtering
Dario Binacchi
2021-04-22
1
-15
/
+24
*
serial: omap: don't disable rs485 if rts gpio is missing
Dario Binacchi
2021-04-22
1
-8
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-2
/
+0
*
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
1
-1
/
+3
*
serial: omap: Convert to use GPIO descriptors
Linus Walleij
2020-04-16
1
-23
/
+25
*
Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-04-01
1
-2
/
+0
|
\
|
*
serial: omap: drop unused dt-bindings header
Uwe Kleine-König
2020-03-24
1
-2
/
+0
*
|
drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()
Rafael J. Wysocki
2020-02-14
1
-5
/
+4
*
|
PM: QoS: Rename things related to the CPU latency QoS
Rafael J. Wysocki
2020-02-13
1
-3
/
+3
|
/
*
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
|
\
[next]