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
pinetabv-6.6.y-devel
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
2015-06-13
serial: 8250_pci: Correct uartclk for xr17v35x expansion chips
Soeren Grunewald
1
-3
/
+19
2015-06-13
serial: 8250_pci: Add support for 12 port Exar boards
Soeren Grunewald
1
-0
/
+21
2015-06-13
serial: core: cleanup in uart_get_baud_rate()
Joakim Nordell
1
-5
/
+16
2015-06-11
serial: stm32-usart: Add STM32 USART Driver
Maxime Coquelin
3
-0
/
+757
2015-06-09
tty/serial: kill off set_irq_flags usage
Rob Herring
2
-4
/
+4
2015-06-08
Merge 4.1-rc7 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2015-06-01
serial: 8250_omap: provide complete custom startup & shutdown callbacks
Sebastian Andrzej Siewior
1
-9
/
+73
2015-06-01
serial: 8250: add LPC18xx/43xx UART driver
Joachim Eastwood
3
-0
/
+239
2015-06-01
serial: 8250_uniphier: add UniPhier serial driver
Masahiro Yamada
3
-0
/
+265
2015-06-01
serial: 8250_dw: support ACPI platforms with integrated DMA engine
Heikki Krogerus
1
-1
/
+18
2015-06-01
serial: of_serial: check the return value of clk_prepare_enable()
Masahiro Yamada
1
-1
/
+4
2015-06-01
serial: of_serial: use devm_clk_get() instead of clk_get()
Masahiro Yamada
1
-1
/
+1
2015-06-01
serial: earlycon: Add support for big-endian MMIO accesses
Noam Camus
2
-5
/
+11
2015-06-01
serial: sirf: use hrtimer for data rx
Qipan Li
2
-226
/
+135
2015-06-01
serial: sirf: correct the fifo empty_bit
Qipan Li
1
-1
/
+1
2015-06-01
serial: sirf: fix system hung on console log output
Qipan Li
1
-1
/
+1
2015-06-01
serial: 8250: remove return statements from void function
Masahiro Yamada
1
-2
/
+3
2015-06-01
sc16is7xx: use kworker for RS-485 configuration
Jakub Kicinski
1
-12
/
+29
2015-06-01
sc16is7xx: use kworker to update ier bits
Jakub Kicinski
1
-10
/
+19
2015-06-01
sc16is7xx: use kworker for md_proc
Jakub Kicinski
1
-16
/
+31
2015-06-01
sc16is7xx: move RTS delay to workqueue
Jakub Kicinski
1
-8
/
+6
2015-06-01
sc16is7xx: use kthread_worker for tx_work and irq
Jakub Kicinski
1
-23
/
+43
2015-06-01
sc16is7xx: use LSR_TEMT_BIT in .tx_empty()
Jakub Kicinski
1
-3
/
+2
2015-06-01
sc16is7xx: add missing compatible strings
Jakub Kicinski
1
-0
/
+4
2015-06-01
sc16is7xx: remove RS-485 delay RTS handling
Jakub Kicinski
1
-15
/
+8
2015-06-01
sc16is7xx: spi interface is added
Rama Kiran Kumar Indrakanti
3
-10
/
+140
2015-05-24
drivers: PL011: add ACPI probing for SBSA UART
Graeme Gregory
1
-0
/
+8
2015-05-24
drivers: PL011: add support for the ARM SBSA generic UART
Andre Przywara
1
-0
/
+171
2015-05-24
drivers: PL011: allow to supply fixed option string
Andre Przywara
1
-4
/
+13
2015-05-24
drivers: PL011: allow avoiding UART enabling/disabling
Andre Przywara
1
-6
/
+12
2015-05-24
drivers: PL011: move cts_event workaround into separate function
Andre Przywara
1
-13
/
+20
2015-05-24
drivers: PL011: replace UART_MIS reading with _RIS & _IMSC
Andre Przywara
1
-2
/
+4
2015-05-24
drivers: PL011: refactor pl011_probe()
Andre Przywara
1
-35
/
+61
2015-05-24
drivers: PL011: refactor pl011_set_termios()
Andre Przywara
1
-27
/
+33
2015-05-24
drivers: PL011: refactor pl011_shutdown()
Andre Przywara
1
-25
/
+32
2015-05-24
drivers: PL011: refactor pl011_startup()
Andre Przywara
1
-20
/
+28
2015-05-24
drivers: PL011: avoid potential unregister_driver call
Andre Przywara
1
-16
/
+20
2015-05-24
tty: serial/8250: remove console dependency for mediatek
Arnd Bergmann
1
-0
/
+2
2015-05-24
serial: samsung: only use earlycon for console
Arnd Bergmann
1
-1
/
+1
2015-05-24
serial: mctrl-gpio: drop usages of IS_ERR_OR_NULL
Uwe Kleine-König
1
-3
/
+2
2015-05-24
serial: 8250_omap: provide complete custom startup & shutdown callbacks
Sebastian Andrzej Siewior
1
-9
/
+73
2015-05-24
serial: tegra: Fix memory leak on DMA setup failure
Jon Hunter
1
-21
/
+11
2015-05-24
serial: sirf: assign console default index if users not set a valid one
Qipan Li
1
-1
/
+1
2015-05-24
serial: sirf: add serial loopback function support
Qipan Li
2
-1
/
+21
2015-05-24
serial: sirf: add uart receive's some error counter and mark
Qipan Li
1
-5
/
+10
2015-05-24
serial: sirf: fix endless loop bug in uart receive tasklet
Qipan Li
1
-0
/
+9
2015-05-24
serial: sirf: fix the issue that HW flow control doesn't work for BT
Qipan Li
1
-1
/
+2
2015-05-24
serial: sirf: enable ATLAS7 USP serial support
Qipan Li
2
-47
/
+115
2015-05-24
tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send
Nicolas Ferre
1
-6
/
+3
2015-05-24
serial: imx: Fix DMA handling for IDLE condition aborts
Philipp Zabel
1
-0
/
+8
[next]