summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-4/+1
* tty: amba-pl011: allow shared interruptDoug Berger2019-05-211-1/+1
* serial: set suppress_bind_attrs flag only if builtinAnders Roxell2018-11-091-0/+2
* tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-05-141-0/+16
* serial: pl011: Use cached copy of IMSC registerLukas Wunner2017-11-281-4/+2
* serial: pl011: Drop duplicate loop counterLukas Wunner2017-11-281-4/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: pl011: Adopt generic flag to store auto RTS statusLukas Wunner2017-11-041-5/+4
* tty: amba-pl011: Convert timers to use timer_setup()Kees Cook2017-10-201-5/+3
* serial: pl011: constify amba_idArvind Yadav2017-08-281-1/+1
* tty: amba-pl011: constify vendor_data structuresJulia Lawall2017-08-281-2/+2
* tty: pl011: fix initialization order of QDF2400 E44Timur Tabi2017-07-301-18/+19
* tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi2017-04-181-8/+23
* tty: amba-pl011: Fix spurious TX interruptsJayachandran C2017-04-081-9/+14
* tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi2017-04-011-2/+21
* Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov2017-03-171-1/+1
* tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington2017-02-151-7/+59
* tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla2017-02-031-1/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin2017-01-191-1/+1
* tty: amba-pl011: Add earlycon support for SBSA UARTKefeng Wang2016-11-101-0/+1
* serial: pl011: add console matching functionAleksey Makarov2016-10-271-0/+55
* Revert "serial: pl011: add console matching function"Greg Kroah-Hartman2016-09-301-55/+0
* serial: pl011: add console matching functionAleksey Makarov2016-09-281-0/+55
* tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irqKefeng Wang2016-09-271-1/+2
* tty: amba-pl011: uart_amba_port is not available with earlycon functionShawn Guo2016-09-221-4/+1
* tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-IDShawn Guo2016-08-311-1/+6
* tty: amba-pl011: add .get_fifosize for ZTE deviceShawn Guo2016-08-311-1/+6
* tty: amba-pl011: define flag register bits for ZTE deviceShawn Guo2016-08-311-10/+35
* TTY: serial, handle platform_get_irq retval properlyJiri Slaby2016-06-251-1/+7
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* tty: amba-pl011: Use 32-bit accesses for SBSA UARTChristopher Covington2016-04-301-0/+1
* serial: pl011: add mark/space parity supportEd Spiridonov2016-03-071-0/+2
* tty: amba-pl011: don't dereference NULL platform dataRobin Murphy2016-03-071-1/+1
* serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann2016-02-061-1/+1
* serial: amba-pl011: use cpu_relax when polling registersTimur Tabi2016-02-061-9/+8
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-1/+0
* tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/OTimur Tabi2016-01-061-7/+9
* tty: amba-pl011: fix earlycon register offsetsRussell King2016-01-061-3/+3
* tty: amba-pl011: switch to using relaxed IO accessorsRussell King2015-12-131-3/+3
* tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)Russell King2015-12-131-0/+23
* tty: amba-pl011: add support for 32-bit register accessRussell King2015-12-131-2/+13
* tty: amba-pl011: remove ST micro registers from standard tableRussell King2015-12-131-11/+0
* tty: amba-pl011: clean up LCR register offsetsRussell King2015-12-131-26/+14
* tty: amba-pl011: add ST register offset tableRussell King2015-12-131-1/+29
* tty: amba-pl011: add register offset table to vendor dataRussell King2015-12-131-2/+6
* tty: amba-pl011: add register lookup tableRussell King2015-12-131-1/+32
* tty: amba-pl011: prepare REG_* register indexesRussell King2015-12-131-97/+108
* tty: amba-pl011: add helper to detect split LCRH registerRussell King2015-12-131-2/+7