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