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
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-22
tty: serial: Add missing module license for 8250_base.ko
Jonathan McDowell
1
-0
/
+2
2015-09-09
Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-382
/
+125
2015-09-09
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2015-09-04
Revert "uart: pl011: Rename regs with enumeration"
Greg Kroah-Hartman
1
-114
/
+93
2015-09-04
Revert "uart: pl011: Introduce register accessor"
Greg Kroah-Hartman
1
-141
/
+122
2015-09-04
Revert "uart: pl011: Introduce register look up table"
Greg Kroah-Hartman
1
-50
/
+5
2015-09-04
Revert "uart: pl011: Improve LCRH register access decision"
Greg Kroah-Hartman
1
-7
/
+2
2015-09-04
Revert "uart: pl011: Add support to ZTE ZX296702 uart"
Greg Kroah-Hartman
2
-183
/
+16
2015-08-15
serial: imx: save and restore context in the suspend path
Eduardo Valentin
1
-21
/
+37
2015-08-15
serial: imx: allow waking up on RTSD
Eduardo Valentin
1
-0
/
+7
2015-08-15
serial: imx: introduce serial_imx_enable_wakeup()
Eduardo Valentin
1
-8
/
+14
2015-08-15
serial: imx: remove unbalanced clk_prepare
Eduardo Valentin
1
-14
/
+6
2015-08-15
serial: 8250: move rx_running out of the bitfield
John Ogness
1
-3
/
+3
2015-08-15
tty: serial: 8250_omap: do not use RX DMA if pause is not supported
Sebastian Andrzej Siewior
1
-1
/
+13
2015-08-15
serial:8250_dw: do not alter CTS and DCTS since AFE is enabled
Qipeng Zha
1
-22
/
+0
2015-08-15
tty: serial: men_z135_uart.c: Don't initialize port->lock
Johannes Thumshirn
1
-1
/
+0
2015-08-15
tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()
Johannes Thumshirn
1
-5
/
+4
2015-08-15
serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)
Maciej S. Szmigiero
1
-0
/
+6
2015-08-15
serial: 8250: don't bind to SMSC IrCC IR port
Maciej S. Szmigiero
1
-0
/
+5
2015-08-15
serial: mxs-auart: fix baud rate range
Stefan Wahren
1
-2
/
+6
2015-08-15
serial: mxs-auart: keep the AUART unit in reset state when not in use
Juergen Borleis
1
-7
/
+39
2015-08-15
serial: mxs-auart: use a function name to reflect what it really does
Juergen Borleis
1
-2
/
+2
2015-08-11
arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
Dan Williams
1
-1
/
+1
2015-08-05
serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512
Peter Hung
1
-4
/
+21
2015-08-05
sc16is7xx: constify devtype
Jakub Kicinski
1
-4
/
+4
2015-08-05
sc16is7xx: support multiple devices
Jakub Kicinski
1
-24
/
+49
2015-08-05
sc16is7xx: save and use per-chip line number
Jakub Kicinski
1
-10
/
+21
2015-08-05
uart: pl011: Add support to ZTE ZX296702 uart
Jun Nie
2
-16
/
+183
2015-08-05
uart: pl011: Improve LCRH register access decision
Jun Nie
1
-2
/
+7
2015-08-05
uart: pl011: Introduce register look up table
Jun Nie
1
-5
/
+50
2015-08-05
uart: pl011: Introduce register accessor
Jun Nie
1
-122
/
+141
2015-08-05
uart: pl011: Rename regs with enumeration
Jun Nie
1
-93
/
+114
2015-08-05
serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
Adam Lee
1
-21
/
+61
2015-08-05
serial: samsung: fix DMA for FIFO smaller than cache line size
Robert Baldyga
1
-15
/
+21
2015-08-05
serial: samsung: fix DMA mode enter condition for small FIFO sizes
Marek Szyprowski
2
-2
/
+12
2015-08-05
serial: core: Remove tty port activate() and shutdown() methods
Peter Hurley
1
-7
/
+0
2015-08-05
serial: core: Use proper spinlock flavor in uart_close()
Peter Hurley
1
-10
/
+8
2015-08-05
tty/serial: at91: fix I/O accesses on RHR and THR for AVR32
Cyrille Pitchen
1
-10
/
+27
2015-08-05
serial: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
1
-1
/
+2
2015-08-05
serial: 8250: Auto CTS control by HW if AFE enabled
Qipeng Zha
2
-0
/
+9
2015-08-05
serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMT
Uwe Kleine-König
1
-2
/
+3
2015-08-05
serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signals
Niklas Cassel
2
-30
/
+11
2015-08-05
serial: etraxfs-uart: remove empty functions
Niklas Cassel
1
-10
/
+0
2015-08-04
Serial: imx: add dev_pm_ops to support suspend to ram/disk
Shenwei Wang
1
-32
/
+94
2015-08-04
serial: 8250_uniphier: call clk_disable_unprepare() on failure path
Masahiro Yamada
1
-0
/
+1
2015-08-04
serial: 8250_pci: add RS485 for F81504/508/512
Peter Hung
1
-0
/
+61
2015-07-27
Revert "tty: serial: imx.c: Reset UART before activating interrupts"
Fabio Estevam
1
-23
/
+9
2015-07-27
Merge 4.2-rc4 into tty-next
Greg Kroah-Hartman
6
-20
/
+36
2015-07-24
drivers/tty: make serial/sunhv.c driver explicitly non-modular
Paul Gortmaker
1
-10
/
+3
2015-07-24
drivers/tty: make serial/suncore.c driver explicitly non-modular
Paul Gortmaker
1
-8
/
+3
[next]