aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)Author
2021-12-08serial: pl011: Add ACPI SBSA UART match idPierre Gondois
2020-09-03serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner
2020-09-03serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner
2020-06-25serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz
2019-12-17serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch
2019-01-26serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2018-06-16tty: pl011: Avoid spuriously stuck-off interruptsDave Martin
2017-08-28serial: pl011: constify amba_idArvind Yadav
2017-08-28tty: amba-pl011: constify vendor_data structuresJulia Lawall
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi
2017-04-18tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi
2017-04-08tty: amba-pl011: Fix spurious TX interruptsJayachandran C
2017-04-01tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi
2017-03-17Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov
2017-02-15tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington
2017-02-03tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2017-01-19serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin
2016-11-10tty: amba-pl011: Add earlycon support for SBSA UARTKefeng Wang
2016-10-27serial: pl011: add console matching functionAleksey Makarov
2016-09-30Revert "serial: pl011: add console matching function"Greg Kroah-Hartman
2016-09-28serial: pl011: add console matching functionAleksey Makarov
2016-09-27tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irqKefeng Wang
2016-09-22tty: amba-pl011: uart_amba_port is not available with earlycon functionShawn Guo
2016-08-31tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-IDShawn Guo
2016-08-31tty: amba-pl011: add .get_fifosize for ZTE deviceShawn Guo
2016-08-31tty: amba-pl011: define flag register bits for ZTE deviceShawn Guo
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-04-30tty: amba-pl011: Use 32-bit accesses for SBSA UARTChristopher Covington
2016-03-07serial: pl011: add mark/space parity supportEd Spiridonov
2016-03-07tty: amba-pl011: don't dereference NULL platform dataRobin Murphy
2016-02-06serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann
2016-02-06serial: amba-pl011: use cpu_relax when polling registersTimur Tabi
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-01-06tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/OTimur Tabi
2016-01-06tty: amba-pl011: fix earlycon register offsetsRussell King
2015-12-13tty: amba-pl011: switch to using relaxed IO accessorsRussell King
2015-12-13tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)Russell King
2015-12-13tty: amba-pl011: add support for 32-bit register accessRussell King
2015-12-13tty: amba-pl011: remove ST micro registers from standard tableRussell King
2015-12-13tty: amba-pl011: clean up LCR register offsetsRussell King
2015-12-13tty: amba-pl011: add ST register offset tableRussell King
2015-12-13tty: amba-pl011: add register offset table to vendor dataRussell King
2015-12-13tty: amba-pl011: add register lookup tableRussell King
2015-12-13tty: amba-pl011: prepare REG_* register indexesRussell King
2015-12-13tty: amba-pl011: add helper to detect split LCRH registerRussell King
2015-12-13tty: amba-pl011: convert accessor functions to take uart_amba_portRussell King
2015-12-13tty: amba-pl011: add register accessor functionsRussell King
2015-10-17serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi