index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
arc_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-01
serial/arc: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2016-02-07
earlycon: Use common framework for earlycon declarations
Peter Hurley
1
-1
/
+0
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-14
Merge 3.16-rc5 into tty-next.
Greg Kroah-Hartman
1
-1
/
+1
2014-07-12
serial/arc: Fix warning with CONSOLE_POLL
Vineet Gupta
1
-7
/
+13
2014-07-11
serial: arc_uart: Use uart_circ_empty() for open-coded comparison
Peter Hurley
1
-1
/
+1
2014-07-11
serial/arc: Enable DT based earlycon
Vineet Gupta
1
-0
/
+1
2014-07-11
serial/arc: inline the probe helper
Vineet Gupta
1
-50
/
+40
2014-07-11
serial/arc: remove last remanants of platform data
Vineet Gupta
1
-16
/
+6
2014-07-11
serial/arc: remove earlyprintk support and switch to earlycon
Vineet Gupta
1
-75
/
+12
2014-07-11
serial/arc: Use generic earlycon infrastructure
Vineet Gupta
1
-0
/
+30
2014-07-11
serial/arc: Remove the workaround for legacy ISS
Vineet Gupta
1
-14
/
+0
2014-07-11
serial/arc: Refactor by referencing to uart_port where possible
Vineet Gupta
1
-86
/
+69
2014-07-11
serial/arc: use uart_console_write() helper
Vineet Gupta
1
-14
/
+4
2014-07-10
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-8
/
+0
2013-09-27
serial: arc_uart: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-08-28
tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
1
-0
/
+2
2013-08-05
Merge 3.11-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2013-08-02
serial/arc-uart: Remove the goto/label
Vineet Gupta
1
-5
/
+2
2013-08-02
serial/arc-uart: Handle Rx Error Interrupts w/o any data
Vineet Gupta
1
-10
/
+16
2013-08-01
serial: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-07-27
serial: arc_uart: Fix module alias
Axel Lin
1
-1
/
+1
2013-03-19
TTY: cleanup tty->hw_stopped uses
Jiri Slaby
1
-1
/
+1
2013-02-13
serial/arc-uart: Miscll DT related updates (Grant's review comments)
Vineet Gupta
1
-6
/
+4
2013-01-18
serial/arc-uart: Fix section mistmatch
Vineet Gupta
1
-2
/
+2
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+1
2013-01-16
serial/arc-uart: switch to devicetree based probing
Vineet Gupta
1
-3
/
+40
2013-01-16
serial/arc-uart: platform_data order changed
Vineet Gupta
1
-5
/
+6
2013-01-16
serial/arc-uart: split probe from probe_earlyprintk
Vineet Gupta
1
-10
/
+11
2013-01-16
serial/arc-uart: Don't index with -ve platform_device->id
Vineet Gupta
1
-14
/
+15
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-5
/
+5
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-31
serial/arc-uart: Add new driver
Vineet Gupta
1
-0
/
+746