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
2021-01-07
serial: stm32: clean probe and remove port deinit
Erwan Le Ray
1
-2
/
+7
2021-01-07
serial: stm32: update conflicting RTS/CTS config comment
Erwan Le Ray
1
-1
/
+4
2021-01-07
serial: stm32: add author
Erwan Le Ray
1
-1
/
+2
2021-01-07
serial: stm32: add "_usart" prefix in functions name
Erwan Le Ray
1
-171
/
+177
2021-01-07
serial: stm32: fix code cleaning warnings and checks
Erwan Le Ray
1
-18
/
+15
2021-01-07
serial: stm32: fix DMA initialization error handling
Erwan Le Ray
1
-7
/
+17
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
8
-16
/
+1
2021-01-07
tty: cpm_uart, use port->flags instead of low_latency
Jiri Slaby
1
-2
/
+1
2021-01-07
vt: drop old FONT ioctls
Jiri Slaby
2
-187
/
+3
2021-01-07
vt/consolemap: do font sum unsigned
Jiri Slaby
1
-1
/
+1
2021-01-07
8250_tegra: clean up tegra_uart_handle_break
Jiri Slaby
1
-5
/
+6
2021-01-07
tty: pty, remove BUG_ON from pty_close
Jiri Slaby
1
-1
/
+0
2021-01-07
vt: keyboard, defkeymap.c_shipped, approach the unicode table
Jiri Slaby
1
-34
/
+34
2021-01-07
vt: keyboard, defkeymap.c_shipped, approach the definitions
Jiri Slaby
1
-7
/
+7
2021-01-07
vt: keyboard, make keyboard_tasklet local
Jiri Slaby
1
-2
/
+3
2021-01-07
vt: move set_leds to keyboard.c
Jiri Slaby
2
-3
/
+11
2020-12-28
serial: mvebu-uart: fix tx lost characters at power off
Pali Rohár
1
-1
/
+9
2020-12-28
tty: serial: icom: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-3
/
+1
2020-12-28
tty: serial: cpm_uart: Add udbg support for enabling xmon
Christophe Leroy
1
-1
/
+39
2020-12-28
tty/serial/lantiq: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-28
tty/serial/imx: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-28
tty: new helper function tty_get_icount()
Uwe Kleine-König
1
-4
/
+25
2020-12-28
tty: rename tty_kopen() and add new function tty_kopen_shared()
Uwe Kleine-König
1
-18
/
+38
2020-12-18
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
3
-0
/
+437
2020-12-16
Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-16
/
+19
2020-12-16
Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
52
-14933
/
+427
2020-12-15
Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+9
2020-12-14
Merge branch 'for-5.11-null-console' into for-linus
Petr Mladek
3
-16
/
+19
2020-12-11
serial: 8250_pci: Drop bogus __refdata annotation
Geert Uytterhoeven
1
-1
/
+1
2020-12-11
tty: serial: meson: enable console as module
Kevin Hilman
2
-2
/
+8
2020-12-10
serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
Alexander Sverdlin
1
-5
/
+0
2020-12-10
serial: imx: Move imx_uart_probe_dt() content into probe()
Fabio Estevam
1
-40
/
+24
2020-12-09
serial: imx: Remove unneeded of_device_get_match_data() NULL check
Fabio Estevam
1
-3
/
+0
2020-12-09
tty: Fix whitespace inconsistencies in vt_io_ioctl
Yan.Gao
1
-2
/
+2
2020-12-09
serial_core: Check for port state when tty is in error state
Alexey Kardashevskiy
1
-0
/
+4
2020-12-07
Merge 5.10-rc7 into tty-next
Greg Kroah-Hartman
2
-14
/
+37
2020-12-04
tty: Fix ->session locking
Jann Horn
2
-14
/
+37
2020-12-04
tty: Fix ->pgrp locking in tiocspgrp()
Jann Horn
1
-2
/
+2
2020-12-04
tty: Remove dead termiox code
Jann Horn
1
-59
/
+2
2020-12-04
tty/serial/imx: Enable TXEN bit in imx_poll_init().
Mingrui Ren
1
-1
/
+1
2020-12-04
tty : serial: jsm: Fixed file by adding spacing
Clement Smith
1
-1
/
+1
2020-12-04
tty: serial: uartlite: Support probe deferral
Alexander Sverdlin
1
-2
/
+2
2020-12-04
earlycon: simplify earlycon-table implementation
Johan Hovold
1
-4
/
+2
2020-11-26
tty: serial: bcm63xx: lower driver dependencies
Rafał Miłecki
1
-1
/
+1
2020-11-26
serial: mxs-auart: Remove unneeded platform_device_id
Fabio Estevam
1
-17
/
+4
2020-11-26
serial: 8250-mtk: Fix reference leak in mtk8250_probe
Zhang Qilong
1
-3
/
+10
2020-11-23
m68k: Fix WARNING splat in pmac_zilog driver
Finn Thain
1
-5
/
+9
2020-11-23
Merge 5.10-rc5 into tty-next
Greg Kroah-Hartman
2
-21
/
+15
2020-11-20
init/console: Use ttynull as a fallback when there is no console
Petr Mladek
3
-16
/
+19
2020-11-18
serial: imx: Remove unused .id_table support
Fabio Estevam
1
-20
/
+0
[prev]
[next]