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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
serial-uartlite: Change logic how console_port is setup
Shubhrajyoti Datta
1
-2
/
+8
2019-11-13
tty: serial: pch_uart: correct usage of dma_unmap_sg
Peng Fan
1
-1
/
+4
2019-11-13
tty: serial: imx: use the sg count from dma_map_sg
Peng Fan
1
-1
/
+1
2019-11-13
Remove every trace of SERIAL_MAGIC
Pascal Terjan
1
-84
/
+0
2019-11-05
tty: serial: fsl_lpuart: use the sg count from dma_map_sg
Peng Fan
1
-2
/
+2
2019-11-04
Revert "tty:n_gsm.c: destroy port by tty_port_destroy()"
Greg Kroah-Hartman
1
-1
/
+0
2019-11-04
tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enable
Chuhong Yuan
1
-1
/
+1
2019-11-04
serial: 8250-mtk: Use platform_get_irq_optional() for optional irq
Frank Wunderlich
1
-1
/
+1
2019-11-04
serial: 8250_dw: Avoid double error messaging when IRQ absent
Andy Shevchenko
1
-5
/
+3
2019-11-04
tty: serial: msm_serial: Fix flow control
Jeffrey Hugo
1
-1
/
+5
2019-11-04
tty: rocket: reduce stack usage
Sudip Mukherjee
1
-13
/
+19
2019-11-04
tty: serial: lpuart: Add RS485 support for 32-bit uart flavour
Philippe Schenker
1
-2
/
+63
2019-11-04
tty: serial: lpuart: Use defines that correspond to correct register
Philippe Schenker
1
-2
/
+2
2019-11-04
tty: serial: lpuart: Remove unnecessary code from set_mctrl
Philippe Schenker
1
-11
/
+0
2019-10-27
Merge 5.4-rc5 into tty-next
Greg Kroah-Hartman
1
-4
/
+4
2019-10-16
serial: fsl_linflexuart: Be consistent with the name
Stefan-Gabriel Mirea
2
-6
/
+6
2019-10-16
Revert "serial: core: Use cons->index for preferred console registration"
Michal Simek
1
-2
/
+1
2019-10-15
8250-men-mcb: fix error checking when get_num_ports returns -ENODEV
Colin Ian King
1
-4
/
+4
2019-10-15
serial: 8250_exar: Move Exar pieces to custom ->startup()
Andy Shevchenko
2
-14
/
+19
2019-10-14
Merge 5.4-rc3 into tty-next
Greg Kroah-Hartman
13
-18
/
+48
2019-10-11
hvc: dcc: Add earlycon support
Michal Simek
1
-0
/
+28
2019-10-10
serdev: Add ACPI devices by ResourceSource field
Maximilian Luz
1
-12
/
+99
2019-10-10
serial: sirf: make register info static
Ben Dooks
1
-2
/
+3
2019-10-10
tty: serial: qcom_geni_serial: Wakeup over UART RX
Akash Asthana
1
-1
/
+43
2019-10-10
tty: serial: qcom_geni_serial: IRQ cleanup
Akash Asthana
1
-10
/
+14
2019-10-10
tty: serial: imx: Use platform_get_irq_optional() for optional IRQs
Anson Huang
1
-2
/
+2
2019-10-10
serial: fix kernel-doc warning in comments
Randy Dunlap
1
-0
/
+2
2019-10-07
serial: 8250_omap: Fix gpio check for auto RTS/CTS
Adam Ford
1
-2
/
+3
2019-10-07
serial: mctrl_gpio: Check for NULL pointer
Adam Ford
1
-0
/
+3
2019-10-07
tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()
Andrey Smirnov
1
-1
/
+1
2019-10-04
tty: n_hdlc: fix build on SPARC
Randy Dunlap
1
-0
/
+5
2019-10-04
serial: uartps: Fix uartps_major handling
Michal Simek
1
-1
/
+7
2019-10-04
tty:n_gsm.c: destroy port by tty_port_destroy()
Xiaoming Ni
1
-0
/
+1
2019-10-04
tty_ldisc: simplify tty_ldisc_autoload initialization
Pavel Machek
1
-6
/
+1
2019-10-04
drivers/tty/serial/8250: Make Aspeed VUART SIRQ polarity configurable
Oskar Senft
2
-0
/
+85
2019-10-04
serial: uartlite: fix exit path null pointer
Randy Dunlap
1
-1
/
+2
2019-10-04
tty: serial: linflexuart: Fix magic SysRq handling
Stefan-gabriel Mirea
1
-7
/
+14
2019-10-04
serial: sh-sci: Use platform_get_irq_optional() for optional interrupts
Geert Uytterhoeven
1
-2
/
+6
2019-10-04
serial/sifive: select SERIAL_EARLYCON
Christoph Hellwig
1
-0
/
+1
2019-10-04
tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'
Christophe JAILLET
1
-1
/
+1
2019-10-04
tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'
Christophe JAILLET
1
-1
/
+1
2019-10-04
serial: 8250_dw: Use devm_clk_get_optional() to get the input clock
Andy Shevchenko
1
-43
/
+32
2019-10-04
serial: 8250_lpss: Switch over to MSI interrupts
Felipe Balbi
1
-12
/
+9
2019-10-04
tty/amba-pl011: fix a -Wunused-function warning
Qian Cai
1
-4
/
+0
2019-10-04
serial: core: Use cons->index for preferred console registration
Michal Simek
1
-1
/
+2
2019-10-04
tty: 8250_of: Use software emulated RS485 direction control
Heiko Schocher
1
-0
/
+31
2019-10-04
serial: sprd: Add polling IO support
Lanqing Liu
1
-0
/
+33
2019-10-04
serial: imx: adapt rx buffer and dma periods
Philipp Puschmann
1
-3
/
+2
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2019-09-18
Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
46
-1798
/
+3026
[next]