summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)AuthorFilesLines
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-20serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin1-3/+0
2015-05-19Merge 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
2015-03-07serial/amba-pl011: Activate TX IRQ passivelyDave Martin1-50/+115
2014-11-07serial: pl011: Add device tree support for RX DMA pollingAndrew Jackson1-3/+19
2014-11-07serial: pl011: Don't enable RX DMA if residue processing not supportedAndrew Jackson1-0/+15
2014-11-07serial: pl011: Set length of DMA transferAndrew Jackson1-0/+1
2014-11-07serial: pl011: Avoid assumptions about buffer size when refilling TX DMAAndrew Jackson1-1/+5
2014-11-07serial: pl011: Allocate TX DMA buffer from DMA capable memoryAndrew Jackson1-1/+1
2014-11-06serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINEPeter Hurley1-1/+2
2014-11-06serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley1-0/+1
2014-09-09serial: amba-pl011: Use container_of() to get uart_amba_portDaniel Thompson1-18/+36
2014-07-10serial: amba-pl011: Remove redundant labelTushar Behera1-20/+10
2014-06-20serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-05-21tty/serial: pl011: add DT based earlycon supportRob Herring1-0/+1
2014-04-25tty/serial: pl011: add generic earlycon supportRob Herring1-1/+29
2014-04-17serial: amba-pl011: fix regression, causing an Oops on rmmodGuennadi Liakhovetski1-1/+5
2014-04-17serial: pl011: change Rx burst size to half of trigger levelGuennadi Liakhovetski1-1/+1
2014-02-13serial: pl011: Move uart_register_driver call to device probeTushar Behera1-9/+12
2013-12-17serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski1-0/+2
2013-12-17serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski1-3/+1
2013-12-17serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst1-2/+12
2013-12-17serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst1-22/+17
2013-12-17serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2013-12-17Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman1-1/+1
2013-12-09serial: pl011: use DMA RX polling by defaultLinus Walleij1-1/+1
2013-12-09serial: pl011: Convert to modern PM opsUlf Hansson1-9/+8
2013-12-09serial: pl011: remove redundant early amba_ports declarationBaruch Siach1-2/+0
2013-10-04serial: Remove unnecessary amba_set_drvdata()Michal Simek1-3/+0
2013-08-12serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam1-0/+4
2013-08-01serial: use dev_get_platdata()Jingoo Han1-7/+7
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-39/+3
2013-06-16tty: serial: modify PL011 driver to use pinctrl PM helpersLinus Walleij1-39/+3
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman1-1/+1