summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sprd_serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sprd: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: sprd: Use port lock wrappersThomas Gleixner2023-09-181-15/+15
* serial: sprd: Fix DMA buffer leak issueChunyan Zhang2023-07-301-2/+3
* serial: sprd: Assign sprd_port after initialized to avoid wrong accessChunyan Zhang2023-07-301-8/+17
* serial: sprd: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-2/+3
* serial: sprd: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
* serial: sprd: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-5/+2
* tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)2022-11-031-28/+5
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-3/+2
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* serial: sprd: remove redundant sprd_port cleanupChunyan Zhang2020-03-181-3/+1
* serial: sprd: getting port index via serial aliases onlyChunyan Zhang2020-03-181-31/+5
* serial: sprd: Fix a dereference warningLanqing Liu2020-03-171-2/+1
* serial: sprd: remove __init from sprd_console_setupChunyan Zhang2020-03-171-1/+1
* serial: sprd: check console via stdout-path in additionChunyan Zhang2020-03-171-1/+2
* Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman2019-12-231-0/+3
|\
| * serial: sprd: Add clearing break interrupt operationYonghan Ye2019-12-121-0/+3
* | tty/serial: Migrate sprd_serial to use has_sysrqDmitry Safonov2019-12-181-4/+1
|/
* serial: sprd: Add polling IO supportLanqing Liu2019-10-041-0/+33
* serial: sprd: correct the wrong sequence of argumentsChunyan Zhang2019-09-051-1/+1
* serial: sprd: keep console alive even if missing the 'enable' clockChunyan Zhang2019-09-041-4/+21
* serial: sprd: add console_initcall in sprd's uart driverChunyan Zhang2019-09-041-0/+7
* serial: sprd: check the right port and membaseChunyan Zhang2019-09-041-4/+6
* serial: sprd: Add loopback function supportBaolin Wang2019-09-041-1/+9
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* serial: sprd: Fix a copy-paste err in sprd_request_dma()YueHaibing2019-04-161-1/+1
* serial: sprd: Add DMA mode supportLanqing Liu2019-03-281-14/+426
* serial: sprd: Add power management for the Spreadtrum serial controllerLanqing Liu2019-03-281-4/+57
* serial: sprd: Modify the baud rate calculation formulaLanqing Liu2019-02-261-1/+1
* serial: sprd: Fix the indentation issueBaolin Wang2018-09-181-24/+22
* serial: sprd: Change 'int' to 'unsigned int'Baolin Wang2018-09-181-4/+5
* serial: sprd: Remove unnecessary resource validationBaolin Wang2018-09-181-5/+2
* serial: sprd: Use readable macros instead of magic numberBaolin Wang2018-09-181-8/+17
* serial: sprd: Remove unused structureBaolin Wang2018-09-181-11/+0
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-9/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva2017-08-281-2/+2
* serial: sprd: clear timeout interrupt only rather than all interruptsLanqing Liu2017-07-301-1/+3
* serial: sprd: adjust TIMEOUT to a big valueWei Qiao2017-04-081-1/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-2/+0
* serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko2015-12-131-1/+1
* tty: serial: sprd: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* serial: sprd: check for NULL after calling devm_clk_getFernando Guzman Lugo2015-06-121-1/+1
* Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-1/+5
|\
| * serial: sprd: Fix iotypePeter Hurley2015-03-071-1/+3
| * sprd_serial: compile sprd_suspend and sprd_resume conditionallyPaul Bolle2015-03-071-0/+2
* | serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin2015-03-071-1/+3
|/