index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
xilinx_uartps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: xilinx_uartps: Fix the ignore_status
Shubhrajyoti Datta
2022-10-26
1
-0
/
+2
*
serial: xilinx_uartps: Fix race condition causing stuck TX
Anssi Hannula
2021-11-26
1
-1
/
+2
*
serial: uartps: Wait for tx_empty in console setup
Raviteja Narayanam
2020-10-01
1
-0
/
+8
*
serial: uartps: Move the spinlock after the read of the tx empty
Shubhrajyoti Datta
2020-02-14
1
-2
/
+1
*
serial: uartps: Add a timeout to the tx empty wait
Shubhrajyoti Datta
2020-02-14
1
-4
/
+10
*
serial: uartps: Fix suspend functionality
Nava kishore Manne
2019-11-20
1
-29
/
+12
*
serial: uartps: console_setup() can't be placed to init section
Michal Simek
2019-04-20
1
-1
/
+1
*
serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
Anssi Hannula
2019-03-23
1
-1
/
+7
*
serial: set suppress_bind_attrs flag only if builtin
Anders Roxell
2019-01-26
1
-0
/
+1
*
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
Nava kishore Manne
2019-01-09
1
-2
/
+2
*
serial: xuartps: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-05-25
1
-1
/
+1
*
serial: xuartps: Remove __init marking from early write
Jeffy Chen
2017-07-30
1
-1
/
+1
*
serial: uartps: Fix kernel doc warnings
Nava kishore Manne
2017-06-03
1
-0
/
+1
*
serial: xilinx_uartps: Fix the error path
Shubhrajyoti Datta
2017-05-18
1
-4
/
+5
*
serial: xuartps: Enable clocks in the pm disable case also
Shubhrajyoti Datta
2017-04-08
1
-7
/
+7
*
serial: xuartps: Cleanup the clock enable
Shubhrajyoti Datta
2017-03-17
1
-6
/
+3
*
serial: xilinx_uartps: Add pm runtime support
Shubhrajyoti Datta
2017-03-14
1
-8
/
+42
*
serial: xuartps: Enable uart loopback mode
Yasir-Khan
2017-01-25
1
-0
/
+9
*
serial: xuartps: Add new compatible string for ZynqMP
Nava kishore Manne
2016-10-27
1
-0
/
+2
*
serial: xuartps: Add some register initialisation to cdns_early_console_setup()
Scott Telford
2016-09-27
1
-1
/
+26
*
serial: xuartps: Removed unwanted checks while reading the error conditions
Nava kishore Manne
2016-09-27
1
-37
/
+35
*
serial: xuartps: Rewrite the interrupt handling logic
Anirudha Sarangi
2016-09-27
1
-105
/
+114
*
serial: xuartps: Do not enable parity error interrupt
Anirudha Sarangi
2016-09-22
1
-2
/
+15
*
tty: serial: xuartps: Wait for rx and tx reset done status
Nava kishore Manne
2016-09-22
1
-0
/
+8
*
serial: xuartps: Adds RXBS register support for zynqmp
Nava kishore Manne
2016-09-22
1
-20
/
+81
*
tty: xuartps: constify uart_ops structures
Julia Lawall
2016-09-02
1
-1
/
+1
*
tty: xuartps: disable clocks when not used
Shubhrajyoti Datta
2016-06-25
1
-6
/
+24
*
serial: xuartps: Enable OF earlycon support
Michal Simek
2016-03-07
1
-1
/
+3
*
tty: xuartps: Consolidate TX handling
Soren Brinkmann
2016-02-06
1
-57
/
+40
*
tty: xuartps: Remove '_OFFSET' suffix from #defines
Soren Brinkmann
2016-02-06
1
-115
/
+106
*
tty: xuartps: Improve sysrq handling
Soren Brinkmann
2016-02-06
1
-15
/
+5
*
tty: xuartps: Cleanup: Reformat if-else
Soren Brinkmann
2016-02-06
1
-62
/
+62
*
tty: xuartps: Refactor IRQ handling
Soren Brinkmann
2016-02-06
1
-6
/
+11
*
tty: xuartps: Move request_irq to after setting up the HW
Soren Brinkmann
2016-02-06
1
-9
/
+12
*
tty: xuartps: Move RX path into helper function
Soren Brinkmann
2016-02-06
1
-22
/
+28
*
tty: xuartps: Acquire port lock for shutdown
Soren Brinkmann
2016-02-06
1
-0
/
+6
*
tty: xuartps: Keep lock for whole ISR
Soren Brinkmann
2016-02-06
1
-2
/
+0
*
tty: xuartps: Improve startup function
Soren Brinkmann
2016-02-06
1
-8
/
+12
*
tty: xuartps: Clear interrupt status register in shutdown
Soren Brinkmann
2016-02-06
1
-0
/
+1
*
tty: xuartps: Don't consider circular buffer when enabling transmitter
Soren Brinkmann
2016-02-06
1
-1
/
+4
*
tty: xuartps: Use spinlock to serialize HW access
Soren Brinkmann
2016-02-06
1
-12
/
+6
*
tty: xuartps: Beautify read-modify writes
Soren Brinkmann
2016-02-06
1
-6
/
+9
*
serial: xuartps: add __init to earlycon write method
Masahiro Yamada
2015-05-10
1
-1
/
+2
*
serial: xilinx: Use platform_get_irq to get irq description structure
Michal Simek
2015-04-28
1
-6
/
+6
*
serial: xuartps: Fix check in console_setup().
Thomas Betker
2015-03-26
1
-1
/
+1
*
serial: xuartps: Get rid of register access macros.
Thomas Betker
2015-03-26
1
-112
/
+118
*
serial: xuartps: Fix iobase use.
Thomas Betker
2015-03-26
1
-1
/
+0
*
serial: xuartps: Fix cdns_uart_port[] definition.
Thomas Betker
2015-03-26
1
-1
/
+1
*
serial: xuartps: Fix register space size.
Thomas Betker
2015-03-26
1
-1
/
+1
*
tty: constify of_device_id array
Fabian Frederick
2015-03-26
1
-1
/
+1
[next]