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