summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tty: amba-pl011: convert accessor functions to take uart_amba_portRussell King2015-12-131-102/+97
* tty: amba-pl011: add register accessor functionsRussell King2015-12-131-98/+112
* serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi2015-10-171-2/+2
* Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman2015-09-041-114/+93
* Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman2015-09-041-141/+122
* Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman2015-09-041-50/+5
* Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman2015-09-041-7/+2
* Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman2015-09-041-181/+14
* uart: pl011: Add support to ZTE ZX296702 uartJun Nie2015-08-041-14/+181
* uart: pl011: Improve LCRH register access decisionJun Nie2015-08-041-2/+7
* uart: pl011: Introduce register look up tableJun Nie2015-08-041-5/+50
* uart: pl011: Introduce register accessorJun Nie2015-08-041-122/+141
* uart: pl011: Rename regs with enumerationJun Nie2015-08-041-93/+114
* serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-231-2/+2
* drivers: PL011: add ACPI probing for SBSA UARTGraeme Gregory2015-05-241-0/+8
* drivers: PL011: add support for the ARM SBSA generic UARTAndre Przywara2015-05-241-0/+171
* drivers: PL011: allow to supply fixed option stringAndre Przywara2015-05-241-4/+13
* drivers: PL011: allow avoiding UART enabling/disablingAndre Przywara2015-05-241-6/+12
* drivers: PL011: move cts_event workaround into separate functionAndre Przywara2015-05-241-13/+20
* drivers: PL011: replace UART_MIS reading with _RIS & _IMSCAndre Przywara2015-05-241-2/+4
* drivers: PL011: refactor pl011_probe()Andre Przywara2015-05-241-35/+61
* drivers: PL011: refactor pl011_set_termios()Andre Przywara2015-05-241-27/+33
* drivers: PL011: refactor pl011_shutdown()Andre Przywara2015-05-241-25/+32
* drivers: PL011: refactor pl011_startup()Andre Przywara2015-05-241-20/+28
* drivers: PL011: avoid potential unregister_driver callAndre Przywara2015-05-241-16/+20
* serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin2015-05-191-3/+0
* Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-181-0/+3
|\
| * Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin2015-05-091-1/+4
* | serial/amba-pl011: Refactor and simplify TX FIFO handlingDave Martin2015-05-061-93/+26
* | Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin2015-05-061-1/+4
|/