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
2016-02-07
tty: serial: 8250: Add generic port init macro
Anton Wuerfel
5
-62
/
+49
2016-02-07
tty: serial: 8250: Fix indentation warnings
Anton Wuerfel
3
-13
/
+13
2016-02-07
tty: serial: 8250: Merge duplicate conditions
Anton Wuerfel
1
-4
/
+4
2016-02-07
tty: serial: 8250: Correct conversion specifiers
Anton Wuerfel
1
-2
/
+2
2016-02-07
tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
Phillip Raffeck
1
-5
/
+5
2016-02-07
tty: serial: 8250: Suitably replace printk
Phillip Raffeck
4
-17
/
+18
2016-02-07
tty: serial: 8250: Fix multi-line strings
Anton Wuerfel
2
-4
/
+3
2016-02-07
tty: serial: 8250: Add parentheses to macro
Anton Wuerfel
2
-2
/
+2
2016-02-07
tty: serial: 8250: Fix line continuation warning
Anton Wuerfel
1
-2
/
+2
2016-02-07
tty: serial: 8250: Move EXPORT_SYMBOL to function
Anton Wuerfel
1
-3
/
+2
2016-02-07
tty: serial: 8250: Remove else after return
Anton Wuerfel
1
-8
/
+8
2016-02-07
tty: serial: 8250: Fix multiline comment style
Anton Wuerfel
4
-34
/
+50
2016-02-07
tty: serial: 8250: Fix braces after struct
Anton Wuerfel
1
-2
/
+1
2016-02-07
tty: serial: 8250: Replace spaces with tabs
Anton Wuerfel
2
-8
/
+8
2016-02-07
tty: serial: 8250: Fix whitespace errors
Anton Wuerfel
5
-35
/
+39
2016-02-07
serial: zs: Fix a transmit lockup in console output
Maciej W. Rozycki
1
-0
/
+4
2016-02-07
serial: bcm2835: add driver for bcm2835-aux-uart
Martin Sperl
3
-0
/
+171
2016-02-07
serial: 8250: of: Enable suspend/resume for 8250_of driver
Wang Dongsheng
1
-0
/
+1
2016-02-07
ARM: OMAP: serial: Rename DRIVER_NAME
Jean Delvare
1
-1
/
+1
2016-02-07
serial-uartlite: fix missing locking in isr
Rich Felker
1
-0
/
+4
2016-02-07
serial-uartlite: add earlycon support
Rich Felker
2
-0
/
+42
2016-02-07
drivers/tty: make serial 8250_ingenic.c explicitly non-modular
Paul Gortmaker
1
-21
/
+7
2016-02-07
serial: core: remove baud_rates when serial console setup
Jeffy Chen
1
-31
/
+2
2016-02-07
serial: sh-sci: Add support for SCIFA/SCIFB variable sampling rates
Geert Uytterhoeven
1
-2
/
+27
2016-02-07
serial: sh-sci: Use a bitmask to indicate supported sampling rates
Geert Uytterhoeven
1
-39
/
+27
2016-02-07
serial: sh-sci: Use premultiplier to handle half sampling rate
Geert Uytterhoeven
1
-6
/
+10
2016-02-07
serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial console
Geert Uytterhoeven
1
-1
/
+2
2016-02-07
serial: sh-sci: Add more Serial Mode Register documentation
Geert Uytterhoeven
2
-1
/
+16
2016-02-07
serial: imx: Fix suspend / resume.
Martin Fuzzey
1
-1
/
+4
2016-02-07
tty: xuartps: Consolidate TX handling
Soren Brinkmann
1
-57
/
+40
2016-02-07
tty: xuartps: Remove '_OFFSET' suffix from #defines
Soren Brinkmann
1
-115
/
+106
2016-02-07
tty: xuartps: Improve sysrq handling
Soren Brinkmann
1
-15
/
+5
2016-02-07
tty: xuartps: Cleanup: Reformat if-else
Soren Brinkmann
1
-62
/
+62
2016-02-07
tty: xuartps: Refactor IRQ handling
Soren Brinkmann
1
-6
/
+11
2016-02-07
tty: xuartps: Move request_irq to after setting up the HW
Soren Brinkmann
1
-9
/
+12
2016-02-07
tty: xuartps: Move RX path into helper function
Soren Brinkmann
1
-22
/
+28
2016-02-07
tty: xuartps: Acquire port lock for shutdown
Soren Brinkmann
1
-0
/
+6
2016-02-07
tty: xuartps: Keep lock for whole ISR
Soren Brinkmann
1
-2
/
+0
2016-02-07
tty: xuartps: Improve startup function
Soren Brinkmann
1
-8
/
+12
2016-02-07
tty: xuartps: Clear interrupt status register in shutdown
Soren Brinkmann
1
-0
/
+1
2016-02-07
tty: xuartps: Don't consider circular buffer when enabling transmitter
Soren Brinkmann
1
-1
/
+4
2016-02-07
tty: xuartps: Use spinlock to serialize HW access
Soren Brinkmann
1
-12
/
+6
2016-02-07
tty: xuartps: Beautify read-modify writes
Soren Brinkmann
1
-6
/
+9
2016-02-07
serial: sh-sci: Add CONFIG_SERIAL_EARLYCON support
Yoshinori Sato
2
-5
/
+78
2016-02-07
serial/8250_pci: simplify Pericom handling
Jan Beulich
1
-33
/
+0
2016-02-07
serial: 8250_pci: use to_pci_dev()
Geliang Tang
1
-2
/
+1
2016-02-07
serial: amba-pl011: mark vendor_zte as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2016-02-07
serial: amba-pl011: use cpu_relax when polling registers
Timur Tabi
1
-9
/
+8
2016-02-07
sc16is7xx: fix incorrect register bits macro
Wills Wang
1
-6
/
+6
2016-02-07
serial: atmel: Use atmel_port consistently
Jaeden Amero
1
-47
/
+48
[next]