1. ea017f5 tty: serial: uartlite: Prevent changing fixed parameters by Sean Anderson · 3 years, 5 months ago
  2. 2e5f3a6 tty: serial: uartlite: Use read_poll_timeout for a polling loop by Sean Anderson · 3 years, 5 months ago
  3. 3620a89 tty: serial: uartlite: Use constants in early_uartlite_putc by Sean Anderson · 3 years, 5 months ago
  4. 5bbe10a tty: serial: uartlite: Add runtime pm support by Shubhrajyoti Datta · 3 years, 6 months ago
  5. ed623df tty: serial: uartlite: Disable clocks in case of errors by Shubhrajyoti Datta · 3 years, 6 months ago
  6. d157fca serial: tty: uartlite: fix console setup by Daniel Mack · 3 years, 8 months ago
  7. 0b60525 tty: serial: uartlite: Support probe deferral by Alexander Sverdlin · 4 years, 2 months ago
  8. 82ee0b1 tty: serial: uartlite: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  9. f4c4754 Revert "serial-uartlite: Move the uart register" by Greg Kroah-Hartman · 5 years ago
  10. 4c51689 Revert "serial-uartlite: Add get serial id if not provided" by Greg Kroah-Hartman · 5 years ago
  11. 5d8508a Revert "serial-uartlite: Do not use static struct uart_driver out of probe()" by Greg Kroah-Hartman · 5 years ago
  12. 07e5d4f Revert "serial-uartlite: Add runtime support" by Greg Kroah-Hartman · 5 years ago
  13. 5042ffb Revert "serial-uartlite: Change logic how console_port is setup" by Greg Kroah-Hartman · 5 years ago
  14. 61ad2a0 Revert "serial-uartlite: Use allocated structure instead of static ones" by Greg Kroah-Hartman · 5 years ago
  15. a00d9db serial-uartlite: Use allocated structure instead of static ones by Shubhrajyoti Datta · 5 years ago
  16. d338838 serial-uartlite: Change logic how console_port is setup by Shubhrajyoti Datta · 5 years ago
  17. 6a7ce07 tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enable by Chuhong Yuan · 5 years ago
  18. a553add serial: uartlite: fix exit path null pointer by Randy Dunlap · 5 years ago
  19. ee0a29b serial-uartlite: fix null pointer dereference on pointer port by Colin Ian King · 6 years ago
  20. b312f6f serial-uartlite: Fix the unbind path by Shubhrajyoti Datta · 6 years ago
  21. 0379b11 serial-uartlite: Add runtime support by Shubhrajyoti Datta · 6 years ago
  22. 3b209d2 serial-uartlite: Do not use static struct uart_driver out of probe() by Shubhrajyoti Datta · 6 years ago
  23. 62104b2 serial-uartlite: Add get serial id if not provided by Shubhrajyoti Datta · 6 years ago
  24. f33cf77 serial-uartlite: Move the uart register by Shubhrajyoti Datta · 6 years ago
  25. deeb33e tty: serial: uartlite: Use dynamic array for console port by Shubhrajyoti Datta · 6 years ago
  26. 5f6825d tty: serial: uartlite: remove console_init by Shubhrajyoti Datta · 6 years ago
  27. 415b43b tty: serial: uartlite: Move uart register to probe by Shubhrajyoti Datta · 6 years ago
  28. ea42d7a tty: serial: uartlite: Enable clocks at probe by Shubhrajyoti Datta · 6 years ago
  29. a3a1061 tty: serial: uartlite: Add support for suspend and resume by Shubhrajyoti Datta · 6 years ago
  30. 14288be tty: serial: uartlite: Add clock adaptation by Shubhrajyoti Datta · 6 years ago
  31. da7bf20 tty: serial: uartlite: Add structure for private data by Shubhrajyoti Datta · 6 years ago
  32. 4793f2e tty: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  33. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  34. bdff148 serial-uartlite: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  35. b44b96a uartlite: Adding a kernel parameter for the number of uartlites by Sam Povilus · 8 years ago
  36. 31d054d serial-uartlite: constify uart_ops structures by Julia Lawall · 8 years ago
  37. 973ea59 serial-uartlite: Constify uartlite_be/uartlite_le by Maarten Brock · 9 years ago
  38. 9220ebf Revert "serial-uartlite: Constify uartlite_be/uartlite_le" by Sudip Mukherjee · 9 years ago
  39. 106020c serial-uartlite: Configure for rising edge irq trigger. by Maarten Brock · 9 years ago
  40. 19606ea serial-uartlite: Spinlock inside the loop. by Maarten Brock · 9 years ago
  41. 2905697 serial-uartlite: Constify uartlite_be/uartlite_le by Maarten Brock · 9 years ago
  42. acf5e6c serial-uartlite: Enlarge maximum nr of devices to 16. by Maarten Brock · 9 years ago
  43. 9e370d2 serial-uartlite: fix missing locking in isr by Rich Felker · 9 years ago
  44. 7cdcc29 serial-uartlite: add earlycon support by Rich Felker · 9 years ago
  45. 5c90c07 serial: xilinx: Use platform_get_irq to get irq description structure by Michal Simek · 10 years ago
  46. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 10 years ago
  47. 4bb2bd0 tty: serial: uartlite: Remove .owner field for driver by Michal Simek · 10 years ago
  48. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 11 years ago
  49. d335215 tty: serial: uartlite: Specify time for sending chars by Michal Simek · 11 years ago
  50. 6d53c3b tty: serial: uartlite: Support uartlite on big and little endian systems by Michal Simek · 12 years ago
  51. 3240b48d tty: serial: uartlite: Fix sparse and checkpatch warnings by Michal Simek · 12 years ago
  52. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  53. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  54. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  55. de88b34 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  56. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  57. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  58. fc4b186 uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 13 years ago
  59. 5fffb95 Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  60. 8588806 tty: use of_match_ptr() for of_match_table entry by Ben Dooks · 13 years ago
  61. ee160a3 TTY: serial, fix includes in some drivers by Jiri Slaby · 13 years ago
  62. e5263a5 dt: uartlite: merge platform and of_platform driver bindings by Grant Likely · 14 years ago
  63. ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/serial/uartlite.c]
  64. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  65. 8a28af7f serial: Add CONSOLE_POLL support for uartlite by Michal Simek · 14 years ago
  66. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  67. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  68. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  69. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  70. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  71. e5bbbb1 serial: uartlite: move from byte accesses to word accesses by John Linn · 15 years ago
  72. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  73. 07081fd uartlite: Fix build on sparc. by David Miller · 15 years ago
  74. 03eac7b uartlite: fix crash when using as console by Richard Röjfors · 15 years ago
  75. d2cfe96 uartlite: support shared interrupt lines by Peter Korsgaard · 15 years ago
  76. ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
  77. a108096 powerpc/virtex: fix various format/casting printk mismatches by Grant Likely · 16 years ago
  78. a88487c Fix compile errors in SGI console drivers (linux-next tree) by Takashi Iwai · 17 years ago
  79. 71cc2c2 serial: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  80. e169c13 serial: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  81. 3796958 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  82. 15aafa2 Remove pointless casts from void pointers by Jeff Garzik · 17 years ago
  83. 3de66a1 [POWERPC] Eliminate broken OF console initialization. by Grant Likely · 17 years ago
  84. 0e349b0 [POWERPC] Xilinx: Update compatible to use values generated by BSP generator. by Stephen Neuendorffer · 17 years ago
  85. 911a317 [POWERPC] Fix incorrectly tagged __devinitdata structures by Grant Likely · 17 years ago
  86. f67702a [POWERPC] Xilinx uartlite: Section type fixups by Stephen Neuendorffer · 17 years ago
  87. 76832d8 drivers/serial/uartlite.c: Add missing of_node_put by Julia Lawall · 17 years ago
  88. 1d6b698 [POWERPC] Uartlite: speed up console output by Grant Likely · 17 years ago
  89. e077b50 [POWERPC] Uartlite: Revert register io access changes by Grant Likely · 17 years ago
  90. fb4e6e6 [POWERPC] Uartlite: Let the console be initialized earlier by Grant Likely · 17 years ago
  91. 852e1ea [POWERPC] Uartlite: Add of-platform-bus binding by Grant Likely · 17 years ago
  92. 435706b [POWERPC] Uartlite: Comment block tidy by Grant Likely · 17 years ago
  93. 8fa7b61 [POWERPC] Uartlite: Separate the bus binding from the driver proper by Grant Likely · 17 years ago
  94. 0077582 [POWERPC] Uartlite: Add macro for uartlite device name by Grant Likely · 17 years ago
  95. 483c79d [POWERPC] Uartlite: change name of ports to ulite_ports by Grant Likely · 17 years ago
  96. a15da8e [POWERPC] Uartlite: Fix reg io to access documented register size by Grant Likely · 17 years ago
  97. b81831c6 [PATCH] drivers/serial NULL noise removal by Al Viro · 18 years ago
  98. e21654a [PATCH] serial/uartlite: Only enable port if request_port succeeded by Peter Korsgaard · 18 years ago
  99. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  100. 238b872 [PATCH] serial uartlite driver by Peter Korsgaard · 18 years ago