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
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-09-04
serial: lantiq: Use proper DT compatible string
Rahul Tanwar
1
-2
/
+2
2019-09-04
serial: 8250_lpss: Enable HS UART on Elkhart Lake
Andy Shevchenko
1
-0
/
+18
2019-09-04
serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macro
Andy Shevchenko
1
-10
/
+8
2019-09-04
serial: 8250_lpss: register DMA IRQ and pool with instance ID
Andy Shevchenko
1
-0
/
+1
2019-09-04
serial: 8250_lpss: add fractional divisor support
Andy Shevchenko
1
-5
/
+2
2019-09-04
serial: 8250_lpss: switch to use 8250_dwlib library
Andy Shevchenko
2
-9
/
+14
2019-09-04
serial: 8250_dw: switch to use 8250_dwlib library
Andy Shevchenko
2
-135
/
+28
2019-09-04
serial: 8250_dw: split Synopsys DesignWare 8250 common functions
Andy Shevchenko
4
-0
/
+149
2019-09-04
serial: 8250_dw: use pointer to uart local variable
Andy Shevchenko
1
-4
/
+4
2019-09-04
serial: 8250_dw: Use a unified new dev variable in remove
Andy Shevchenko
1
-3
/
+4
2019-09-04
serial: lantiq: Add SMP support
Rahul Tanwar
1
-15
/
+32
2019-09-04
tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabled
Andrey Smirnov
1
-2
/
+2
2019-09-04
tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()
Andrey Smirnov
1
-1
/
+1
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()
Andrey Smirnov
1
-22
/
+28
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart32_configure()
Andrey Smirnov
1
-27
/
+21
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()
Andrey Smirnov
1
-23
/
+17
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()
Andrey Smirnov
1
-30
/
+23
2019-09-04
serial: 8250_exar: Replace msleep(1) with usleep_range()
Andy Shevchenko
1
-1
/
+1
2019-09-04
serial: 8250_exar: Consolidate callback assignments in default_setup()
Andy Shevchenko
1
-22
/
+21
2019-09-04
tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...
YueHaibing
1
-3
/
+1
2019-09-04
serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
1
-4
/
+2
2019-09-04
serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
1
-1
/
+1
2019-09-04
serial: mctrl_gpio: Avoid probe failures in case of missing gpiolib
Frieder Schrempf
1
-3
/
+3
2019-09-04
serial: 8250_exar: Absorb remaining 8250_port INT0 support
Aaron Sierra
2
-17
/
+16
2019-09-04
serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_trigger
Geert Uytterhoeven
1
-8
/
+6
2019-09-04
tty: serial: qcom_geni_serial: Update the oversampling rate
Vivek Gautam
1
-3
/
+12
2019-09-04
serial: 8250_exar: Clear buffer before shutdown
Robert Middleton
1
-0
/
+23
2019-09-04
serial: 8250_exar: Move custom divisor support out from 8250_port
Andy Shevchenko
2
-26
/
+28
2019-09-04
serial: 8250_exar: Extract PM routine from 8250_port
Andy Shevchenko
2
-14
/
+16
2019-09-04
serial: 8250_exar: No need to autoconfigure Exar ports
Andy Shevchenko
2
-36
/
+17
2019-09-04
serial: sh-sci: use driver core functions, not sysfs ones.
Greg Kroah-Hartman
1
-14
/
+8
2019-09-04
xilinx_uartps.c: suppress "may be used uninitialised" warning
Stephen Rothwell
1
-1
/
+1
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
15
-61
/
+19
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()
Andrey Smirnov
1
-24
/
+18
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()
Andrey Smirnov
1
-4
/
+0
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()
Andrey Smirnov
1
-7
/
+10
2019-09-04
tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()
Andrey Smirnov
1
-2
/
+2
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()
Andrey Smirnov
1
-20
/
+22
2019-09-04
tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcs
Andrey Smirnov
1
-14
/
+14
2019-09-04
tty: serial: fsl_lpuart: Clear CSTOPB unconditionally
Andrey Smirnov
1
-2
/
+1
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary extra parenthesis
Andrey Smirnov
1
-10
/
+10
2019-09-04
tty: serial: fsl_lpuart: Drop no-op bit opearation
Andrey Smirnov
1
-4
/
+2
2019-09-04
tty: serial: fls_lpuart: Split shared TX IRQ handler into two
Andrey Smirnov
1
-26
/
+35
2019-09-04
tty: serial: fsl_lpuart: Fix issue in software flow control
Andrey Smirnov
1
-0
/
+2
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()
Andrey Smirnov
1
-3
/
+0
2019-09-04
tty: serial: fsl_lpuart: Fix bogus indentation
Andrey Smirnov
1
-3
/
+3
2019-09-04
tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlers
Andrey Smirnov
1
-13
/
+7
2019-09-04
tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_buffer
Andrey Smirnov
1
-6
/
+17
2019-09-04
tty: serial: fsl_lpuart: flush receive FIFO after overruns
Stefan Agner
1
-2
/
+13
2019-09-04
tty: serial: fsl_lpuart: fix framing error handling when using DMA
Stefan Agner
1
-0
/
+26
[prev]
[next]