summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)Author
2019-12-21serial: 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
2018-06-06serial: pl011: add console matching functionAleksey Makarov
2018-03-22tty: amba-pl011: Fix spurious TX interruptsJayachandran C
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
2015-09-04Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman
2015-09-04Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman
2015-09-04Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman
2015-09-04Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman
2015-09-04Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman
2015-08-04uart: pl011: Add support to ZTE ZX296702 uartJun Nie
2015-08-04uart: pl011: Improve LCRH register access decisionJun Nie
2015-08-04uart: pl011: Introduce register look up tableJun Nie
2015-08-04uart: pl011: Introduce register accessorJun Nie
2015-08-04uart: pl011: Rename regs with enumerationJun Nie
2015-07-23serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski
2015-05-24drivers: PL011: add ACPI probing for SBSA UARTGraeme Gregory
2015-05-24drivers: PL011: add support for the ARM SBSA generic UARTAndre Przywara
2015-05-24drivers: PL011: allow to supply fixed option stringAndre Przywara
2015-05-24drivers: PL011: allow avoiding UART enabling/disablingAndre Przywara