index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
xilinx_uartps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
Nava kishore Manne
1
-2
/
+2
2018-12-19
serial: uartps: Fix error path when alloc failed
Michal Simek
1
-2
/
+4
2018-12-19
serial: uartps: Check if the device is a console
Shubhrajyoti Datta
1
-2
/
+2
2018-12-19
serial: uartps: Add the device_init_wakeup
Shubhrajyoti Datta
1
-0
/
+2
2018-12-06
Revert "tty: xilinx_uartps: Correct return value in probe"
Greg Kroah-Hartman
1
-12
/
+14
2018-12-05
tty: xilinx_uartps: Correct return value in probe
Rajan Vaja
1
-14
/
+12
2018-11-09
serial: set suppress_bind_attrs flag only if builtin
Anders Roxell
1
-0
/
+1
2018-10-15
of: base: Change logic in of_alias_get_alias_list()
Michal Simek
1
-1
/
+1
2018-10-11
serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES
Michal Simek
1
-2
/
+4
2018-10-02
serial: uartps: Fix missing unlock on error in cdns_get_id()
Wei Yongjun
1
-1
/
+3
2018-09-20
serial: uartps: Change uart ID port allocation
Michal Simek
1
-13
/
+96
2018-09-18
serial: uartps: Enable automatic flow control
Michal Simek
1
-5
/
+4
2018-09-18
serial: uartps: Move Port ID to device data structure
Michal Simek
1
-9
/
+11
2018-09-18
serial: uartps: Register own uart console and driver structures
Michal Simek
1
-38
/
+55
2018-09-18
serial: uartps: Change logic how console_port is setup
Michal Simek
1
-2
/
+9
2018-09-18
serial: uartps: Fill struct uart_driver in probe()
Michal Simek
1
-14
/
+12
2018-09-18
serial: uartps: Move register to probe based on run time detection
Michal Simek
1
-19
/
+23
2018-09-18
serial: uartps: Move alias reading higher in probe()
Michal Simek
1
-11
/
+10
2018-09-18
serial: uartps: Do not use static struct uart_driver out of probe()
Michal Simek
1
-5
/
+9
2018-09-18
serial: uartps: Fix suspend functionality
Nava kishore Manne
1
-29
/
+12
2018-09-18
serial: uartps: Do not initialize field to zero again
Michal Simek
1
-3
/
+0
2018-09-18
serial: uartps: console_setup() can't be placed to init section
Michal Simek
1
-1
/
+1
2018-06-28
serial: xuartps: remove unnecessary register write
Helmut Grohne
1
-2
/
+0
2018-06-28
serial: xuartps: reduce hardware TX race condition
Helmut Grohne
1
-12
/
+7
2018-06-28
serial: xuartps: fix typo in cdns_uart_startup
Helmut Grohne
1
-1
/
+1
2018-04-30
Merge 4.17-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2018-04-25
serial: uartps: Remove static port array
Michal Simek
1
-12
/
+4
2018-04-25
serial: uartps: Move cnds_uart_get_port to probe
Michal Simek
1
-40
/
+21
2018-04-25
serial: uartps: Use dynamic array for console port
Michal Simek
1
-5
/
+24
2018-04-25
serial: uartps: Remove console_initcall from the driver
Michal Simek
1
-14
/
+0
2018-04-23
tty: serial: xuartps: Setup early console when uartclk is also passed
Michal Simek
1
-1
/
+1
2018-04-22
tty: serial: simplify getting .drvdata
Wolfram Sang
1
-4
/
+2
2018-02-28
serial: xuartps: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
1
-1
/
+1
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-6
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-04
tty: xilinx_uartps: move to arch_initcall for earlier console
Shubhrajyoti Datta
1
-1
/
+1
2017-07-30
serial: xuartps: Remove __init marking from early write
Jeffy Chen
1
-1
/
+1
2017-06-03
serial: uartps: Fix kernel doc warnings
Nava kishore Manne
1
-0
/
+1
2017-05-18
serial: xilinx_uartps: Fix the error path
Shubhrajyoti Datta
1
-4
/
+5
2017-04-08
serial: xuartps: Enable clocks in the pm disable case also
Shubhrajyoti Datta
1
-7
/
+7
2017-03-17
serial: xuartps: Cleanup the clock enable
Shubhrajyoti Datta
1
-6
/
+3
2017-03-14
serial: xilinx_uartps: Add pm runtime support
Shubhrajyoti Datta
1
-8
/
+42
2017-01-25
serial: xuartps: Enable uart loopback mode
Yasir-Khan
1
-0
/
+9
2016-10-27
serial: xuartps: Add new compatible string for ZynqMP
Nava kishore Manne
1
-0
/
+2
2016-09-27
serial: xuartps: Add some register initialisation to cdns_early_console_setup()
Scott Telford
1
-1
/
+26
2016-09-27
serial: xuartps: Removed unwanted checks while reading the error conditions
Nava kishore Manne
1
-37
/
+35
2016-09-27
serial: xuartps: Rewrite the interrupt handling logic
Anirudha Sarangi
1
-105
/
+114
2016-09-22
serial: xuartps: Do not enable parity error interrupt
Anirudha Sarangi
1
-2
/
+15
2016-09-22
tty: serial: xuartps: Wait for rx and tx reset done status
Nava kishore Manne
1
-0
/
+8
2016-09-22
serial: xuartps: Adds RXBS register support for zynqmp
Nava kishore Manne
1
-20
/
+81
[next]