index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
xilinx_uartps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-12-16
1
-3
/
+1
|
\
|
*
serial: xuartps: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-3
/
+1
*
|
tty: serial: xilinx_uartps: use console_is_registered()
John Ogness
2022-12-02
1
-1
/
+1
|
/
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+2
*
tty: xilinx_uartps: Check the clk_enable return value
Shubhrajyoti Datta
2022-08-30
1
-2
/
+10
*
tty: xilinx_uartps: Add timeout waiting for loop
Shubhrajyoti Datta
2022-08-30
1
-1
/
+13
*
tty: xilinx_uartps: Prevent writes when the controller is disabled
Shubhrajyoti Datta
2022-08-30
1
-0
/
+15
*
tty: xilinx_uartps: Fix the ignore_status
Shubhrajyoti Datta
2022-08-30
1
-0
/
+2
*
tty: xilinx_uartps: Initialise the read_status_mask
Shubhrajyoti Datta
2022-08-30
1
-0
/
+2
*
tty: xilinx_uartps: Update copyright text to correct format
Michal Simek
2022-08-30
1
-1
/
+1
*
tty: xilinx_uartps: Check clk_enable return value
Shubhrajyoti Datta
2022-08-30
1
-2
/
+10
*
serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()
Jiri Slaby
2022-04-22
1
-10
/
+7
*
serial: xilinx_uartps: return early in cdns_uart_handle_tx()
Jiri Slaby
2022-04-22
1
-29
/
+18
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
serial: xilinx_uartps: Fix race condition causing stuck TX
Anssi Hannula
2021-10-26
1
-1
/
+2
*
serial: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2021-06-24
1
-1
/
+1
*
tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()
Lee Jones
2021-05-20
1
-1
/
+1
*
serial: drop irq-flags initialisations
Johan Hovold
2021-05-20
1
-4
/
+4
*
serial: xilinx_uartps: drop low-latency workaround
Johan Hovold
2021-04-22
1
-2
/
+1
*
tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'
Lee Jones
2020-11-06
1
-0
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
tty: xilinx_uartps: Really fix id assignment
Helmut Grohne
2020-07-21
1
-2
/
+6
*
Revert "tty: xilinx_uartps: Fix missing id assignment to the console"
Jan Kiszka
2020-06-27
1
-1
/
+0
*
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
2020-05-11
1
-0
/
+1
|
\
|
*
tty: xilinx_uartps: Fix missing id assignment to the console
Shubhrajyoti Datta
2020-05-04
1
-0
/
+1
*
|
Merge 5.7-rc3 into tty-next
Greg Kroah-Hartman
2020-04-27
1
-162
/
+49
|
\
|
|
*
Revert "serial: uartps: Register own uart console and driver structures"
Michal Simek
2020-04-16
1
-55
/
+40
|
*
Revert "serial: uartps: Move Port ID to device data structure"
Michal Simek
2020-04-16
1
-11
/
+9
|
*
Revert "serial: uartps: Change uart ID port allocation"
Michal Simek
2020-04-16
1
-98
/
+13
|
*
Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES"
Michal Simek
2020-04-16
1
-4
/
+2
|
*
Revert "serial: uartps: Fix error path when alloc failed"
Michal Simek
2020-04-16
1
-4
/
+2
|
*
Revert "serial: uartps: Use the same dynamic major number for all ports"
Michal Simek
2020-04-16
1
-3
/
+2
|
*
Revert "serial: uartps: Fix uartps_major handling"
Michal Simek
2020-04-16
1
-7
/
+1
*
|
serial: uartps: Use cdns_uart_tx_empty in console_write
Raviteja Narayanam
2020-04-16
1
-3
/
+1
*
|
serial: uartps: Wait for tx_empty in console setup
Raviteja Narayanam
2020-04-16
1
-0
/
+8
|
/
*
serial: uartps: Add TACTIVE check in cdns_uart_tx_empty function
Raviteja Narayanam
2020-03-24
1
-2
/
+2
*
serial: uartps: Remove unconditional wait inside set_termios
Raviteja Narayanam
2020-03-24
1
-14
/
+2
*
serial: xilinx_uartps: set_mctrl sets RTS and DTR
Maarten Brock
2020-01-14
1
-0
/
+4
*
serial: xilinx_uartps: set_termios sets flowcontrol
Maarten Brock
2020-01-14
1
-5
/
+9
*
serial: xilinx_uartps: Let get_mctrl return status
Maarten Brock
2020-01-14
1
-3
/
+25
*
tty/serial: Migrate xilinx_uartps to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
serial: uartps: Fix uartps_major handling
Michal Simek
2019-10-04
1
-1
/
+7
*
xilinx_uartps.c: suppress "may be used uninitialised" warning
Stephen Rothwell
2019-09-04
1
-1
/
+1
*
serial: uartps: Remove useless return from cdns_uart_poll_put_char
Nava kishore Manne
2019-06-18
1
-2
/
+0
*
serial: uartps: Do not add a trailing semicolon to macro
Nava kishore Manne
2019-06-18
1
-1
/
+1
*
serial: uartps: Fix long line over 80 chars
Nava kishore Manne
2019-06-18
1
-1
/
+2
*
serial: uartps: Fix multiple line dereference
Nava kishore Manne
2019-06-18
1
-2
/
+2
*
serial: uartps: Use octal permission for module_param()
Nava kishore Manne
2019-06-18
1
-2
/
+2
*
serial: uartps: Use the same dynamic major number for all ports
Shubhrajyoti Datta
2019-06-18
1
-2
/
+3
*
serial: uartps: Add a timeout to the tx empty wait
Shubhrajyoti Datta
2019-06-10
1
-4
/
+10
[next]