index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sprd_serial.c
Age
Commit message (
Expand
)
Author
2020-03-18
serial: sprd: remove redundant sprd_port cleanup
Chunyan Zhang
2020-03-18
serial: sprd: getting port index via serial aliases only
Chunyan Zhang
2020-03-17
serial: sprd: Fix a dereference warning
Lanqing Liu
2020-03-17
serial: sprd: remove __init from sprd_console_setup
Chunyan Zhang
2020-03-17
serial: sprd: check console via stdout-path in addition
Chunyan Zhang
2019-12-23
Merge 5.5-rc3 into tty-next
Greg Kroah-Hartman
2019-12-18
tty/serial: Migrate sprd_serial to use has_sysrq
Dmitry Safonov
2019-12-12
serial: sprd: Add clearing break interrupt operation
Yonghan Ye
2019-10-04
serial: sprd: Add polling IO support
Lanqing Liu
2019-09-05
serial: sprd: correct the wrong sequence of arguments
Chunyan Zhang
2019-09-04
serial: sprd: keep console alive even if missing the 'enable' clock
Chunyan Zhang
2019-09-04
serial: sprd: add console_initcall in sprd's uart driver
Chunyan Zhang
2019-09-04
serial: sprd: check the right port and membase
Chunyan Zhang
2019-09-04
serial: sprd: Add loopback function support
Baolin Wang
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-04-16
serial: sprd: Fix a copy-paste err in sprd_request_dma()
YueHaibing
2019-03-28
serial: sprd: Add DMA mode support
Lanqing Liu
2019-03-28
serial: sprd: Add power management for the Spreadtrum serial controller
Lanqing Liu
2019-02-26
serial: sprd: Modify the baud rate calculation formula
Lanqing Liu
2018-09-18
serial: sprd: Fix the indentation issue
Baolin Wang
2018-09-18
serial: sprd: Change 'int' to 'unsigned int'
Baolin Wang
2018-09-18
serial: sprd: Remove unnecessary resource validation
Baolin Wang
2018-09-18
serial: sprd: Use readable macros instead of magic number
Baolin Wang
2018-09-18
serial: sprd: Remove unused structure
Baolin Wang
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-08-28
tty: serial: sprd: fix error return code in sprd_probe()
Gustavo A. R. Silva
2017-07-30
serial: sprd: clear timeout interrupt only rather than all interrupts
Lanqing Liu
2017-04-08
serial: sprd: adjust TIMEOUT to a big value
Wei Qiao
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
2016-02-06
earlycon: Use common framework for earlycon declarations
Peter Hurley
2015-12-13
serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytes
Denys Vlasenko
2015-10-04
tty: serial: sprd: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-06-12
serial: sprd: check for NULL after calling devm_clk_get
Fernando Guzman Lugo
2015-03-09
Merge 4.0-rc3 into tty-testing
Greg Kroah-Hartman
2015-03-07
serial: sprd: Fix missing spin_unlock in sprd_handle_irq()
Axel Lin
2015-03-07
serial: sprd: Fix iotype
Peter Hurley
2015-03-07
sprd_serial: compile sprd_suspend and sprd_resume conditionally
Paul Bolle
2015-02-02
tty/serial: Add Spreadtrum sc9836-uart driver support
Chunyan Zhang