1. c41251b serial: xuartps: Add some register initialisation to cdns_early_console_setup() by Scott Telford · 8 years ago
  2. 212d249 serial: xuartps: Removed unwanted checks while reading the error conditions by Nava kishore Manne · 8 years ago
  3. c8dbdc8 serial: xuartps: Rewrite the interrupt handling logic by Anirudha Sarangi · 8 years ago
  4. a308189 serial: xuartps: Do not enable parity error interrupt by Anirudha Sarangi · 8 years ago
  5. 27b17ae tty: serial: xuartps: Wait for rx and tx reset done status by Nava kishore Manne · 8 years ago
  6. 3816b2f8 serial: xuartps: Adds RXBS register support for zynqmp by Nava kishore Manne · 8 years ago
  7. f098a0a tty: xuartps: constify uart_ops structures by Julia Lawall · 8 years ago
  8. 210417c tty: xuartps: disable clocks when not used by Shubhrajyoti Datta · 8 years ago
  9. 93d7bba serial: xuartps: Enable OF earlycon support by Michal Simek · 8 years ago
  10. 0798658 tty: xuartps: Consolidate TX handling by Soren Brinkmann · 8 years ago
  11. a8df6a5 tty: xuartps: Remove '_OFFSET' suffix from #defines by Soren Brinkmann · 8 years ago
  12. 74ea66d4 tty: xuartps: Improve sysrq handling by Soren Brinkmann · 8 years ago
  13. 354fb1a tty: xuartps: Cleanup: Reformat if-else by Soren Brinkmann · 8 years ago
  14. 373e882 tty: xuartps: Refactor IRQ handling by Soren Brinkmann · 8 years ago
  15. 55861d1 tty: xuartps: Move request_irq to after setting up the HW by Soren Brinkmann · 8 years ago
  16. 5ede4a5 tty: xuartps: Move RX path into helper function by Soren Brinkmann · 8 years ago
  17. a19eda0 tty: xuartps: Acquire port lock for shutdown by Soren Brinkmann · 8 years ago
  18. 4c0b92e tty: xuartps: Keep lock for whole ISR by Soren Brinkmann · 8 years ago
  19. 6e14f7c tty: xuartps: Improve startup function by Soren Brinkmann · 8 years ago
  20. aea8f3d tty: xuartps: Clear interrupt status register in shutdown by Soren Brinkmann · 8 years ago
  21. ea8dd8e tty: xuartps: Don't consider circular buffer when enabling transmitter by Soren Brinkmann · 8 years ago
  22. f0f54a8 tty: xuartps: Use spinlock to serialize HW access by Soren Brinkmann · 8 years ago
  23. e3538c3 tty: xuartps: Beautify read-modify writes by Soren Brinkmann · 8 years ago
  24. 54585ba serial: xuartps: add __init to earlycon write method by Masahiro Yamada · 9 years ago
  25. 5c90c07 serial: xilinx: Use platform_get_irq to get irq description structure by Michal Simek · 9 years ago
  26. 136debf serial: xuartps: Fix check in console_setup(). by Thomas Betker · 9 years ago
  27. 19f22ef serial: xuartps: Get rid of register access macros. by Thomas Betker · 9 years ago
  28. 0c39a46 serial: xuartps: Fix iobase use. by Thomas Betker · 9 years ago
  29. 6db6df0 serial: xuartps: Fix cdns_uart_port[] definition. by Thomas Betker · 9 years ago
  30. 9646e4f serial: xuartps: Fix register space size. by Thomas Betker · 9 years ago
  31. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 9 years ago
  32. f641549 tty: serial: xilinx_uartps: Use Macro for ttyPS0 by Peter Crosthwaite · 9 years ago
  33. 6ecde47 tty: xuartps: Fix RX hang, and TX corruption in termios call by Nathan Rossi · 9 years ago
  34. 19038ad tty: xuartps: Add support for setting modem control signals by Lars-Peter Clausen · 10 years ago
  35. 6fa62fc serial: cadence: Add generic earlycon support by Michal Simek · 10 years ago
  36. 882ebfc Merge 3.17-rc5 into tty-next by Greg Kroah-Hartman · 10 years ago
  37. 6731af5 tty: xuartps: Fix tx_emtpy() callback by Lars-Peter Clausen · 10 years ago
  38. 4ebe786 tty: serial: xuartps: Remove .owner field for driver by Michal Simek · 10 years ago
  39. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 10 years ago
  40. d9bb3fb tty: xuartps: Rebrand driver as Cadence UART by Soren Brinkmann · 10 years ago
  41. b494a5f tty: xuartps: Don't write IRQ disable register to enable interrupts by Soren Brinkmann · 10 years ago
  42. 35dc5a5 tty: xuartps: Refactor read-modify-writes by Soren Brinkmann · 10 years ago
  43. 5ce15d2 tty: xuartps: Print warning in clock notifier by Soren Brinkmann · 10 years ago
  44. e555a21 tty: xuartps: Clean up by Soren Brinkmann · 10 years ago
  45. 928e926 tty: xuartps: Initialize ports according to aliases by Michal Simek · 10 years ago
  46. 489810a1 tty: xuartps: Fix kernel-doc errors in the driver by Michal Simek · 10 years ago
  47. c2db11e tty: xuartps: Properly guard sysrq specific code by Soren Brinkmann · 11 years ago
  48. 7ac5734 tty: xuartps: Fix build error when COMMON_CLK is not set by Soren Brinkmann · 11 years ago
  49. d3641f6 tty: xuartps: Fix build error due to missing forward declaration by Soren Brinkmann · 11 years ago
  50. d54b181 tty: xuartps: Fix "may be used uninitialized" build warning by Soren Brinkmann · 11 years ago
  51. 37cd940 tty: xuartps: Update copyright information by Soren Brinkmann · 11 years ago
  52. 4b47d9a tty: xuartps: Implement suspend/resume callbacks by Soren Brinkmann · 11 years ago
  53. c4b0510 tty: xuartps: Dynamically adjust to input frequency changes by Soren Brinkmann · 11 years ago
  54. e6b39bf tty: xuartps: Updating set_baud_rate() by Soren Brinkmann · 11 years ago
  55. d3755f5 tty: xuartps: Force enable the UART in xuartps_console_write by Lars-Peter Clausen · 11 years ago
  56. 85baf54 tty: xuartps: support 64 byte FIFO size by Suneel · 11 years ago
  57. 6ee04c6 tty: xuartps: Add polled mode support for xuartps by Vlad Lungu · 11 years ago
  58. 0c0c47b tty: xuartps: Implement BREAK detection, add SYSRQ support by Vlad Lungu · 11 years ago
  59. c03cae1 tty: xuartps: Use devm_kzalloc by Soren Brinkmann · 11 years ago
  60. 991fc25 tty: xuartps: Use devm_clk_get() by Soren Brinkmann · 11 years ago
  61. 3883cbb Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  62. 696faed serial: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  63. 30e1e28 arm: zynq: Migrate platform to clock controller by Soren Brinkmann · 11 years ago
  64. e424259 tty: xuartps: Remove suspend/resume functions by Soren Brinkmann · 11 years ago
  65. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  66. 855f6fd Xilinx: ARM: UART: clear pending irqs before enabling irqs by John Linn · 11 years ago
  67. 30215c3 serial: xilinx_uartps: remove superfluous IDR write by Steffen Trumtrar · 11 years ago
  68. eb51d91 serial: xilinx_uartps: Remove leftover __exit_p() by Michal Simek · 11 years ago
  69. 2326669c serial: xilinx_uartps: Get clock rate info from dts by Josh Cartwright · 11 years ago
  70. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  71. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  72. de88b34 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  73. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  74. 4bb535d serial: xilinx_uartps: kill CONFIG_OF conditional by Josh Cartwright · 12 years ago
  75. 578b9ce tty: Add module.h to drivers/tty users who just expect it there. by Paul Gortmaker · 13 years ago
  76. ee160a3 TTY: serial, fix includes in some drivers by Jiri Slaby · 13 years ago
  77. 61ec901 tty/serial: add support for Xilinx PS UART by John Linn · 13 years ago