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
2013-08-28
tty: serial: apbuart: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
1
-0
/
+2
2013-08-28
tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
1
-0
/
+2
2013-08-28
tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer...
Viresh Kumar
1
-0
/
+2
2013-08-28
Revert "OMAP: UART: Keep the TX fifo full when possible"
Greg Kroah-Hartman
1
-2
/
+1
2013-08-28
Revert "serial: omap: Fix IRQ handling return value"
Greg Kroah-Hartman
1
-1
/
+3
2013-08-27
powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.
Eugene Surovegin
1
-2
/
+2
2013-08-21
serial: mpc512x: cleanup clock API use
Gerhard Sittig
1
-17
/
+81
2013-08-20
serial: sirf: add DMA support using dmaengine APIs
Qipan Li
2
-56
/
+615
2013-08-20
serial: sirf: fix the namespace of startup_uart entry
Qipan Li
1
-29
/
+23
2013-08-20
serial: sirf: fix the typo for rts/cts gpio
Qipan Li
1
-5
/
+5
2013-08-20
serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resource
Julia Lawall
1
-12
/
+6
2013-08-20
serial: 8250_dw: Report CTS asserted for auto flow
Tim Kryger
1
-8
/
+26
2013-08-16
OMAP: serial: Remove incorrect disabling of IER interrupt
Mark Jackson
1
-3
/
+0
2013-08-15
serial: pch_uart: fix compilation warning
Luis Henriques
1
-0
/
+2
2013-08-15
serial: sirf: fix the hardware-flow-ctrl for USP-based UART
Qipan Li
2
-45
/
+122
2013-08-15
serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does it
Barry Song
2
-16
/
+1
2013-08-14
OMAP: add RS485 support
Mark Jackson
1
-0
/
+179
2013-08-14
tty: ar933x_uart: simplify use of devm_ioremap_resource
Julia Lawall
1
-6
/
+1
2013-08-14
powerpc: Make device tree accesses in HVC VIO console endian safe
Anton Blanchard
1
-2
/
+2
2013-08-13
Input: sysrq - DT binding for key sequence
Mathieu J. Poirier
1
-0
/
+42
2013-08-12
tile: various console improvements
Chris Metcalf
1
-6
/
+143
2013-08-12
serial: amba-pl011: Use __releases/__acquires annotations
Fabio Estevam
1
-0
/
+4
2013-08-12
serial: MIPS: lantiq: fix clock error check
John Crispin
1
-2
/
+2
2013-08-12
serial: MIPS: lantiq: add clk_enable() call to driver
Thomas Langer
1
-0
/
+3
2013-08-12
serial: bfin_uart: Fix incorrect placement of __initdata
Sachin Kamat
1
-3
/
+3
2013-08-12
serial: bfin_sport_uart: Fix incorrect placement of __initdata
Sachin Kamat
1
-1
/
+1
2013-08-12
serial: tegra: use NULL instead of 0
Jingoo Han
1
-3
/
+3
2013-08-12
serial: msm_serial: fix comparison of different types
Jingoo Han
1
-1
/
+2
2013-08-12
serial: ioc4_serial: Staticize ioc4_serial_attach_one()
Jingoo Han
1
-2
/
+2
2013-08-12
serial: icom: fix casting warning
Jingoo Han
1
-6
/
+5
2013-08-12
serial: timbuart: Staticize local symbols
Jingoo Han
1
-2
/
+2
2013-08-12
serial: mrst_max3110: fix casting warning
Jingoo Han
1
-2
/
+2
2013-08-12
serial: 8250_early: fix comparison of different types
Jingoo Han
1
-1
/
+1
2013-08-12
serial: samsung: fix casting warning
Jingoo Han
1
-1
/
+2
2013-08-12
serial: sirf: Staticize local symbols
Jingoo Han
1
-2
/
+2
2013-08-12
serial: sirf: make the driver also support USP-based UART
Qipan Li
2
-298
/
+655
2013-08-12
serial: sirf: add support for Marco chip
Barry Song
2
-14
/
+65
2013-08-12
serial: i.MX: evaluate linux,stdout-path property
Sascha Hauer
1
-0
/
+3
2013-08-12
tty: ar933x_uart: convert to use devm_* functions
Gabor Juhos
1
-18
/
+8
2013-08-12
n_tty: Fix termios_rwsem lockdep false positive
Peter Hurley
1
-14
/
+11
2013-08-12
serial: pxa: Staticize local symbols
Jingoo Han
1
-3
/
+3
2013-08-12
tty: serial: pxa: remove old cruft
Daniel Mack
1
-25
/
+0
2013-08-05
vt: make the default color configurable
Clemens Ladisch
1
-1
/
+3
2013-08-05
serial: mxs: remove the MXS_AUART_DMA_CONFIG
Huang Shijie
1
-4
/
+1
2013-08-05
serial: mxs: enable the DMA only when the RTS/CTS is valid
Huang Shijie
1
-1
/
+6
2013-08-05
Merge 3.11-rc4 into tty-next
Greg Kroah-Hartman
4
-22
/
+26
2013-08-03
serial: st-asc: Fix unused variable warning for non DT.
Srinivas Kandagatla
1
-0
/
+2
2013-08-02
Revert "serial: sccnxp: Add DT support"
Greg Kroah-Hartman
1
-37
/
+9
2013-08-02
serial: sh-sci: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-02
serial/arc-uart: Remove the goto/label
Vineet Gupta
1
-5
/
+2
[prev]
[next]