1. 30cfa3e serial: uartps: Fix suspend functionality by Nava kishore Manne · 6 years ago
  2. 7863304 serial: uartps: console_setup() can't be placed to init section by Michal Simek · 6 years ago
  3. a4b021e serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO by Anssi Hannula · 6 years ago
  4. 4c7c36a serial: set suppress_bind_attrs flag only if builtin by Anders Roxell · 6 years ago
  5. e534754 serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly by Nava kishore Manne · 6 years ago
  6. 34b6a3a serial: xuartps: remove unnecessary register write by Helmut Grohne · 6 years ago
  7. de4ed39 serial: xuartps: reduce hardware TX race condition by Helmut Grohne · 6 years ago
  8. 68d12bb serial: xuartps: fix typo in cdns_uart_startup by Helmut Grohne · 6 years ago
  9. 7b6c81f Merge 4.17-rc3 into tty-next by Greg Kroah-Hartman · 6 years ago
  10. 0a84bae serial: uartps: Remove static port array by Michal Simek · 6 years ago
  11. 1f21072 serial: uartps: Move cnds_uart_get_port to probe by Michal Simek · 6 years ago
  12. 0413fe0 serial: uartps: Use dynamic array for console port by Michal Simek · 6 years ago
  13. 0f38c5e serial: uartps: Remove console_initcall from the driver by Michal Simek · 6 years ago
  14. 66dd99c tty: serial: xuartps: Setup early console when uartclk is also passed by Michal Simek · 6 years ago
  15. a406c4b tty: serial: simplify getting .drvdata by Wolfram Sang · 6 years ago
  16. e7d75e1 serial: xuartps: Fix out-of-bounds access through DT alias by Geert Uytterhoeven · 7 years ago
  17. 4793f2e tty: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  18. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  19. 1d67243 tty: xilinx_uartps: move to arch_initcall for earlier console by Shubhrajyoti Datta · 7 years ago
  20. 99d27316 serial: xuartps: Remove __init marking from early write by Jeffy Chen · 7 years ago
  21. 094094a serial: uartps: Fix kernel doc warnings by Nava kishore Manne · 7 years ago
  22. d653c43 serial: xilinx_uartps: Fix the error path by Shubhrajyoti Datta · 7 years ago
  23. ecfc577 serial: xuartps: Enable clocks in the pm disable case also by Shubhrajyoti Datta · 7 years ago
  24. 81e33b5 serial: xuartps: Cleanup the clock enable by Shubhrajyoti Datta · 7 years ago
  25. d62100f serial: xilinx_uartps: Add pm runtime support by Shubhrajyoti Datta · 8 years ago
  26. 5935a2b serial: xuartps: Enable uart loopback mode by Yasir-Khan · 8 years ago
  27. 0267a4f serial: xuartps: Add new compatible string for ZynqMP by Nava kishore Manne · 8 years ago
  28. c41251b serial: xuartps: Add some register initialisation to cdns_early_console_setup() by Scott Telford · 8 years ago
  29. 212d249 serial: xuartps: Removed unwanted checks while reading the error conditions by Nava kishore Manne · 8 years ago
  30. c8dbdc8 serial: xuartps: Rewrite the interrupt handling logic by Anirudha Sarangi · 8 years ago
  31. a308189 serial: xuartps: Do not enable parity error interrupt by Anirudha Sarangi · 8 years ago
  32. 27b17ae tty: serial: xuartps: Wait for rx and tx reset done status by Nava kishore Manne · 8 years ago
  33. 3816b2f8 serial: xuartps: Adds RXBS register support for zynqmp by Nava kishore Manne · 8 years ago
  34. f098a0a tty: xuartps: constify uart_ops structures by Julia Lawall · 8 years ago
  35. 210417c tty: xuartps: disable clocks when not used by Shubhrajyoti Datta · 8 years ago
  36. 93d7bba serial: xuartps: Enable OF earlycon support by Michal Simek · 9 years ago
  37. 0798658 tty: xuartps: Consolidate TX handling by Soren Brinkmann · 9 years ago
  38. a8df6a5 tty: xuartps: Remove '_OFFSET' suffix from #defines by Soren Brinkmann · 9 years ago
  39. 74ea66d4 tty: xuartps: Improve sysrq handling by Soren Brinkmann · 9 years ago
  40. 354fb1a tty: xuartps: Cleanup: Reformat if-else by Soren Brinkmann · 9 years ago
  41. 373e882 tty: xuartps: Refactor IRQ handling by Soren Brinkmann · 9 years ago
  42. 55861d1 tty: xuartps: Move request_irq to after setting up the HW by Soren Brinkmann · 9 years ago
  43. 5ede4a5 tty: xuartps: Move RX path into helper function by Soren Brinkmann · 9 years ago
  44. a19eda0 tty: xuartps: Acquire port lock for shutdown by Soren Brinkmann · 9 years ago
  45. 4c0b92e tty: xuartps: Keep lock for whole ISR by Soren Brinkmann · 9 years ago
  46. 6e14f7c tty: xuartps: Improve startup function by Soren Brinkmann · 9 years ago
  47. aea8f3d tty: xuartps: Clear interrupt status register in shutdown by Soren Brinkmann · 9 years ago
  48. ea8dd8e tty: xuartps: Don't consider circular buffer when enabling transmitter by Soren Brinkmann · 9 years ago
  49. f0f54a8 tty: xuartps: Use spinlock to serialize HW access by Soren Brinkmann · 9 years ago
  50. e3538c3 tty: xuartps: Beautify read-modify writes by Soren Brinkmann · 9 years ago
  51. 54585ba serial: xuartps: add __init to earlycon write method by Masahiro Yamada · 9 years ago
  52. 5c90c07 serial: xilinx: Use platform_get_irq to get irq description structure by Michal Simek · 9 years ago
  53. 136debf serial: xuartps: Fix check in console_setup(). by Thomas Betker · 10 years ago
  54. 19f22ef serial: xuartps: Get rid of register access macros. by Thomas Betker · 10 years ago
  55. 0c39a46 serial: xuartps: Fix iobase use. by Thomas Betker · 10 years ago
  56. 6db6df0 serial: xuartps: Fix cdns_uart_port[] definition. by Thomas Betker · 10 years ago
  57. 9646e4f serial: xuartps: Fix register space size. by Thomas Betker · 10 years ago
  58. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 9 years ago
  59. f641549 tty: serial: xilinx_uartps: Use Macro for ttyPS0 by Peter Crosthwaite · 10 years ago
  60. 6ecde47 tty: xuartps: Fix RX hang, and TX corruption in termios call by Nathan Rossi · 10 years ago
  61. 19038ad tty: xuartps: Add support for setting modem control signals by Lars-Peter Clausen · 10 years ago
  62. 6fa62fc serial: cadence: Add generic earlycon support by Michal Simek · 10 years ago
  63. 882ebfc Merge 3.17-rc5 into tty-next by Greg Kroah-Hartman · 10 years ago
  64. 6731af5 tty: xuartps: Fix tx_emtpy() callback by Lars-Peter Clausen · 10 years ago
  65. 4ebe786 tty: serial: xuartps: Remove .owner field for driver by Michal Simek · 10 years ago
  66. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 10 years ago
  67. d9bb3fb tty: xuartps: Rebrand driver as Cadence UART by Soren Brinkmann · 10 years ago
  68. b494a5f tty: xuartps: Don't write IRQ disable register to enable interrupts by Soren Brinkmann · 10 years ago
  69. 35dc5a5 tty: xuartps: Refactor read-modify-writes by Soren Brinkmann · 10 years ago
  70. 5ce15d2 tty: xuartps: Print warning in clock notifier by Soren Brinkmann · 10 years ago
  71. e555a21 tty: xuartps: Clean up by Soren Brinkmann · 10 years ago
  72. 928e926 tty: xuartps: Initialize ports according to aliases by Michal Simek · 10 years ago
  73. 489810a1 tty: xuartps: Fix kernel-doc errors in the driver by Michal Simek · 10 years ago
  74. c2db11e tty: xuartps: Properly guard sysrq specific code by Soren Brinkmann · 11 years ago
  75. 7ac5734 tty: xuartps: Fix build error when COMMON_CLK is not set by Soren Brinkmann · 11 years ago
  76. d3641f6 tty: xuartps: Fix build error due to missing forward declaration by Soren Brinkmann · 11 years ago
  77. d54b181 tty: xuartps: Fix "may be used uninitialized" build warning by Soren Brinkmann · 11 years ago
  78. 37cd940 tty: xuartps: Update copyright information by Soren Brinkmann · 11 years ago
  79. 4b47d9a tty: xuartps: Implement suspend/resume callbacks by Soren Brinkmann · 11 years ago
  80. c4b0510 tty: xuartps: Dynamically adjust to input frequency changes by Soren Brinkmann · 11 years ago
  81. e6b39bf tty: xuartps: Updating set_baud_rate() by Soren Brinkmann · 11 years ago
  82. d3755f5 tty: xuartps: Force enable the UART in xuartps_console_write by Lars-Peter Clausen · 11 years ago
  83. 85baf54 tty: xuartps: support 64 byte FIFO size by Suneel · 11 years ago
  84. 6ee04c6 tty: xuartps: Add polled mode support for xuartps by Vlad Lungu · 11 years ago
  85. 0c0c47b tty: xuartps: Implement BREAK detection, add SYSRQ support by Vlad Lungu · 11 years ago
  86. c03cae1 tty: xuartps: Use devm_kzalloc by Soren Brinkmann · 11 years ago
  87. 991fc25 tty: xuartps: Use devm_clk_get() by Soren Brinkmann · 11 years ago
  88. 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
  89. 696faed serial: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  90. 30e1e28 arm: zynq: Migrate platform to clock controller by Soren Brinkmann · 11 years ago
  91. e424259 tty: xuartps: Remove suspend/resume functions by Soren Brinkmann · 11 years ago
  92. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  93. 855f6fd Xilinx: ARM: UART: clear pending irqs before enabling irqs by John Linn · 11 years ago
  94. 30215c3 serial: xilinx_uartps: remove superfluous IDR write by Steffen Trumtrar · 11 years ago
  95. eb51d91 serial: xilinx_uartps: Remove leftover __exit_p() by Michal Simek · 12 years ago
  96. 2326669c serial: xilinx_uartps: Get clock rate info from dts by Josh Cartwright · 12 years ago
  97. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  98. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  99. de88b34 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  100. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago