1. 9429ccb serial: pxa: fine-tune clk useage by Yi Zhang · 12 years ago
  2. e8c5b56 serial: pch_uart: fix sysrq handling for pch_uart by Liang Li · 12 years ago
  3. eb51d91 serial: xilinx_uartps: Remove leftover __exit_p() by Michal Simek · 12 years ago
  4. aea9554 serial:ifx6x60: Remove memset for SPI frame by channing · 12 years ago
  5. 4bbed6b serial: sccnxp: Make baudrate table struct static by Alexander Shiyan · 12 years ago
  6. f548b96 serial: sccnxp: Reset break and overrun bits in RX handler by Alexander Shiyan · 12 years ago
  7. c098020 serial/efm32: parse location property by Uwe Kleine-König · 12 years ago
  8. 2326669c serial: xilinx_uartps: Get clock rate info from dts by Josh Cartwright · 12 years ago
  9. 1f9db09 pch_uart: add sysrq support by Liang Li · 12 years ago
  10. 384e301 pch_uart: fix a deadlock when pch_uart as console by Liang Li · 12 years ago
  11. f8a2b220 drivers/tty/serial/8250: use strlcpy instead of strcpy by Chen Gang · 12 years ago
  12. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  13. 33aeb9d serial: lpc32xx: Fix fallout from tty_port conversion by Thierry Reding · 12 years ago
  14. 49abd90 serial: vt8500: Cleanup code using devm_ function by Tony Prisk · 12 years ago
  15. 12faa35 serial: vt8500: UART uses gated clock rather than 24Mhz reference by Tony Prisk · 12 years ago
  16. 962963e serial: tegra: Switch to using struct tty_port by Thierry Reding · 12 years ago
  17. 45e786a serial: imx: Remove unused 'tty' variable by Fabio Estevam · 12 years ago
  18. ed35e09 serial: pxa: Do not tweak clock in pxa serial write() function by Haojun Bao · 12 years ago
  19. b786337 serial: sccnxp: Fix possible crash if no platform data supplied by Alexander Shiyan · 12 years ago
  20. 7d9f49a serial: rp2: New driver for Comtrol RocketPort 2 cards by Kevin Cernekee · 12 years ago
  21. 4053036 serial: vt8500: ioremap'd resource is never freed by Tony Prisk · 12 years ago
  22. 27dd2e0 serial: vt8500: Fix range-checking on vt8500_uart_ports by Tony Prisk · 12 years ago
  23. f938f37 tty: serial/crisv10.c: remove unnecessary null pointer check by Cong Ding · 12 years ago
  24. 9ef20d5 tty: serial/68328serial.c: remove unnecessary null pointer check by Cong Ding · 12 years ago
  25. 5fe2123 OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13 by Alexey Pelykh · 12 years ago
  26. 795b5bb serial/arc-uart: Fix section mistmatch by Vineet Gupta · 12 years ago
  27. ac4ce71 serial: sirf: only use lookup table to set baudrate when ioclk=150MHz by Barry Song · 12 years ago
  28. 2894500 TTY: ip22zilog, fix tty_flip_buffer_push call by Jiri Slaby · 12 years ago
  29. f5836a5 serial: 8250_dw: Set maxburst size by Heikki Krogerus · 12 years ago
  30. 053fac3 serial: 8250_dw: Use ifdef with ACPI by Heikki Krogerus · 12 years ago
  31. a3b0397 serial: 8250_dma: TX optimisation by Heikki Krogerus · 12 years ago
  32. 6f3fe3b serial: 8250_dma: Switch to using tty_port by Heikki Krogerus · 12 years ago
  33. 7277b2a serial: 8250_dw: Enable DMA support with ACPI by Heikki Krogerus · 12 years ago
  34. 9ee4b83 serial: 8250: Add support for dmaengine by Heikki Krogerus · 12 years ago
  35. 6a7320c serial: 8250_dw: Add ACPI 5.0 support by Heikki Krogerus · 12 years ago
  36. 30046df serial: 8250_dw: Set FIFO size dynamically by Heikki Krogerus · 12 years ago
  37. a7260c8 serial: 8250_dw: Move device tree code to separate function by Heikki Krogerus · 12 years ago
  38. f93366f serial: 8250_dw: Map IO memory by Heikki Krogerus · 12 years ago
  39. 966c4e3 serial: 8250_dw: Don't use UPF_FIXED_TYPE by Heikki Krogerus · 12 years ago
  40. 9660497 serial: 8250: Allow drivers to deliver capabilities by Heikki Krogerus · 12 years ago
  41. b342dd5 drivers/tty/serial: extern function which for release resource, need check pointer, before free it by Chen Gang · 12 years ago
  42. 463dcc4 serial: sccnxp: Rename header file to match functionality by Alexander Shiyan · 12 years ago
  43. ec06389 serial: sccnxp: Implement polling mode by Alexander Shiyan · 12 years ago
  44. 496c907 serial: mcf: Add support RS485 in ColdFire serial driver by Quoc-Viet Nguyen · 12 years ago
  45. d73dfc6 serial: 8250_pci: remove __devexit usage by Greg Kroah-Hartman · 12 years ago
  46. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 12 years ago
  47. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  48. d6c53c0 TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
  49. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  50. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  51. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 12 years ago
  52. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  53. ea28fd5 serial/arc-uart: switch to devicetree based probing by Vineet Gupta · 12 years ago
  54. d6c0d06 serial/arc-uart: platform_data order changed by Vineet Gupta · 12 years ago
  55. e163d1f serial/arc-uart: split probe from probe_earlyprintk by Vineet Gupta · 12 years ago
  56. 026bb29 serial/arc-uart: Don't index with -ve platform_device->id by Vineet Gupta · 12 years ago
  57. e9ea096 serial: tegra: add serial driver by Laxman Dewangan · 12 years ago
  58. 42d3419 serial: imx: Use devm_* APIs by Sachin Kamat · 12 years ago
  59. 50bbdba serial: imx: Use pr_info instead of printk by Sachin Kamat · 12 years ago
  60. 699cbd6 serial: imx: Fix coding style issue by Sachin Kamat · 12 years ago
  61. e32a9f8 serial: imx: Use <linux/io.h> instead of <asm/io.h> by Sachin Kamat · 12 years ago
  62. 82313e6 serial: imx: Fix checkpatch errors related to spacing by Sachin Kamat · 12 years ago
  63. 905f4ba serial: Samsung: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  64. 41147bf serial: samsung: remove the use of statically remapped controller address by Thomas Abraham · 12 years ago
  65. 81a7d77 serial: mxs-auart: Fix typo in sanity check by Thomas Jarosch · 12 years ago
  66. ef4f527 tty: Fix comments that reference BKL, eventd, old paths by Kevin Cernekee · 12 years ago
  67. a205a56 serial: Remove RM9000 series serial driver. by Ralf Baechle · 12 years ago
  68. 6d8df4b serial: avoid double free after call ioc4_serial_remove_one by Chen Gang · 12 years ago
  69. 5425e03 serial: sirf: add support for new SiRFmarco SMP SoC by Barry Song · 12 years ago
  70. 6f538fe tty: serial core: decouple pm states from ACPI by Linus Walleij · 12 years ago
  71. fdbc735 serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR by Enric Balletbo i Serra · 12 years ago
  72. 55c7c0f serial: quatech: add the other serial identifiers and preliminary control code by Alan Cox · 12 years ago
  73. 2cb85a7 Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-for-merge-window-v2 by Tony Lindgren · 12 years ago
  74. d9ba573 ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h by Tony Lindgren · 12 years ago
  75. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  76. d027db1 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  77. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  78. b1286f4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  79. d07e43d Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  80. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  81. 505cbed Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  82. 0b99cb7 Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warnings' into for-next by Russell King · 12 years ago
  83. 823c9fa Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc by Olof Johansson · 12 years ago
  84. fd985e1 drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usage by Andrew Morton · 12 years ago
  85. 72d4724 serial: ifx6x60: Add modem power off function in the platform reboot process by Jun Chen · 12 years ago
  86. d7ffb93 serial: mxs-auart: unmap the scatter list before we copy the data by Huang Shijie · 12 years ago
  87. a591944 serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabled by Huang Shijie · 12 years ago
  88. 273a4b8 serial: max310x: Setup missing "can_sleep" field for GPIO by Alexander Shiyan · 12 years ago
  89. bc6835a tty/serial: fix ifx6x60.c declaration warning by Randy Dunlap · 12 years ago
  90. 666ca0b serial: samsung: add devicetree properties for non-Exynos SoCs by Heiko Stübner · 12 years ago
  91. c15c374 serial: samsung: fix potential soft lockup during uart write by Thomas Abraham · 12 years ago
  92. 2edb36c ARM: EXYNOS: add support for EXYNOS5440 SoC by Kukjin Kim · 12 years ago
  93. 13c3237 tty/8250 Add check for pci_ioremap_bar failure by Matt Schulte · 12 years ago
  94. 14faa8c tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe cards by Matt Schulte · 12 years ago
  95. 30fa96a tty/8250 Add XR17D15x devices to the exar_handle_irq override by Matt Schulte · 12 years ago
  96. 81db077 tty/8250: Add sleep capability to XR17D15X ports by Matt Schulte · 12 years ago
  97. f965b9c serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35x_setup by Matt Schulte · 12 years ago
  98. b7a7e14 serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_in by Matt Schulte · 12 years ago
  99. 1cd3f2d serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty. by Sonic Zhang · 12 years ago
  100. dc96efb Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCIe UARTs by Matt Schulte · 12 years ago