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-07-27
vt: keyboard: treat kbd_table as an array all the time.
Greg Kroah-Hartman
1
-16
/
+16
2021-07-27
serial: 8250_pci: make setup_port() parameters explicitly unsigned
Greg Kroah-Hartman
1
-1
/
+1
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
17
-39
/
+33
2021-07-27
tty: make tty_set_operations an inline
Jiri Slaby
1
-7
/
+0
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
14
-58
/
+56
2021-07-27
tty: don't store semi-state into tty drivers
Jiri Slaby
3
-44
/
+54
2021-07-27
hvsi: don't panic on tty_register_driver failure
Jiri Slaby
1
-3
/
+16
2021-07-27
serial: max310x: Use clock-names property matching to recognize EXTCLK
Andy Shevchenko
1
-10
/
+5
2021-07-27
serial: 8250_lpss: Enable DMA on Intel Elkhart Lake
Andy Shevchenko
1
-0
/
+10
2021-07-27
serial: 8250: Define RX trigger levels for OxSemi 950 devices
Maciej W. Rozycki
1
-1
/
+2
2021-07-21
tty: hvc: replace BUG_ON() with negative return value
Juergen Gross
1
-3
/
+14
2021-07-21
serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver
Andy Shevchenko
1
-0
/
+6
2021-07-21
serial: 8250: fix handle_irq locking
Johan Hovold
3
-6
/
+9
2021-07-21
serial: tegra: Only print FIFO error message when an error occurs
Jon Hunter
1
-2
/
+4
2021-07-21
serial: 8250: Mask out floating 16/32-bit bus bits
Maciej W. Rozycki
1
-3
/
+9
2021-07-21
serial: max310x: Unprepare and disable clock in error path
Andy Shevchenko
1
-1
/
+2
2021-07-21
amiserial: remove unused state from shutdown
Jiri Slaby
1
-3
/
+0
2021-07-21
amiserial: switch rs_table to a single state
Jiri Slaby
1
-7
/
+4
2021-07-21
amiserial: pack and sort includes
Jiri Slaby
1
-28
/
+22
2021-07-21
amiserial: expand "custom"
Jiri Slaby
1
-44
/
+42
2021-07-21
amiserial: expand serial_isroot
Jiri Slaby
1
-8
/
+6
2021-07-21
amiserial: use memset to zero serial_state
Jiri Slaby
1
-6
/
+1
2021-07-21
amiserial: simplify rs_open
Jiri Slaby
1
-3
/
+3
2021-07-21
amiserial: remove serial_state::xmit_fifo_size
Jiri Slaby
1
-10
/
+6
2021-07-21
amiserial: remove stale comment
Jiri Slaby
1
-14
/
+1
2021-07-21
amiserial: remove serial_* strings
Jiri Slaby
1
-18
/
+1
2021-07-21
amiserial: remove unused DBG_CNT
Jiri Slaby
1
-9
/
+0
2021-07-21
serial: 8250_exar: Add ->unregister_gpio() callback
Andy Shevchenko
1
-13
/
+23
2021-07-21
tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"
Colin Ian King
1
-1
/
+1
2021-07-21
tty: serial: uartlite: Add runtime pm support
Shubhrajyoti Datta
1
-8
/
+52
2021-07-21
tty: serial: uartlite: Disable clocks in case of errors
Shubhrajyoti Datta
1
-0
/
+1
2021-07-21
tty: Fix out-of-bound vmalloc access in imageblit
Igor Matheus Andrade Torrente
1
-2
/
+19
2021-07-21
serial: samsung: use dma_ops of DMA if attached
Tamseel Shams
1
-21
/
+25
2021-07-21
arm pl011 serial: support multi-irq request
Bing Fan
1
-3
/
+31
2021-07-21
serial: amba-pl011: add RS485 support
Lino Sanfilippo
1
-2
/
+161
2021-07-21
tty: serial: jsm: hold port lock when reporting modem line changes
Zheyu Ma
2
-0
/
+5
2021-07-21
serial: core: Report magic multiplier extra baud rates
Maciej W. Rozycki
1
-0
/
+8
2021-07-21
serial: 8250: extend compile-test coverage
Johan Hovold
1
-4
/
+6
2021-07-21
serial: 8250_bcm7271: use NULL to initialized a null pointer
Colin Ian King
1
-1
/
+1
2021-07-21
serial: 8250_pnp: Support configurable clock frequency
Jianmin Lv
1
-0
/
+2
2021-07-21
serial: 8250: 8250_omap: make a const array static, makes object smaller
Colin Ian King
1
-1
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-07-09
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2021-07-06
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
79
-3896
/
+1643
2021-07-05
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+1
2021-07-04
Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-51
/
+0
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2021-06-25
serial: mvebu-uart: remove unused member nb from struct mvebu_uart
Pali Rohár
1
-1
/
+0
2021-06-25
serial: mvebu-uart: correctly calculate minimal possible baudrate
Pali Rohár
1
-3
/
+8
[prev]
[next]