aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07serial: pl011: add mark/space parity supportEd Spiridonov1-0/+2
2016-03-07tty: amba-pl011: don't dereference NULL platform dataRobin Murphy1-1/+1
2016-02-06serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann1-1/+1
2016-02-06serial: amba-pl011: use cpu_relax when polling registersTimur Tabi1-9/+8
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-1/+0
2016-01-06tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/OTimur Tabi1-7/+9
2016-01-06tty: amba-pl011: fix earlycon register offsetsRussell King1-3/+3
2015-12-13tty: amba-pl011: switch to using relaxed IO accessorsRussell King1-3/+3
2015-12-13tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)Russell King1-0/+23
2015-12-13tty: amba-pl011: add support for 32-bit register accessRussell King1-2/+13
2015-12-13tty: amba-pl011: remove ST micro registers from standard tableRussell King1-11/+0
2015-12-13tty: amba-pl011: clean up LCR register offsetsRussell King1-26/+14
2015-12-13tty: amba-pl011: add ST register offset tableRussell King1-1/+29
2015-12-13tty: amba-pl011: add register offset table to vendor dataRussell King1-2/+6
2015-12-13tty: amba-pl011: add register lookup tableRussell King1-1/+32
2015-12-13tty: amba-pl011: prepare REG_* register indexesRussell King1-97/+108
2015-12-13tty: amba-pl011: add helper to detect split LCRH registerRussell King1-2/+7
2015-12-13tty: amba-pl011: convert accessor functions to take uart_amba_portRussell King1-102/+97
2015-12-13tty: amba-pl011: add register accessor functionsRussell King1-98/+112
2015-10-17serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi1-2/+2
2015-09-04Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman1-114/+93
2015-09-04Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman1-141/+122
2015-09-04Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman1-50/+5
2015-09-04Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman1-7/+2
2015-09-04Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman1-181/+14
2015-08-04uart: pl011: Add support to ZTE ZX296702 uartJun Nie1-14/+181
2015-08-04uart: pl011: Improve LCRH register access decisionJun Nie1-2/+7
2015-08-04uart: pl011: Introduce register look up tableJun Nie1-5/+50
2015-08-04uart: pl011: Introduce register accessorJun Nie1-122/+141
2015-08-04uart: pl011: Rename regs with enumerationJun Nie1-93/+114
2015-07-23serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-2/+2
2015-05-24drivers: PL011: add ACPI probing for SBSA UARTGraeme Gregory1-0/+8
2015-05-24drivers: PL011: add support for the ARM SBSA generic UARTAndre Przywara1-0/+171
2015-05-24drivers: PL011: allow to supply fixed option stringAndre Przywara1-4/+13
2015-05-24drivers: PL011: allow avoiding UART enabling/disablingAndre Przywara1-6/+12
2015-05-24drivers: PL011: move cts_event workaround into separate functionAndre Przywara1-13/+20
2015-05-24drivers: PL011: replace UART_MIS reading with _RIS & _IMSCAndre Przywara1-2/+4
2015-05-24drivers: PL011: refactor pl011_probe()Andre Przywara1-35/+61
2015-05-24drivers: PL011: refactor pl011_set_termios()Andre Przywara1-27/+33
2015-05-24drivers: PL011: refactor pl011_shutdown()Andre Przywara1-25/+32
2015-05-24drivers: PL011: refactor pl011_startup()Andre Przywara1-20/+28
2015-05-24drivers: PL011: avoid potential unregister_driver callAndre Przywara1-16/+20
2015-05-19serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin1-3/+0
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman1-0/+3
2015-05-09Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin1-1/+4
2015-05-06serial/amba-pl011: Refactor and simplify TX FIFO handlingDave Martin1-93/+26
2015-05-06Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin1-1/+4
2015-03-11drivers/tty: serial: remove info messageJorge Ramirez-Ortiz1-1/+0
2015-03-07drivers/tty: amba: defer DMA probe until the DMA channel is required.Jorge Ramirez-Ortiz1-54/+17
2015-03-07serial/amba-pl011: Leave the TX IRQ alone when the UART is not openDave Martin1-4/+1