summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)Author
2020-09-03serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner
2020-06-29serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz
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
2015-05-24drivers: PL011: move cts_event workaround into separate functionAndre Przywara
2015-05-24drivers: PL011: replace UART_MIS reading with _RIS & _IMSCAndre Przywara
2015-05-24drivers: PL011: refactor pl011_probe()Andre Przywara
2015-05-24drivers: PL011: refactor pl011_set_termios()Andre Przywara
2015-05-24drivers: PL011: refactor pl011_shutdown()Andre Przywara
2015-05-24drivers: PL011: refactor pl011_startup()Andre Przywara
2015-05-24drivers: PL011: avoid potential unregister_driver callAndre Przywara
2015-05-19serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman
2015-05-09Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin
2015-05-06serial/amba-pl011: Refactor and simplify TX FIFO handlingDave Martin
2015-05-06Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin
2015-03-11drivers/tty: serial: remove info messageJorge Ramirez-Ortiz
2015-03-07drivers/tty: amba: defer DMA probe until the DMA channel is required.Jorge Ramirez-Ortiz
2015-03-07serial/amba-pl011: Leave the TX IRQ alone when the UART is not openDave Martin
2015-03-07serial/amba-pl011: Activate TX IRQ passivelyDave Martin
2014-11-07serial: pl011: Add device tree support for RX DMA pollingAndrew Jackson
2014-11-07serial: pl011: Don't enable RX DMA if residue processing not supportedAndrew Jackson
2014-11-07serial: pl011: Set length of DMA transferAndrew Jackson
2014-11-07serial: pl011: Avoid assumptions about buffer size when refilling TX DMAAndrew Jackson
2014-11-07serial: pl011: Allocate TX DMA buffer from DMA capable memoryAndrew Jackson
2014-11-06serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINEPeter Hurley
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-09-08serial: amba-pl011: Use container_of() to get uart_amba_portDaniel Thompson
2014-07-09serial: amba-pl011: Remove redundant labelTushar Behera
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-05-20tty/serial: pl011: add DT based earlycon supportRob Herring
2014-04-24tty/serial: pl011: add generic earlycon supportRob Herring
2014-04-16serial: amba-pl011: fix regression, causing an Oops on rmmodGuennadi Liakhovetski
2014-04-16serial: pl011: change Rx burst size to half of trigger levelGuennadi Liakhovetski
2014-02-13serial: pl011: Move uart_register_driver call to device probeTushar Behera
2013-12-17serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski