1. f5b0838 serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271 by Jim Quinlan · 3 years, 8 months ago
  2. 8465df7 serial: 8250_of: Add nuvoton,wpcm450-uart by Jonathan Neuschäfer · 3 years, 9 months ago
  3. 058bc10 serial: 8250: Generalize rs485 software emulation by Lukas Wunner · 4 years, 10 months ago
  4. 283e096 serial: 8250: Deduplicate ->rs485_config() callback by Lukas Wunner · 4 years, 10 months ago
  5. ba08cf4 Merge 5.6-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 10 months ago
  6. 7febbcb serial: 8250: Check UPF_IRQ_SHARED in advance by Andy Shevchenko · 4 years, 11 months ago
  7. c6825c6 serial: 8250_tegra: Create Tegra specific 8250 driver by Jeff Brasen · 5 years ago
  8. d68fefd tty/serial: Migrate 8250_fsl to use has_sysrq by Dmitry Safonov · 5 years ago
  9. 0c11b88 tty: 8250_of: Use software emulated RS485 direction control by Heiko Schocher · 5 years ago
  10. 87bb008 tty: serial: 8250-of: Do not warn on deferred probe by Thierry Reding · 6 years ago
  11. 525667c serial: 8250_of: Use of_device_get_match_data() by Andy Shevchenko · 6 years ago
  12. f481784 serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart by Lubomir Rintel · 6 years ago
  13. 3a50365 serial: 8250: Add OF support for Xscale variant by Linus Walleij · 6 years ago
  14. 6d7f677 serial: 8250: Rate limit serial port rx interrupts during input overruns by Darwin Dingel · 6 years ago
  15. a27d9382 serial: 8250_of: Fix for lack of interrupt support by John Garry · 6 years ago
  16. c58caaa serial: 8250: of: Defer probe on missing IRQ by Alexander Sverdlin · 6 years ago
  17. b29330d82 serial: 8250: of: Correct of_platform_serial_setup() error handling by Alexander Sverdlin · 6 years ago
  18. aa95947 serial: 8250_of: Add IO space support by John Garry · 7 years ago
  19. 54e53b2 tty: serial: 8250: pass IRQ shared flag to UART ports by Kurt Kanzenbach · 7 years ago
  20. f597fbc serial: 8250: Add Nuvoton NPCM UART by Joel Stanley · 7 years ago
  21. b9820a3 serial: 8250_of: fix return code when probe function fails to get reset by Masahiro Yamada · 7 years ago
  22. 4793f2e tty: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  23. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  24. 1c16ae6 serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23 SoC by Sean Wang · 7 years ago
  25. a2d23eda serial: 8250_of: Add basic PM runtime support by Franklin S Cooper Jr · 7 years ago
  26. 5c98e9c serial: 8250_of: use of_property_read_bool() by Sergei Shtylyov · 7 years ago
  27. fa9ba3ac serial: 8250: fix error handling in of_platform_serial_probe() by Alexey Khoroshilov · 7 years ago
  28. e2860e1 serial: 8250_of: Add reset support by Joel Stanley · 8 years ago
  29. aa42db4 8250: of: remove remnants of generic of_serial driver by Arnd Bergmann · 8 years ago
  30. a2d6a98 serial: 8250: Add new port type for TI DA8xx/66AK2x by David Lechner · 8 years ago
  31. fea6dd1 serial: 8250: pxa: add devicetree earlyconsole by Robert Jarzmik · 8 years ago
  32. ffea043 serial: 8250: of: Load TX FIFO Threshold from DT by Thor Thayer · 8 years ago
  33. 28264eb6 serial: 8250: of: Make tegra_serial_handle_break() static by Thierry Reding · 9 years ago
  34. 434ba16 serial: 8250: of: Enable suspend/resume for 8250_of driver by Wang Dongsheng · 9 years ago
  35. c93a599 serial: 8250: of: Fix the driver and actually compile the 8250_of by Peter Ujfalusi · 9 years ago
  36. afd7f88 serial: 8250: move of_serial code to 8250 directory by Arnd Bergmann · 9 years ago[Renamed from drivers/tty/serial/of_serial.c]
  37. 4e33870 serial: of: CONFIG_SERIAL_8250 is always set by Arnd Bergmann · 9 years ago
  38. d1b5c87 serial: remove NWP serial support by Arnd Bergmann · 9 years ago
  39. bd94c40 serial: support 16-bit register interface for console by Masahiro Yamada · 9 years ago
  40. d43b54d serial: Enable Freescale 16550 workaround on arm by Scott Wood · 9 years ago
  41. 8d58db1 tty: serial: of_serial: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  42. ed4492f serial: of-serial: compile correctly when 8250 driver is compiled as module by Martin Sperl · 9 years ago
  43. 6f0c309 serial: of_serial: check the return value of clk_prepare_enable() by Masahiro Yamada · 10 years ago
  44. 3a63d22 serial: of_serial: use devm_clk_get() instead of clk_get() by Masahiro Yamada · 10 years ago
  45. 7a7a7e6 serial: of_serial: do not set port.type twice by Masahiro Yamada · 10 years ago
  46. 6befa9d serial: of-serial: Remove device_type = "serial" registration by Michal Simek · 10 years ago
  47. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  48. ebc5e20 serial: of_serial: Support big-endian register accesses by Kevin Cernekee · 10 years ago
  49. 0787691 serial: of: set port iomem size from devicetree by Mans Rullgard · 10 years ago
  50. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 10 years ago
  51. 045f32d Revert "tty/serial: of_serial: add DT alias ID handling" by Baruch Siach · 10 years ago
  52. 3239fd3 serial: of-serial: fetch line number from DT by Lucas Stach · 10 years ago
  53. 6ad991b tty/serial: of_serial: add support for PXA/MMP uarts by Rob Herring · 10 years ago
  54. 6d01bb9 tty/serial: of_serial: add DT alias ID handling by Rob Herring · 10 years ago
  55. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  56. dd63af1 Merge 3.18-rc7 into tty-next by Greg Kroah-Hartman · 10 years ago
  57. 8ad3b13 serial: of-serial: add PM suspend/resume support by Jingchang Lu · 10 years ago
  58. 261119f Revert "serial: of-serial: add PM suspend/resume support" by Greg Kroah-Hartman · 10 years ago
  59. 962b0a8 Revert "serial: of-serial: fix up PM ops on no_console_suspend and port type" by Greg Kroah-Hartman · 10 years ago
  60. a5e9ab2 Revert "serial: of-serial: add PM suspend/resume support" by Greg Kroah-Hartman · 10 years ago
  61. e4c787d Revert "serial: of-serial: fetch line number from DT" by Greg Kroah-Hartman · 10 years ago
  62. 394e849 Merge 3.18-rc4 into tty-next. by Greg Kroah-Hartman · 10 years ago
  63. 1bd8324 serial: of-serial: fetch line number from DT by Lucas Stach · 10 years ago
  64. 9b8777e serial: of: add a PORT_RT2880 definition by John Crispin · 10 years ago
  65. 7e12e67 serial: of-serial: fix uninitialized kmalloc variable by Jingchang Lu · 10 years ago
  66. 513e438 serial: of-serial: fix up PM ops on no_console_suspend and port type by Jingchang Lu · 10 years ago
  67. 9144b3c tty: serial: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  68. 2dea53b serial: of-serial: add PM suspend/resume support by Jingchang Lu · 10 years ago
  69. a6eec92 Revert "serial: uart: add hw flow control support configuration" by Peter Hurley · 10 years ago
  70. 7fa21dd printk/of_serial: fix serial console cessation part way through boot. by Stephen Chivers · 11 years ago
  71. 06aa82e serial: uart: add hw flow control support configuration by Murali Karicheri · 11 years ago
  72. f8e87cb tty: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  73. 696faed serial: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  74. b0b8c84 serial: of_serial: Handle auto-flow-control property by Heikki Krogerus · 12 years ago
  75. 9f1ca06 serial: of_serial: Handle fifo-size property by Heikki Krogerus · 12 years ago
  76. e06c93c tty/serial: Add support for Altera serial port by Ley Foon Tan · 12 years ago
  77. f26402e tty: of_serial: unexport tegra_serial_handle_break by Stephen Warren · 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. 76cc438 tty: of_serial: fix return value check in of_platform_serial_setup() by Wei Yongjun · 12 years ago
  81. 0bbeb3c of serial port driver - add clk_get_rate() support by Murali Karicheri · 12 years ago
  82. fde8be2 tty: of_serial: add no-loopback-test property by Gabor Juhos · 12 years ago
  83. ce7240e 8250: three way resolve of the 8250 diffs by Alan Cox · 12 years ago
  84. e4305f0 serial/of-serial: Add LPC3220 standard UART compatible string by Roland Stigge · 13 years ago
  85. bf03f65 tegra, serial8250: add ->handle_break() uart_port op by Dan Williams · 13 years ago
  86. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  87. 2e39e5b tty/serial: Add devicetree support for nVidia Tegra serial ports by Grant Likely · 13 years ago
  88. b84e773 tty/serial: change of_serial to use new of_property_read_u32() api by Grant Likely · 14 years ago
  89. 7423734 tty: of_serial: support for 32 bit accesses by Jamie Iles · 14 years ago
  90. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 14 years ago
  91. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  92. 793218d dt/serial: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  93. 8c6e911 tty/serial: Relax the device_type restriction from of_serial by Grant Likely · 14 years ago
  94. ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/serial/of_serial.c]
  95. 73930a8 of_serial: explicitly include of_irq.h by Rob Herring · 14 years ago
  96. f14362d powerpc, of_serial: Endianness issues setting up the serial ports by Ian Munsie · 14 years ago
  97. f1ca09b of: Fix missing includes by Grant Likely · 14 years ago
  98. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  99. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  100. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago