index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
xilinx_uartps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: xilinx_uartps: Correct return value in probe
Rajan Vaja
2019-03-01
1
-13
/
+19
*
serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
Anssi Hannula
2019-02-19
1
-1
/
+7
*
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
Nava kishore Manne
2018-12-19
1
-2
/
+2
*
serial: uartps: Fix error path when alloc failed
Michal Simek
2018-12-19
1
-2
/
+4
*
serial: uartps: Check if the device is a console
Shubhrajyoti Datta
2018-12-19
1
-2
/
+2
*
serial: uartps: Add the device_init_wakeup
Shubhrajyoti Datta
2018-12-19
1
-0
/
+2
*
Revert "tty: xilinx_uartps: Correct return value in probe"
Greg Kroah-Hartman
2018-12-06
1
-12
/
+14
*
tty: xilinx_uartps: Correct return value in probe
Rajan Vaja
2018-12-05
1
-14
/
+12
*
serial: set suppress_bind_attrs flag only if builtin
Anders Roxell
2018-11-09
1
-0
/
+1
*
of: base: Change logic in of_alias_get_alias_list()
Michal Simek
2018-10-15
1
-1
/
+1
*
serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES
Michal Simek
2018-10-11
1
-2
/
+4
*
serial: uartps: Fix missing unlock on error in cdns_get_id()
Wei Yongjun
2018-10-02
1
-1
/
+3
*
serial: uartps: Change uart ID port allocation
Michal Simek
2018-09-20
1
-13
/
+96
*
serial: uartps: Enable automatic flow control
Michal Simek
2018-09-18
1
-5
/
+4
*
serial: uartps: Move Port ID to device data structure
Michal Simek
2018-09-18
1
-9
/
+11
*
serial: uartps: Register own uart console and driver structures
Michal Simek
2018-09-18
1
-38
/
+55
*
serial: uartps: Change logic how console_port is setup
Michal Simek
2018-09-18
1
-2
/
+9
*
serial: uartps: Fill struct uart_driver in probe()
Michal Simek
2018-09-18
1
-14
/
+12
*
serial: uartps: Move register to probe based on run time detection
Michal Simek
2018-09-18
1
-19
/
+23
*
serial: uartps: Move alias reading higher in probe()
Michal Simek
2018-09-18
1
-11
/
+10
*
serial: uartps: Do not use static struct uart_driver out of probe()
Michal Simek
2018-09-18
1
-5
/
+9
*
serial: uartps: Fix suspend functionality
Nava kishore Manne
2018-09-18
1
-29
/
+12
*
serial: uartps: Do not initialize field to zero again
Michal Simek
2018-09-18
1
-3
/
+0
*
serial: uartps: console_setup() can't be placed to init section
Michal Simek
2018-09-18
1
-1
/
+1
*
serial: xuartps: remove unnecessary register write
Helmut Grohne
2018-06-28
1
-2
/
+0
*
serial: xuartps: reduce hardware TX race condition
Helmut Grohne
2018-06-28
1
-12
/
+7
*
serial: xuartps: fix typo in cdns_uart_startup
Helmut Grohne
2018-06-28
1
-1
/
+1
*
Merge 4.17-rc3 into tty-next
Greg Kroah-Hartman
2018-04-30
1
-1
/
+1
|
\
|
*
tty: serial: xuartps: Setup early console when uartclk is also passed
Michal Simek
2018-04-23
1
-1
/
+1
*
|
serial: uartps: Remove static port array
Michal Simek
2018-04-25
1
-12
/
+4
*
|
serial: uartps: Move cnds_uart_get_port to probe
Michal Simek
2018-04-25
1
-40
/
+21
*
|
serial: uartps: Use dynamic array for console port
Michal Simek
2018-04-25
1
-5
/
+24
*
|
serial: uartps: Remove console_initcall from the driver
Michal Simek
2018-04-25
1
-14
/
+0
*
|
tty: serial: simplify getting .drvdata
Wolfram Sang
2018-04-22
1
-4
/
+2
|
/
*
serial: xuartps: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
1
-1
/
+1
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-6
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
tty: xilinx_uartps: move to arch_initcall for earlier console
Shubhrajyoti Datta
2017-10-04
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
[next]