index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sprd_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-23
Merge 5.5-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+3
2019-12-18
tty/serial: Migrate sprd_serial to use has_sysrq
Dmitry Safonov
1
-4
/
+1
2019-12-12
serial: sprd: Add clearing break interrupt operation
Yonghan Ye
1
-0
/
+3
2019-10-04
serial: sprd: Add polling IO support
Lanqing Liu
1
-0
/
+33
2019-09-05
serial: sprd: correct the wrong sequence of arguments
Chunyan Zhang
1
-1
/
+1
2019-09-04
serial: sprd: keep console alive even if missing the 'enable' clock
Chunyan Zhang
1
-4
/
+21
2019-09-04
serial: sprd: add console_initcall in sprd's uart driver
Chunyan Zhang
1
-0
/
+7
2019-09-04
serial: sprd: check the right port and membase
Chunyan Zhang
1
-4
/
+6
2019-09-04
serial: sprd: Add loopback function support
Baolin Wang
1
-1
/
+9
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-04-16
serial: sprd: Fix a copy-paste err in sprd_request_dma()
YueHaibing
1
-1
/
+1
2019-03-27
serial: sprd: Add DMA mode support
Lanqing Liu
1
-14
/
+426
2019-03-27
serial: sprd: Add power management for the Spreadtrum serial controller
Lanqing Liu
1
-4
/
+57
2019-02-26
serial: sprd: Modify the baud rate calculation formula
Lanqing Liu
1
-1
/
+1
2018-09-18
serial: sprd: Fix the indentation issue
Baolin Wang
1
-24
/
+22
2018-09-18
serial: sprd: Change 'int' to 'unsigned int'
Baolin Wang
1
-4
/
+5
2018-09-18
serial: sprd: Remove unnecessary resource validation
Baolin Wang
1
-5
/
+2
2018-09-18
serial: sprd: Use readable macros instead of magic number
Baolin Wang
1
-8
/
+17
2018-09-18
serial: sprd: Remove unused structure
Baolin Wang
1
-11
/
+0
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-9
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-08-28
tty: serial: sprd: fix error return code in sprd_probe()
Gustavo A. R. Silva
1
-2
/
+2
2017-07-30
serial: sprd: clear timeout interrupt only rather than all interrupts
Lanqing Liu
1
-1
/
+3
2017-04-08
serial: sprd: adjust TIMEOUT to a big value
Wei Qiao
1
-1
/
+1
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
1
-1
/
+1
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-1
/
+1
2016-02-07
earlycon: Use common framework for earlycon declarations
Peter Hurley
1
-2
/
+0
2015-12-14
serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytes
Denys Vlasenko
1
-1
/
+1
2015-10-04
tty: serial: sprd: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-06-13
serial: sprd: check for NULL after calling devm_clk_get
Fernando Guzman Lugo
1
-1
/
+1
2015-03-09
Merge 4.0-rc3 into tty-testing
Greg Kroah-Hartman
1
-1
/
+5
2015-03-07
serial: sprd: Fix missing spin_unlock in sprd_handle_irq()
Axel Lin
1
-1
/
+3
2015-03-07
serial: sprd: Fix iotype
Peter Hurley
1
-1
/
+3
2015-03-07
sprd_serial: compile sprd_suspend and sprd_resume conditionally
Paul Bolle
1
-0
/
+2
2015-02-02
tty/serial: Add Spreadtrum sc9836-uart driver support
Chunyan Zhang
1
-0
/
+793