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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-08
serial: sh-sci: Extract sci_dma_rx_reenable_irq()
Geert Uytterhoeven
1
-8
/
+15
2019-01-08
serial: sh-sci: Extract sci_dma_rx_chan_invalidate()
Geert Uytterhoeven
1
-6
/
+13
2019-01-08
serial: max310x: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-08
sc16is7xx: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-01-08
serial: max310x: pass return value of spi_register_driver
Kangjie Lu
1
-2
/
+2
2019-01-08
serial: clps711x: Remove board support
Alexander Shiyan
1
-18
/
+5
2019-01-05
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
3
-0
/
+851
2019-01-01
tty: serial: Add RDA8810PL UART driver
Manivannan Sadhasivam
3
-0
/
+851
2018-12-29
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
26
-221
/
+676
2018-12-24
Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"
Greg Kroah-Hartman
1
-1
/
+0
2018-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-5
/
+26
2018-12-21
serial/sunsu: fix refcount leak
Yangtao Li
1
-5
/
+26
2018-12-20
serial: sccnxp: Allow to use non-standard baud rates
Alexander Shiyan
1
-3
/
+19
2018-12-20
serial: sccnxp: Adds a delay between sequential read/write cycles
Alexander Shiyan
1
-5
/
+27
2018-12-20
tty: serial: qcom_geni_serial: Fix UART hang
Ryan Case
1
-0
/
+8
2018-12-20
tty: serial: qcom_geni_serial: Fix wrap around of TX buffer
Matthias Kaehlcke
1
-5
/
+7
2018-12-19
serial: max310x: Fix tx_empty() callback
Alexander Shiyan
1
-5
/
+2
2018-12-19
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
Nava kishore Manne
1
-2
/
+2
2018-12-19
serial: uartps: Fix error path when alloc failed
Michal Simek
1
-2
/
+4
2018-12-19
serial: uartps: Check if the device is a console
Shubhrajyoti Datta
1
-2
/
+2
2018-12-19
serial: uartps: Add the device_init_wakeup
Shubhrajyoti Datta
1
-0
/
+2
2018-12-17
Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"
Paul Burton
1
-24
/
+5
2018-12-17
tty: serial: samsung: Increase maximum baudrate
Seung-Woo Kim
1
-1
/
+1
2018-12-17
tty: serial: samsung: Properly set flags in autoCTS mode
Beomho Seo
1
-0
/
+3
2018-12-17
tty: Use of_node_name_{eq,prefix} for node name comparisons
Rob Herring
3
-8
/
+8
2018-12-17
tty/serial: do not free trasnmit buffer page under port lock
Sergey Senozhatsky
1
-6
/
+16
2018-12-17
serial: 8250: Rate limit serial port rx interrupts during input overruns
Darwin Dingel
3
-1
/
+52
2018-12-17
tty: serial: qcom_geni_serial: Remove interrupt storm
Ryan Case
1
-2
/
+23
2018-12-17
serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure
Geert Uytterhoeven
1
-3
/
+8
2018-12-17
serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback
Geert Uytterhoeven
1
-1
/
+1
2018-12-17
serial: sh-sci: Fix locking in sci_submit_rx()
Geert Uytterhoeven
1
-7
/
+9
2018-12-10
Merge 4.20-rc6 into tty-next
Greg Kroah-Hartman
2
-11
/
+9
2018-12-09
Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-11
/
+9
2018-12-06
kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
Macpaul Lin
1
-2
/
+2
2018-12-06
Revert "tty: xilinx_uartps: Correct return value in probe"
Greg Kroah-Hartman
1
-12
/
+14
2018-12-05
tty: serial: 8250_mtk: always resume the device in probe.
Peter Shih
1
-9
/
+7
2018-12-05
serial: 8250-mtk: add uart DMA support
Long Cheng
1
-1
/
+209
2018-12-05
tty: xilinx_uartps: Correct return value in probe
Rajan Vaja
1
-14
/
+12
2018-12-05
tty: serial: qcom_geni_serial: Fix softlock
Ryan Case
1
-17
/
+39
2018-12-05
Revert "serial/sunsu: add missing of_node_put()"
Greg Kroah-Hartman
1
-15
/
+5
2018-12-03
drivers/tty: add missing of_node_put()
Yangtao Li
1
-0
/
+1
2018-11-27
serial: imx: fix error handling in console_setup
Stefan Agner
1
-1
/
+1
2018-11-27
serial: mvebu-uart: initialize over sampling stack register
Miquel Raynal
1
-1
/
+6
2018-11-27
serial: mvebu-uart: clarify the baud rate derivation
Miquel Raynal
1
-8
/
+14
2018-11-27
serial/sunsu: add missing of_node_put()
Yangtao Li
1
-5
/
+15
2018-11-27
drivers/tty: add missing of_node_put()
Yangtao Li
1
-0
/
+1
2018-11-27
serial-uartlite: fix null pointer dereference on pointer port
Colin Ian King
1
-5
/
+10
2018-11-12
Merge 4.20-rc2 into tty-next
Greg Kroah-Hartman
1
-4
/
+4
2018-11-10
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+4
2018-11-09
serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
Yoshihiro Shimoda
1
-2
/
+2
[next]