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
/
amba-pl011.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-09
serial: set suppress_bind_attrs flag only if builtin
Anders Roxell
1
-0
/
+2
2018-05-14
tty: pl011: Avoid spuriously stuck-off interrupts
Dave Martin
1
-0
/
+16
2017-11-28
serial: pl011: Use cached copy of IMSC register
Lukas Wunner
1
-4
/
+2
2017-11-28
serial: pl011: Drop duplicate loop counter
Lukas Wunner
1
-4
/
+2
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
serial: pl011: Adopt generic flag to store auto RTS status
Lukas Wunner
1
-5
/
+4
2017-10-20
tty: amba-pl011: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-08-28
serial: pl011: constify amba_id
Arvind Yadav
1
-1
/
+1
2017-08-28
tty: amba-pl011: constify vendor_data structures
Julia Lawall
1
-2
/
+2
2017-07-30
tty: pl011: fix initialization order of QDF2400 E44
Timur Tabi
1
-18
/
+19
2017-04-18
tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
Timur Tabi
1
-8
/
+23
2017-04-08
tty: amba-pl011: Fix spurious TX interrupts
Jayachandran C
1
-9
/
+14
2017-04-01
tty: pl011: fix earlycon work-around for QDF2400 erratum 44
Timur Tabi
1
-2
/
+21
2017-03-17
Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"
Aleksey Makarov
1
-1
/
+1
2017-02-16
tty: pl011: Work around QDF2400 E44 stuck BUSY bit
Christopher Covington
1
-7
/
+59
2017-02-03
tty: serial: pl011: add ttyAMA for matching pl011 console
Sudeep Holla
1
-1
/
+1
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
1
-1
/
+1
2017-01-19
serial: pl011: Mark console as CON_ANYTIME
Alexander Sverdlin
1
-1
/
+1
2016-11-10
tty: amba-pl011: Add earlycon support for SBSA UART
Kefeng Wang
1
-0
/
+1
2016-10-27
serial: pl011: add console matching function
Aleksey Makarov
1
-0
/
+55
2016-09-30
Revert "serial: pl011: add console matching function"
Greg Kroah-Hartman
1
-55
/
+0
2016-09-28
serial: pl011: add console matching function
Aleksey Makarov
1
-0
/
+55
2016-09-27
tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq
Kefeng Wang
1
-1
/
+2
2016-09-22
tty: amba-pl011: uart_amba_port is not available with earlycon function
Shawn Guo
1
-4
/
+1
2016-08-31
tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID
Shawn Guo
1
-1
/
+6
2016-08-31
tty: amba-pl011: add .get_fifosize for ZTE device
Shawn Guo
1
-1
/
+6
2016-08-31
tty: amba-pl011: define flag register bits for ZTE device
Shawn Guo
1
-10
/
+35
2016-06-25
TTY: serial, handle platform_get_irq retval properly
Jiri Slaby
1
-1
/
+7
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-1
/
+1
2016-04-30
tty: amba-pl011: Use 32-bit accesses for SBSA UART
Christopher Covington
1
-0
/
+1
2016-03-08
serial: pl011: add mark/space parity support
Ed Spiridonov
1
-0
/
+2
2016-03-08
tty: amba-pl011: don't dereference NULL platform data
Robin Murphy
1
-1
/
+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
earlycon: Use common framework for earlycon declarations
Peter Hurley
1
-1
/
+0
2016-01-07
tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/O
Timur Tabi
1
-7
/
+9
2016-01-07
tty: amba-pl011: fix earlycon register offsets
Russell King
1
-3
/
+3
2015-12-14
tty: amba-pl011: switch to using relaxed IO accessors
Russell King
1
-3
/
+3
2015-12-14
tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)
Russell King
1
-0
/
+23
2015-12-14
tty: amba-pl011: add support for 32-bit register access
Russell King
1
-2
/
+13
2015-12-14
tty: amba-pl011: remove ST micro registers from standard table
Russell King
1
-11
/
+0
2015-12-14
tty: amba-pl011: clean up LCR register offsets
Russell King
1
-26
/
+14
2015-12-14
tty: amba-pl011: add ST register offset table
Russell King
1
-1
/
+29
2015-12-14
tty: amba-pl011: add register offset table to vendor data
Russell King
1
-2
/
+6
2015-12-14
tty: amba-pl011: add register lookup table
Russell King
1
-1
/
+32
2015-12-14
tty: amba-pl011: prepare REG_* register indexes
Russell King
1
-97
/
+108
2015-12-14
tty: amba-pl011: add helper to detect split LCRH register
Russell King
1
-2
/
+7
2015-12-14
tty: amba-pl011: convert accessor functions to take uart_amba_port
Russell King
1
-102
/
+97
2015-12-14
tty: amba-pl011: add register accessor functions
Russell King
1
-98
/
+112
[next]