aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sprd_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2020-03-18serial: sprd: remove redundant sprd_port cleanupChunyan Zhang1-3/+1
2020-03-18serial: sprd: getting port index via serial aliases onlyChunyan Zhang1-31/+5
2020-03-17serial: sprd: Fix a dereference warningLanqing Liu1-2/+1
2020-03-17serial: sprd: remove __init from sprd_console_setupChunyan Zhang1-1/+1
2020-03-17serial: sprd: check console via stdout-path in additionChunyan Zhang1-1/+2
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman1-0/+3
2019-12-18tty/serial: Migrate sprd_serial to use has_sysrqDmitry Safonov1-4/+1
2019-12-12serial: sprd: Add clearing break interrupt operationYonghan Ye1-0/+3
2019-10-04serial: sprd: Add polling IO supportLanqing Liu1-0/+33
2019-09-05serial: sprd: correct the wrong sequence of argumentsChunyan Zhang1-1/+1
2019-09-04serial: sprd: keep console alive even if missing the 'enable' clockChunyan Zhang1-4/+21
2019-09-04serial: sprd: add console_initcall in sprd's uart driverChunyan Zhang1-0/+7
2019-09-04serial: sprd: check the right port and membaseChunyan Zhang1-4/+6
2019-09-04serial: sprd: Add loopback function supportBaolin Wang1-1/+9
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-04-16serial: sprd: Fix a copy-paste err in sprd_request_dma()YueHaibing1-1/+1
2019-03-28serial: sprd: Add DMA mode supportLanqing Liu1-14/+426
2019-03-28serial: sprd: Add power management for the Spreadtrum serial controllerLanqing Liu1-4/+57
2019-02-26serial: sprd: Modify the baud rate calculation formulaLanqing Liu1-1/+1
2018-09-18serial: sprd: Fix the indentation issueBaolin Wang1-24/+22
2018-09-18serial: sprd: Change 'int' to 'unsigned int'Baolin Wang1-4/+5
2018-09-18serial: sprd: Remove unnecessary resource validationBaolin Wang1-5/+2
2018-09-18serial: sprd: Use readable macros instead of magic numberBaolin Wang1-8/+17
2018-09-18serial: sprd: Remove unused structureBaolin Wang1-11/+0
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva1-2/+2
2017-07-30serial: sprd: clear timeout interrupt only rather than all interruptsLanqing Liu1-1/+3
2017-04-08serial: sprd: adjust TIMEOUT to a big valueWei Qiao1-1/+1
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-2/+0
2015-12-13serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-10-04tty: serial: sprd: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-06-12serial: sprd: check for NULL after calling devm_clk_getFernando Guzman Lugo1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-1/+5
2015-03-07serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin1-1/+3
2015-03-07serial: sprd: Fix iotypePeter Hurley1-1/+3
2015-03-07sprd_serial: compile sprd_suspend and sprd_resume conditionallyPaul Bolle1-0/+2
2015-02-02tty/serial: Add Spreadtrum sc9836-uart driver supportChunyan Zhang1-0/+793