1. 08bf215 Revert "serial: pl011: add console matching function" by Greg Kroah-Hartman · 8 years ago
  2. 8b8f347 serial: pl011: add console matching function by Aleksey Makarov · 8 years ago
  3. 35aa33c tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq by Kefeng Wang · 8 years ago
  4. e06690b tty: amba-pl011: uart_amba_port is not available with earlycon function by Shawn Guo · 8 years ago
  5. 2426fbc tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID by Shawn Guo · 8 years ago
  6. 9c267dd tty: amba-pl011: add .get_fifosize for ZTE device by Shawn Guo · 8 years ago
  7. 0e125a5 tty: amba-pl011: define flag register bits for ZTE device by Shawn Guo · 8 years ago
  8. 394a9e2 TTY: serial, handle platform_get_irq retval properly by Jiri Slaby · 8 years ago
  9. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  10. 1aabf52 tty: amba-pl011: Use 32-bit accesses for SBSA UART by Christopher Covington · 8 years ago
  11. bb70002 serial: pl011: add mark/space parity support by Ed Spiridonov · 8 years ago
  12. d9e105c tty: amba-pl011: don't dereference NULL platform data by Robin Murphy · 8 years ago
  13. ff52a9a serial: amba-pl011: mark vendor_zte as __maybe_unused by Arnd Bergmann · 8 years ago
  14. 2f2fd08 serial: amba-pl011: use cpu_relax when polling registers by Timur Tabi · 8 years ago
  15. 2eaa790 earlycon: Use common framework for earlycon declarations by Peter Hurley · 8 years ago
  16. 3b78fae tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/O by Timur Tabi · 8 years ago
  17. cdf091c tty: amba-pl011: fix earlycon register offsets by Russell King · 8 years ago
  18. f5ce6ed tty: amba-pl011: switch to using relaxed IO accessors by Russell King · 9 years ago
  19. 7ec7587 tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL) by Russell King · 9 years ago
  20. 84c3e03 tty: amba-pl011: add support for 32-bit register access by Russell King · 9 years ago
  21. 10004a6 tty: amba-pl011: remove ST micro registers from standard table by Russell King · 9 years ago
  22. e4df9a8 tty: amba-pl011: clean up LCR register offsets by Russell King · 9 years ago
  23. bf69ff8 tty: amba-pl011: add ST register offset table by Russell King · 9 years ago
  24. 439403b tty: amba-pl011: add register offset table to vendor data by Russell King · 9 years ago
  25. debb7f6 tty: amba-pl011: add register lookup table by Russell King · 9 years ago
  26. 9f25bc5 tty: amba-pl011: prepare REG_* register indexes by Russell King · 9 years ago
  27. 7fe9a5a tty: amba-pl011: add helper to detect split LCRH register by Russell King · 9 years ago
  28. b2a4e24 tty: amba-pl011: convert accessor functions to take uart_amba_port by Russell King · 9 years ago
  29. 7583633 tty: amba-pl011: add register accessor functions by Russell King · 9 years ago
  30. 71a5cd8 serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty() by Timur Tabi · 9 years ago
  31. 0de6cfb Revert "uart: pl011: Rename regs with enumeration" by Greg Kroah-Hartman · 9 years ago
  32. f11c984 Revert "uart: pl011: Introduce register accessor" by Greg Kroah-Hartman · 9 years ago
  33. ab66ca2 Revert "uart: pl011: Introduce register look up table" by Greg Kroah-Hartman · 9 years ago
  34. 8e50254 Revert "uart: pl011: Improve LCRH register access decision" by Greg Kroah-Hartman · 9 years ago
  35. 062a68a Revert "uart: pl011: Add support to ZTE ZX296702 uart" by Greg Kroah-Hartman · 9 years ago
  36. 8cd90e5 uart: pl011: Add support to ZTE ZX296702 uart by Jun Nie · 9 years ago
  37. 09dcc7d uart: pl011: Improve LCRH register access decision by Jun Nie · 9 years ago
  38. 2c096a9 uart: pl011: Introduce register look up table by Jun Nie · 9 years ago
  39. 7b753f3 uart: pl011: Introduce register accessor by Jun Nie · 9 years ago
  40. 534e14e uart: pl011: Rename regs with enumeration by Jun Nie · 9 years ago
  41. 97a60ea serial: amba-pl011: Fix devm_ioremap_resource return value check by Krzysztof Kozlowski · 9 years ago
  42. 3db9ab0 drivers: PL011: add ACPI probing for SBSA UART by Graeme Gregory · 9 years ago
  43. 0dd1e24 drivers: PL011: add support for the ARM SBSA generic UART by Andre Przywara · 9 years ago
  44. cefc2d1 drivers: PL011: allow to supply fixed option string by Andre Przywara · 9 years ago
  45. 71eec48 drivers: PL011: allow avoiding UART enabling/disabling by Andre Przywara · 9 years ago
  46. 9c4ef4b drivers: PL011: move cts_event workaround into separate function by Andre Przywara · 9 years ago
  47. 075167e drivers: PL011: replace UART_MIS reading with _RIS & _IMSC by Andre Przywara · 9 years ago
  48. 3873e2d drivers: PL011: refactor pl011_probe() by Andre Przywara · 9 years ago
  49. ef5a935 drivers: PL011: refactor pl011_set_termios() by Andre Przywara · 9 years ago
  50. 95166a3 drivers: PL011: refactor pl011_shutdown() by Andre Przywara · 9 years ago
  51. 867b8e8 drivers: PL011: refactor pl011_startup() by Andre Przywara · 9 years ago
  52. 49bb3c8 drivers: PL011: avoid potential unregister_driver call by Andre Przywara · 9 years ago
  53. fa8cd0f serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next by Dave Martin · 9 years ago
  54. 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 9 years ago
  55. ec61847 Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" by Dave Martin · 9 years ago
  56. 1e84d22 serial/amba-pl011: Refactor and simplify TX FIFO handling by Dave Martin · 9 years ago
  57. f28c1d0 Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" by Dave Martin · 9 years ago
  58. 48d7ff0 drivers/tty: serial: remove info message by Jorge Ramirez-Ortiz · 9 years ago
  59. 1c9be31 drivers/tty: amba: defer DMA probe until the DMA channel is required. by Jorge Ramirez-Ortiz · 9 years ago
  60. f2ee6df serial/amba-pl011: Leave the TX IRQ alone when the UART is not open by Dave Martin · 9 years ago
  61. 734745c serial/amba-pl011: Activate TX IRQ passively by Dave Martin · 9 years ago
  62. 98267d3 serial: pl011: Add device tree support for RX DMA polling by Andrew Jackson · 10 years ago
  63. 2d3b7d6 serial: pl011: Don't enable RX DMA if residue processing not supported by Andrew Jackson · 10 years ago
  64. c64be92 serial: pl011: Set length of DMA transfer by Andrew Jackson · 10 years ago
  65. e2a545a serial: pl011: Avoid assumptions about buffer size when refilling TX DMA by Andrew Jackson · 10 years ago
  66. 4c0be45 serial: pl011: Allocate TX DMA buffer from DMA capable memory by Andrew Jackson · 10 years ago
  67. 36f339d serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE by Peter Hurley · 10 years ago
  68. 479e9b9 serial: Refactor uart_flush_buffer() from uart_close() by Peter Hurley · 10 years ago
  69. a5820c2 serial: amba-pl011: Use container_of() to get uart_amba_port by Daniel Thompson · 10 years ago
  70. 7f6d942 serial: amba-pl011: Remove redundant label by Tushar Behera · 10 years ago
  71. ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 10 years ago
  72. 45e0f0f tty/serial: pl011: add DT based earlycon support by Rob Herring · 10 years ago
  73. 0d3c673 tty/serial: pl011: add generic earlycon support by Rob Herring · 10 years ago
  74. 1e7da05 serial: amba-pl011: fix regression, causing an Oops on rmmod by Guennadi Liakhovetski · 10 years ago
  75. b2aeb77 serial: pl011: change Rx burst size to half of trigger level by Guennadi Liakhovetski · 10 years ago
  76. ef2889f serial: pl011: Move uart_register_driver call to device probe by Tushar Behera · 10 years ago
  77. c25a1ad serial: pl011: fix fall back from DMA to interrupt mode by Guennadi Liakhovetski · 11 years ago
  78. 30ae585 serial: pl011: (cosmetic) remove superfluous register write by Guennadi Liakhovetski · 11 years ago
  79. 570d291 serial: amba-pl011: preseserve hardware settings during initialisation by Jon Medhurst · 11 years ago
  80. b60f2f6 serial: amba-pl011: factor out code for writing LCR_H register by Jon Medhurst · 11 years ago
  81. fe43390 serial: amba-pl011: use port lock to guard control register access by Jon Medhurst · 11 years ago
  82. 8f898bf Revert "serial: pl011: use DMA RX polling by default" by Greg Kroah-Hartman · 11 years ago
  83. 1743821 serial: pl011: use DMA RX polling by default by Linus Walleij · 11 years ago
  84. d0ce850 serial: pl011: Convert to modern PM ops by Ulf Hansson · 11 years ago
  85. 187094f serial: pl011: remove redundant early amba_ports declaration by Baruch Siach · 11 years ago
  86. 7ea816a serial: Remove unnecessary amba_set_drvdata() by Michal Simek · 11 years ago
  87. b83286b serial: amba-pl011: Use __releases/__acquires annotations by Fabio Estevam · 11 years ago
  88. 574de55 serial: use dev_get_platdata() by Jingoo Han · 11 years ago
  89. 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
  90. 2b996fc tty: serial: modify PL011 driver to use pinctrl PM helpers by Linus Walleij · 11 years ago
  91. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  92. f6b6f52 serial: pl011: protect attribute read from NULL platform data struct by Lee Jones · 11 years ago
  93. ea33640 tty: serial: amba-pl011: revise to use amba_rev macro by Jongsung Kim · 11 years ago
  94. 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
  95. aabdd29 serial: amba-pl011: fix !CONFIG_DMA_ENGINE case by Arnd Bergmann · 11 years ago
  96. 78506f2 ARM: PL011: add support for extended FIFO-size of PL011-r1p5 by Jongsung Kim · 11 years ago
  97. 89fa28d amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabled by Chanho Min · 11 years ago
  98. cb06ff1 ARM: PL011: Add support for Rx DMA buffer polling. by Chanho Min · 11 years ago
  99. 787b0c1 serial: pl011: use generic DMA slave configuration if possible by Arnd Bergmann · 11 years ago
  100. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago