summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
Commit message (Expand)AuthorAgeFilesLines
* serial: amba-pl011: do not request memory region twiceLino Sanfilippo2022-01-271-24/+3
* serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-12-081-0/+1
* serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner2020-09-031-1/+4
* serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz2020-06-291-0/+1
* 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
|/
* drivers/tty: serial: remove info messageJorge Ramirez-Ortiz2015-03-111-1/+0
* drivers/tty: amba: defer DMA probe until the DMA channel is required.Jorge Ramirez-Ortiz2015-03-071-54/+17
* serial/amba-pl011: Leave the TX IRQ alone when the UART is not openDave Martin2015-03-071-4/+1
* serial/amba-pl011: Activate TX IRQ passivelyDave Martin2015-03-071-50/+115
* serial: pl011: Add device tree support for RX DMA pollingAndrew Jackson2014-11-071-3/+19
* serial: pl011: Don't enable RX DMA if residue processing not supportedAndrew Jackson2014-11-071-0/+15
* serial: pl011: Set length of DMA transferAndrew Jackson2014-11-071-0/+1
* serial: pl011: Avoid assumptions about buffer size when refilling TX DMAAndrew Jackson2014-11-071-1/+5
* serial: pl011: Allocate TX DMA buffer from DMA capable memoryAndrew Jackson2014-11-071-1/+1
* serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINEPeter Hurley2014-11-061-1/+2
* serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley2014-11-051-0/+1
* serial: amba-pl011: Use container_of() to get uart_amba_portDaniel Thompson2014-09-081-18/+36
* serial: amba-pl011: Remove redundant labelTushar Behera2014-07-091-20/+10
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* tty/serial: pl011: add DT based earlycon supportRob Herring2014-05-201-0/+1
* tty/serial: pl011: add generic earlycon supportRob Herring2014-04-241-1/+29
* serial: amba-pl011: fix regression, causing an Oops on rmmodGuennadi Liakhovetski2014-04-161-1/+5
* serial: pl011: change Rx burst size to half of trigger levelGuennadi Liakhovetski2014-04-161-1/+1