summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)Author
2015-10-22serial/amba-pl011: Disable interrupts around TX softirqDave Martin
2015-05-24serial/amba-pl011: Unconditionally poll for FIFO space before each TX charDave Martin
2015-05-09Revert "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
2013-12-17serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski
2013-12-17serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst
2013-12-17serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst
2013-12-17serial: amba-pl011: use port lock to guard control register accessJon Medhurst
2013-12-17Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman
2013-12-08serial: pl011: use DMA RX polling by defaultLinus Walleij
2013-12-08serial: pl011: Convert to modern PM opsUlf Hansson
2013-12-08serial: pl011: remove redundant early amba_ports declarationBaruch Siach
2013-10-03serial: Remove unnecessary amba_set_drvdata()Michal Simek
2013-08-12serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-16tty: serial: modify PL011 driver to use pinctrl PM helpersLinus Walleij
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman
2013-05-20serial: pl011: protect attribute read from NULL platform data structLee Jones
2013-05-20tty: serial: amba-pl011: revise to use amba_rev macroJongsung Kim
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-20serial: amba-pl011: fix !CONFIG_DMA_ENGINE caseArnd Bergmann
2013-04-17ARM: PL011: add support for extended FIFO-size of PL011-r1p5Jongsung Kim
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min
2013-03-12serial: pl011: use generic DMA slave configuration if possibleArnd Bergmann
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij
2012-09-26tty/serial/amba-pl011: Quiesce interrupts in poll_get_charAnton Vorontsov
2012-09-26tty/serial/amba-pl011: Implement poll_init callbackAnton Vorontsov