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
2022-04-22
serial: stm32: add earlycon support
Valentin Caron
2
-0
/
+52
2022-04-22
serial: stm32: add KGDB support
Valentin Caron
1
-2
/
+35
2022-04-22
serial: stm32: remove infinite loop possibility in putchar function
Valentin Caron
2
-3
/
+11
2022-04-22
tty: Add function for handling flow control chars
Ilpo Järvinen
1
-11
/
+18
2022-04-22
serial: core: fix tcdrain() with CTS enabled
Tomasz Moń
1
-12
/
+14
2022-04-22
serial/8250: Use fifo in 8250 console driver
Wander Lairson Costa
1
-6
/
+65
2022-04-22
drivers: tty: serial: Fix deadlock in sa1100_set_termios()
Duoming Zhou
1
-2
/
+2
2022-04-22
tty/sysrq: change the definition of sysrq_key_table's element to make it more...
Junwen Wu
1
-8
/
+6
2022-04-22
tty: serial: fsl_lpuart: remove the count initialization as it is not needed
Sherry Sun
1
-1
/
+1
2022-04-22
serial: allow COMPILE_TEST for some drivers
Jiri Slaby
2
-3
/
+5
2022-04-22
serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: qcom: use check for empty instead of pending
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: zs: use NULL as a pointer, not 0
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()
Jiri Slaby
1
-10
/
+7
2022-04-22
serial: xilinx_uartps: return early in cdns_uart_handle_tx()
Jiri Slaby
1
-29
/
+18
2022-04-22
serial: sunplus-uart: change sunplus_console_ports from global to static
Tom Rix
1
-1
/
+1
2022-04-22
tty: serial: meson: Added S4 SOC compatibility
Yu Tu
1
-0
/
+8
2022-04-22
tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...
Yu Tu
1
-2
/
+15
2022-04-22
serial: icom: remove unused struct icom_port members
Jiri Slaby
1
-19
/
+0
2022-04-22
serial: icom: delete empty serial hooks
Jiri Slaby
1
-11
/
+0
2022-04-22
serial: icom: use list_for_each_entry()
Jiri Slaby
1
-10
/
+6
2022-04-22
serial: icom: make icom_acfg_baud const and unsigned
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: icom: use ARRAY_SIZE
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: icom: move header content to .c
Jiri Slaby
2
-276
/
+265
2022-04-22
serial: icom: use proper __le types and functions
Jiri Slaby
2
-32
/
+29
2022-04-22
serial: icom: remove to_icom_adapter() and icom_kref_release()
Jiri Slaby
1
-10
/
+3
2022-04-22
serial: icom: switch vague casts to container_of
Jiri Slaby
1
-90
/
+106
2022-04-22
serial: icom: remove ICOM_VERSION_STR macro
Jiri Slaby
1
-1
/
+0
2022-04-20
tty: n_gsm: clean up implicit CR bit encoding in address field
Daniel Starke
1
-1
/
+1
2022-04-20
tty: n_gsm: clean up dead code in gsm_queue()
Daniel Starke
1
-4
/
+0
2022-04-20
Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"
Ilpo Järvinen
1
-74
/
+2
2022-04-15
tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...
Sherry Sun
1
-20
/
+4
2022-04-15
serial: When UART is suspended, set RTS to false
Al Cooper
1
-0
/
+5
2022-04-15
serial: 8250: add compatible for fsl,16550-FIFO64
Eric Tremblay
1
-0
/
+2
2022-04-15
serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64
Eric Tremblay
1
-1
/
+1
2022-04-15
serial: 8250: Handle UART without interrupt on TEMT using em485
Eric Tremblay
2
-2
/
+75
2022-04-15
serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe
Miaoqian Lin
1
-0
/
+2
2022-04-15
serial: atmel: remove redundant assignment in rs485_config
Lino Sanfilippo
1
-3
/
+1
2022-04-15
serial: fsl_lpuart: remove redundant code in rs485_config functions
Lino Sanfilippo
1
-32
/
+0
2022-04-15
serial: imx: remove redundant assignment in rs485_config
Lino Sanfilippo
1
-2
/
+0
2022-04-15
serial: max310: remove redundant memset in rs485_config
Lino Sanfilippo
1
-1
/
+0
2022-04-15
serial: omap: remove redundant code in rs485_config
Lino Sanfilippo
1
-10
/
+3
2022-04-15
serial: sc16is7xx: remove redundant check in rs485_config
Lino Sanfilippo
1
-10
/
+0
2022-04-15
serial: stm32: remove redundant code in rs485_config
Lino Sanfilippo
1
-7
/
+2
2022-04-15
serial: amba-pl011: remove redundant code in rs485_config
Lino Sanfilippo
1
-15
/
+1
2022-04-15
serial: core: move RS485 configuration tasks from drivers into core
Lino Sanfilippo
1
-0
/
+33
2022-04-15
tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud rates
Yu Tu
1
-2
/
+2
2022-04-15
serial: 8250: Report which option to enable for blacklisted PCI devices
Maciej W. Rozycki
1
-27
/
+40
2022-04-15
tty: n_tty: Restore EOF push handling behavior
Daniel Gibson
1
-1
/
+37
2022-04-15
serial: 8250: Make SERIAL_8250_EM available for arm64 systems
Phil Edworthy
1
-1
/
+1
[next]