| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: serial: switch from circ_buf to kfifo | Jiri Slaby (SUSE) | 2024-04-09 | 1 | -10/+10 |
* | serial: sprd: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-23 | 1 | -4/+2 |
* | serial: sprd: Use port lock wrappers | Thomas Gleixner | 2023-09-18 | 1 | -15/+15 |
* | serial: sprd: Fix DMA buffer leak issue | Chunyan Zhang | 2023-07-30 | 1 | -2/+3 |
* | serial: sprd: Assign sprd_port after initialized to avoid wrong access | Chunyan Zhang | 2023-07-30 | 1 | -8/+17 |
* | serial: sprd: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 2023-07-25 | 1 | -2/+1 |
* | serial: drivers: switch ch and flag to u8 | Jiri Slaby | 2023-07-25 | 1 | -2/+3 |
* | serial: sprd: Drop of_match_ptr for ID table | Krzysztof Kozlowski | 2023-03-16 | 1 | -1/+1 |
* | serial: sprd: Use uart_xmit_advance() | Ilpo Järvinen | 2022-11-03 | 1 | -5/+2 |
* | tty: serial: use uart_port_tx_limited() | Jiri Slaby (SUSE) | 2022-11-03 | 1 | -28/+5 |
* | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 2022-08-30 | 1 | -3/+2 |
* | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby | 2022-03-03 | 1 | -2/+2 |
* | serial: sprd: remove redundant sprd_port cleanup | Chunyan Zhang | 2020-03-18 | 1 | -3/+1 |
* | serial: sprd: getting port index via serial aliases only | Chunyan Zhang | 2020-03-18 | 1 | -31/+5 |
* | serial: sprd: Fix a dereference warning | Lanqing Liu | 2020-03-17 | 1 | -2/+1 |
* | serial: sprd: remove __init from sprd_console_setup | Chunyan Zhang | 2020-03-17 | 1 | -1/+1 |
* | serial: sprd: check console via stdout-path in addition | Chunyan Zhang | 2020-03-17 | 1 | -1/+2 |
* | Merge 5.5-rc3 into tty-next | Greg Kroah-Hartman | 2019-12-23 | 1 | -0/+3 |
|\ |
|
| * | serial: sprd: Add clearing break interrupt operation | Yonghan Ye | 2019-12-12 | 1 | -0/+3 |
* | | tty/serial: Migrate sprd_serial to use has_sysrq | Dmitry Safonov | 2019-12-18 | 1 | -4/+1 |
|/ |
|
* | serial: sprd: Add polling IO support | Lanqing Liu | 2019-10-04 | 1 | -0/+33 |
* | serial: sprd: correct the wrong sequence of arguments | Chunyan Zhang | 2019-09-05 | 1 | -1/+1 |
* | serial: sprd: keep console alive even if missing the 'enable' clock | Chunyan Zhang | 2019-09-04 | 1 | -4/+21 |
* | serial: sprd: add console_initcall in sprd's uart driver | Chunyan Zhang | 2019-09-04 | 1 | -0/+7 |
* | serial: sprd: check the right port and membase | Chunyan Zhang | 2019-09-04 | 1 | -4/+6 |
* | serial: sprd: Add loopback function support | Baolin Wang | 2019-09-04 | 1 | -1/+9 |
* | tty: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-09-04 | 1 | -3/+1 |
* | serial: sprd: Fix a copy-paste err in sprd_request_dma() | YueHaibing | 2019-04-16 | 1 | -1/+1 |
* | serial: sprd: Add DMA mode support | Lanqing Liu | 2019-03-28 | 1 | -14/+426 |
* | serial: sprd: Add power management for the Spreadtrum serial controller | Lanqing Liu | 2019-03-28 | 1 | -4/+57 |
* | serial: sprd: Modify the baud rate calculation formula | Lanqing Liu | 2019-02-26 | 1 | -1/+1 |
* | serial: sprd: Fix the indentation issue | Baolin Wang | 2018-09-18 | 1 | -24/+22 |
* | serial: sprd: Change 'int' to 'unsigned int' | Baolin Wang | 2018-09-18 | 1 | -4/+5 |
* | serial: sprd: Remove unnecessary resource validation | Baolin Wang | 2018-09-18 | 1 | -5/+2 |
* | serial: sprd: Use readable macros instead of magic number | Baolin Wang | 2018-09-18 | 1 | -8/+17 |
* | serial: sprd: Remove unused structure | Baolin Wang | 2018-09-18 | 1 | -11/+0 |
* | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-08 | 1 | -9/+0 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 1 | -0/+1 |
* | tty: serial: sprd: fix error return code in sprd_probe() | Gustavo A. R. Silva | 2017-08-28 | 1 | -2/+2 |
* | serial: sprd: clear timeout interrupt only rather than all interrupts | Lanqing Liu | 2017-07-30 | 1 | -1/+3 |
* | serial: sprd: adjust TIMEOUT to a big value | Wei Qiao | 2017-04-08 | 1 | -1/+1 |
* | tty: serial: constify uart_ops structures | Bhumika Goyal | 2017-01-27 | 1 | -1/+1 |
* | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-27 | 1 | -1/+1 |
* | earlycon: Use common framework for earlycon declarations | Peter Hurley | 2016-02-06 | 1 | -2/+0 |
* | serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 2015-12-13 | 1 | -1/+1 |
* | tty: serial: sprd: Fix module autoload for OF platform driver | Luis de Bethencourt | 2015-10-04 | 1 | -0/+1 |
* | serial: sprd: check for NULL after calling devm_clk_get | Fernando Guzman Lugo | 2015-06-12 | 1 | -1/+1 |
* | Merge 4.0-rc3 into tty-testing | Greg Kroah-Hartman | 2015-03-09 | 1 | -1/+5 |
|\ |
|
| * | serial: sprd: Fix iotype | Peter Hurley | 2015-03-07 | 1 | -1/+3 |
| * | sprd_serial: compile sprd_suspend and sprd_resume conditionally | Paul Bolle | 2015-03-07 | 1 | -0/+2 |