index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
arc_uart.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: arc_uart: Use port lock wrappers
Thomas Gleixner
2023-09-18
1
-8
/
+8
*
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-07-25
1
-1
/
+1
*
serial: arc_uart: simplify flags handling in arc_serial_rx_chars()
Jiri Slaby
2023-07-25
1
-16
/
+13
*
serial: arc_uart: fix of_iomap leak in `arc_serial_probe`
Ke Zhang
2023-05-13
1
-3
/
+4
*
serial: arc_uart: Drop empty platform remove function
Uwe Kleine-König
2023-01-17
1
-7
/
+0
*
serial: arc: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-2
/
+1
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-05-13
1
-1
/
+1
*
serial: arc_uart: drop low-latency workaround
Johan Hovold
2021-04-22
1
-2
/
+0
*
tty/serial: Migrate arc_uart to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
serial: arc_uart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
1
-0
/
+5
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-4
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: arc: Remove __init marking from early write
Jeffy Chen
2017-07-30
1
-2
/
+2
*
serial/arc: constify uart_ops structures
Julia Lawall
2016-09-01
1
-1
/
+1
*
earlycon: Use common framework for earlycon declarations
Peter Hurley
2016-02-07
1
-1
/
+0
*
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
Merge 3.16-rc5 into tty-next.
Greg Kroah-Hartman
2014-07-14
1
-1
/
+1
|
\
|
*
serial: arc_uart: Use uart_circ_empty() for open-coded comparison
Peter Hurley
2014-07-11
1
-1
/
+1
*
|
serial/arc: Fix warning with CONSOLE_POLL
Vineet Gupta
2014-07-12
1
-7
/
+13
*
|
serial/arc: Enable DT based earlycon
Vineet Gupta
2014-07-11
1
-0
/
+1
*
|
serial/arc: inline the probe helper
Vineet Gupta
2014-07-11
1
-50
/
+40
*
|
serial/arc: remove last remanants of platform data
Vineet Gupta
2014-07-11
1
-16
/
+6
*
|
serial/arc: remove earlyprintk support and switch to earlycon
Vineet Gupta
2014-07-11
1
-75
/
+12
*
|
serial/arc: Use generic earlycon infrastructure
Vineet Gupta
2014-07-11
1
-0
/
+30
*
|
serial/arc: Remove the workaround for legacy ISS
Vineet Gupta
2014-07-11
1
-14
/
+0
*
|
serial/arc: Refactor by referencing to uart_port where possible
Vineet Gupta
2014-07-11
1
-86
/
+69
*
|
serial/arc: use uart_console_write() helper
Vineet Gupta
2014-07-11
1
-14
/
+4
*
|
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-07-10
1
-8
/
+0
|
/
*
serial: arc_uart: Remove casting the return value which is a void pointer
Jingoo Han
2013-09-26
1
-1
/
+1
*
tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
2013-08-28
1
-0
/
+2
*
Merge 3.11-rc4 into tty-next
Greg Kroah-Hartman
2013-08-04
1
-1
/
+1
|
\
|
*
serial: arc_uart: Fix module alias
Axel Lin
2013-07-27
1
-1
/
+1
*
|
serial/arc-uart: Remove the goto/label
Vineet Gupta
2013-08-02
1
-5
/
+2
*
|
serial/arc-uart: Handle Rx Error Interrupts w/o any data
Vineet Gupta
2013-08-02
1
-10
/
+16
*
|
serial: use dev_get_platdata()
Jingoo Han
2013-08-01
1
-1
/
+1
|
/
*
TTY: cleanup tty->hw_stopped uses
Jiri Slaby
2013-03-19
1
-1
/
+1
*
serial/arc-uart: Miscll DT related updates (Grant's review comments)
Vineet Gupta
2013-02-13
1
-6
/
+4
*
serial/arc-uart: Fix section mistmatch
Vineet Gupta
2013-01-18
1
-2
/
+2
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-16
1
-7
/
+1
*
serial/arc-uart: switch to devicetree based probing
Vineet Gupta
2013-01-16
1
-3
/
+40
*
serial/arc-uart: platform_data order changed
Vineet Gupta
2013-01-16
1
-5
/
+6
*
serial/arc-uart: split probe from probe_earlyprintk
Vineet Gupta
2013-01-16
1
-10
/
+11
*
serial/arc-uart: Don't index with -ve platform_device->id
Vineet Gupta
2013-01-16
1
-14
/
+15
*
tty: remove use of __devexit
Bill Pemberton
2012-11-22
1
-1
/
+1
*
tty: remove use of __devinit
Bill Pemberton
2012-11-22
1
-5
/
+5
*
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-11-22
1
-1
/
+1
*
serial/arc-uart: Add new driver
Vineet Gupta
2012-10-30
1
-0
/
+746