- 48d7ff0 drivers/tty: serial: remove info message by Jorge Ramirez-Ortiz · 10 years ago
- 1c9be31 drivers/tty: amba: defer DMA probe until the DMA channel is required. by Jorge Ramirez-Ortiz · 10 years ago
- f2ee6df serial/amba-pl011: Leave the TX IRQ alone when the UART is not open by Dave Martin · 10 years ago
- 734745c serial/amba-pl011: Activate TX IRQ passively by Dave Martin · 10 years ago
- 98267d3 serial: pl011: Add device tree support for RX DMA polling by Andrew Jackson · 10 years ago
- 2d3b7d6 serial: pl011: Don't enable RX DMA if residue processing not supported by Andrew Jackson · 10 years ago
- c64be92 serial: pl011: Set length of DMA transfer by Andrew Jackson · 10 years ago
- e2a545a serial: pl011: Avoid assumptions about buffer size when refilling TX DMA by Andrew Jackson · 10 years ago
- 4c0be45 serial: pl011: Allocate TX DMA buffer from DMA capable memory by Andrew Jackson · 10 years ago
- 36f339d serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE by Peter Hurley · 10 years ago
- 479e9b9 serial: Refactor uart_flush_buffer() from uart_close() by Peter Hurley · 10 years ago
- a5820c2 serial: amba-pl011: Use container_of() to get uart_amba_port by Daniel Thompson · 10 years ago
- 7f6d942 serial: amba-pl011: Remove redundant label by Tushar Behera · 11 years ago
- ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 11 years ago
- 45e0f0f tty/serial: pl011: add DT based earlycon support by Rob Herring · 11 years ago
- 0d3c673 tty/serial: pl011: add generic earlycon support by Rob Herring · 11 years ago
- 1e7da05 serial: amba-pl011: fix regression, causing an Oops on rmmod by Guennadi Liakhovetski · 11 years ago
- b2aeb77 serial: pl011: change Rx burst size to half of trigger level by Guennadi Liakhovetski · 11 years ago
- ef2889f serial: pl011: Move uart_register_driver call to device probe by Tushar Behera · 11 years ago
- c25a1ad serial: pl011: fix fall back from DMA to interrupt mode by Guennadi Liakhovetski · 11 years ago
- 30ae585 serial: pl011: (cosmetic) remove superfluous register write by Guennadi Liakhovetski · 11 years ago
- 570d291 serial: amba-pl011: preseserve hardware settings during initialisation by Jon Medhurst · 11 years ago
- b60f2f6 serial: amba-pl011: factor out code for writing LCR_H register by Jon Medhurst · 11 years ago
- fe43390 serial: amba-pl011: use port lock to guard control register access by Jon Medhurst · 11 years ago
- 8f898bf Revert "serial: pl011: use DMA RX polling by default" by Greg Kroah-Hartman · 11 years ago
- 1743821 serial: pl011: use DMA RX polling by default by Linus Walleij · 11 years ago
- d0ce850 serial: pl011: Convert to modern PM ops by Ulf Hansson · 11 years ago
- 187094f serial: pl011: remove redundant early amba_ports declaration by Baruch Siach · 11 years ago
- 7ea816a serial: Remove unnecessary amba_set_drvdata() by Michal Simek · 11 years ago
- b83286b serial: amba-pl011: Use __releases/__acquires annotations by Fabio Estevam · 12 years ago
- 574de55 serial: use dev_get_platdata() by Jingoo Han · 12 years ago
- 3dbde57 Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
- 2b996fc tty: serial: modify PL011 driver to use pinctrl PM helpers by Linus Walleij · 12 years ago
- 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
- f6b6f52 serial: pl011: protect attribute read from NULL platform data struct by Lee Jones · 12 years ago
- ea33640 tty: serial: amba-pl011: revise to use amba_rev macro by Jongsung Kim · 12 years ago
- 1bf25e7 Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- aabdd29 serial: amba-pl011: fix !CONFIG_DMA_ENGINE case by Arnd Bergmann · 12 years ago
- 78506f2 ARM: PL011: add support for extended FIFO-size of PL011-r1p5 by Jongsung Kim · 12 years ago
- 89fa28d amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabled by Chanho Min · 12 years ago
- cb06ff1 ARM: PL011: Add support for Rx DMA buffer polling. by Chanho Min · 12 years ago
- 787b0c1 serial: pl011: use generic DMA slave configuration if possible by Arnd Bergmann · 12 years ago
- 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
- 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
- de60958 serial/amba-pl011: use devm_* managed resources by Linus Walleij · 12 years ago
- 5c8124a tty/serial/amba-pl011: Quiesce interrupts in poll_get_char by Anton Vorontsov · 12 years ago
- b3564c2 tty/serial/amba-pl011: Implement poll_init callback by Anton Vorontsov · 12 years ago
- c5dd553 serial: pl011: handle corruption at high clock speeds by Linus Walleij · 12 years ago
- fe0ed5b serial: pl011: delete dangling bug flag by Linus Walleij · 12 years ago
- 32614aa serial: pl011: honour serial aliases in device tree by Matthew Leach · 12 years ago
- 1c4c439 drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_unprepare by Julia Lawall · 12 years ago
- c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 13 years ago
- 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 13 years ago
- cb70706 ARM: 7433/1: serial: use the new linux/sizes.h by Alessandro Rubini · 13 years ago
- fc915c8 Merge 3.5-rc4 into tty-next by Greg Kroah-Hartman · 13 years ago
- e643f87 serial/amba-pl011: fix ages old copy-paste errors by Linus Walleij · 13 years ago
- 78d80c5 serial/amba-pl011: move custom pin control to driver by Linus Walleij · 13 years ago
- 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
- 258e055 serial: amba-pl011: adopt pinctrl support by Shawn Guo · 13 years ago
- 665ab0f Merge 3.4-rc3 into tty-next by Greg Kroah-Hartman · 13 years ago
- 4fd0690 serial: pl011: implement workaround for CTS clear event issue by Rajanikanth H.V · 13 years ago
- c3d8b76 serial: PL011: move interrupt clearing by Linus Walleij · 13 years ago
- ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
- 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 13 years ago
- 9b96fba serial: PL011: clear pending interrupts by Linus Walleij · 13 years ago
- 6dc01aa amba-pl011/dma: Add check for the residue in DMA callback by Chanho Min · 13 years ago
- 258aea7 dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users by Viresh Kumar · 13 years ago
- ef605fd serial: amba-pl011: lock console writes against interrupts by Rabin Vincent · 13 years ago
- d8d8ffa amba-pl011: do not disable RTS during shutdown by Shreshtha Kumar Sahu · 13 years ago
- 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
- 60f7a33 serial: pl011: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
- e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
- a485df4 spi, serial: move to dma_transfer_direction by Vinod Koul · 13 years ago
- 4b4851c clk: amba-pl011: convert to clk_prepare()/clk_unprepare() by Russell King · 13 years ago
- c16d51a amba pl011: workaround for uart registers lockup by Shreshtha Kumar Sahu · 14 years ago
- 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 9c9585e Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers by Russell King · 14 years ago
- 29772c4 ARM: 6764/1: pl011: factor out FIFO to TTY code by Linus Walleij · 14 years ago
- ead76f3 ARM: 6763/1: pl011: add optional RX DMA to PL011 v2 by Linus Walleij · 14 years ago
- aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 14 years ago
- ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/serial/amba-pl011.c]
- 38d6243 ARM: PL011: add DMA burst threshold support for ST variants by Russell King · 14 years ago
- 68b65f7 ARM: PL011: Add support for transmit DMA by Russell King · 14 years ago
- 963cc98 ARM: PL011: Ensure IRQs are disabled in UART interrupt handler by Russell King · 14 years ago
- ffca2b1 ARM: PL011: Separate hardware FIFO size from TTY FIFO size by Russell King · 14 years ago
- c19f12b ARM: PL011: Allow better handling of vendor data by Russell King · 14 years ago
- 5063e2c ARM: PL011: Ensure error flags are clear at startup by Russell King · 14 years ago
- e8a7ba8 ARM: PL011: include revision number in boot-time port printk by Russell King · 14 years ago
- 2c39c9e ARM: Fix section build warnings for AMBA drivers by Russell King · 15 years ago
- ac3e3fb ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivative by Linus Walleij · 15 years ago
- ec489aa ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivative by Linus Walleij · 15 years ago
- f5316b4 kgdb,8250,pl011: Return immediately from console poll by Jason Wessel · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 3b43816 ARM: 5933/1: amba-pl011: support hardware flow control by Rabin Vincent · 15 years ago
- bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 15 years ago
- ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
- b736b89 ARM: 5626/1: add suspend/resume functions to amba-pl011 serial driver by Leo Chen · 16 years ago
- dc890c2 [ARM] 5544/1: Trust PrimeCell resource sizes by Linus Walleij · 16 years ago
- 5926a29 [ARM] 5541/1: serial/amba-pl011.c: add support for the modified port found in Nomadik by Alessandro Rubini · 16 years ago