1. cdd86b2 serial/8250: Limit the omap workarounds to omap1 by Tony Lindgren · 12 years ago
  2. 81732c3 tty vt: Fix line garbage in virtual console on command line edition by Jean-François Moine · 12 years ago
  3. 7b6031a msm_serial: fix clock rate on DMA-based uarts by David Brown · 12 years ago
  4. fe0ed5b serial: pl011: delete dangling bug flag by Linus Walleij · 12 years ago
  5. 3d39aa6 TTY: serial: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  6. 3dbc5ce serial: omap: Request pins using pinctrl framework by Tony Lindgren · 12 years ago
  7. ce2f08d serial: omap: fix DeviceTree boot by Felipe Balbi · 12 years ago
  8. e36851d serial: omap: fix compile breakage by Felipe Balbi · 12 years ago
  9. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago
  10. 6915c0e tty: uartclk value from serial_core exposed to sysfs by Tomas Hlavacek · 12 years ago
  11. d83b542 serial: serial_core.h needs console.h included first by Stephen Rothwell · 12 years ago
  12. b69200f serial: mxs-auart: put the device in mxs_auart_probe() by Huang Shijie · 12 years ago
  13. 851b714 serial: mxs-auart: fix the wrong setting order by Huang Shijie · 12 years ago
  14. 37cd0c9 serial_core: fix sizeof(pointer) by Fengguang Wu · 12 years ago
  15. 6721ab7 serial: omap: enable RX and TX FIFO usage by Felipe Balbi · 12 years ago
  16. d37c6ce serial: omap: move uart_omap_port definition to C file by Felipe Balbi · 12 years ago
  17. d21e400 serial: omap: remove unnecessary header and add a missing one by Felipe Balbi · 12 years ago
  18. 957ee72 serial: omap: fix software flow control by Vikram Pandita · 12 years ago
  19. a6b19c3 serial: omap: make sure to put() on poll_get_char by Felipe Balbi · 12 years ago
  20. 9727faf serial: omap: implement set_wake by Felipe Balbi · 12 years ago
  21. 0324a82 serial: omap: unlock the port lock by Ruchika Kharwar · 12 years ago
  22. 52c5513 serial: omap: drop "inline" from IRQ handler prototype by Felipe Balbi · 12 years ago
  23. 6d608ef serial: omap: optimization with section annotations by Felipe Balbi · 12 years ago
  24. 856e35b serial: omap: fix sequence of pm_runtime_* calls. by Ruchika Kharwar · 12 years ago
  25. 6c3a30c serial: omap: don't save IRQ flags on hardirq by Felipe Balbi · 12 years ago
  26. 7e9c8e7 serial: omap: make sure to suspend device before remove by Felipe Balbi · 12 years ago
  27. 1b42c8b serial: omap: drop unnecessary check from remove by Felipe Balbi · 12 years ago
  28. 93220dc serial: omap: set dev->drvdata before enabling pm_runtime by Felipe Balbi · 12 years ago
  29. 660ac5f serial: omap: stick to put_autosuspend by Felipe Balbi · 12 years ago
  30. bf63a08 serial: omap: move THRE check to transmit_chars() by Felipe Balbi · 12 years ago
  31. 72256cb serial: omap: refactor receive_chars() into rdi/rlsi handlers by Felipe Balbi · 12 years ago
  32. 81b75ae serial: omap: simplify IRQ handling by Felipe Balbi · 12 years ago
  33. 4945743 serial: omap: drop DMA support by Felipe Balbi · 12 years ago
  34. d8ee4ea serial: omap: don't access the platform_device by Felipe Balbi · 12 years ago
  35. 27788c5 8250_pci: Add additional WCH CHC353 devices by Alan Cox · 12 years ago
  36. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  37. e5b57c0 serial: omap: define helpers for pdata function pointers by Felipe Balbi · 12 years ago
  38. c990f35 serial: omap: define and use to_uart_omap_port() by Felipe Balbi · 12 years ago
  39. be28205 serial: Add note about migration to driver SCCNXP by Alexander Shiyan · 12 years ago
  40. 1d65c0b serial: New serial driver SCCNXP by Alexander Shiyan · 12 years ago
  41. 6971c63 parport_serial: Add support for the WCH353 2S/1P multi-IO card by Guainluca Anzolin · 12 years ago
  42. 9303ac1 serial: Samsung: Silence some checkpatch errors and warnings by Sachin Kamat · 12 years ago
  43. d20925e serial: Samsung: Replace printk with dev_* functions by Sachin Kamat · 12 years ago
  44. 32614aa serial: pl011: honour serial aliases in device tree by Matthew Leach · 12 years ago
  45. 4b71598 serial: diminish usage of struct serial_uart_config by Paul Gortmaker · 12 years ago
  46. e2c6542 serial: sunsu.c - don't explicitly tie array size to dynamic entity by Paul Gortmaker · 12 years ago
  47. b8ede90 m32r_sio: remove dependency on struct serial_uart_config by Paul Gortmaker · 12 years ago
  48. 833462e serial/imx: improve error diagnosics for clock and pinctrl failures by Uwe Kleine-König · 12 years ago
  49. 7ba2e76 tty: Split the serial_core helpers for setserial into two by Alan Cox · 12 years ago
  50. 9250dd5 drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data by Julia Lawall · 12 years ago
  51. d3dec96 tty: serial: mpc5xxx: add support for mark/space parity by Wolfram Sang · 12 years ago
  52. bbb63c5 drivers:tty:fix up ENOIOCTLCMD error handling by Wanlong Gao · 12 years ago
  53. fd7c81f tty: serial: max310x: Remove explicit use of devm_kfree by Emil Goode · 12 years ago
  54. 23e7c6a tty: serial: max310x: Check return code of gpiochip_remove by Emil Goode · 12 years ago
  55. 1a16afa tty: serial: altera_uart: Use platform_{get,set}_drvdata by Tobias Klauser · 12 years ago
  56. c0fc208 tty: max3100: use module_spi_driver by Devendra Naga · 12 years ago
  57. 1c4c439 drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_unprepare by Julia Lawall · 12 years ago
  58. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  59. 5d4121c TTY: check if tty->port is assigned by Jiri Slaby · 12 years ago
  60. 38f8eef pmac_zilog,kdb: Fix console poll hook to return instead of loop by Jason Wessel · 12 years ago
  61. 0059202 serial: mxs-auart: fix the wrong RTS hardware flow control by Huang Shijie · 12 years ago
  62. f654441 serial: New serial driver MAX310X by Alexander Shiyan · 12 years ago
  63. 9574f36 OMAP/serial: Add support for driving a GPIO as DTR. by NeilBrown · 13 years ago
  64. a92098a pch_uart: check kzalloc result in dma_handle_tx() by Fengguang Wu · 13 years ago
  65. 221ca77 serial: sc26xx: Fix compile breakage by Alexander Shiyan · 13 years ago
  66. c3a6344 TTY: tty_alloc_driver() returns error pointers by Dan Carpenter · 12 years ago
  67. 88ed2a6 n_gsm: memory leak in uplink error path by Russ Gorby · 12 years ago
  68. 329e567 n_gsm: replace kfree_skb w/ appropriate dev_* versions by Russ Gorby · 12 years ago
  69. b4338e1 n_gsm: avoid accessing freed memory during CMD_FCOFF condition by Russ Gorby · 12 years ago
  70. 5e44708 n_gsm: added interlocking for gsm_data_lock for certain code paths by Russ Gorby · 12 years ago
  71. 10c6c38 char: n_gsm: remove message filtering for contipated DLCI by samix.lebsir · 12 years ago
  72. c01af4f n_gsm : Flow control handling in Mux driver by Frederic Berat · 12 years ago
  73. 192b604 n_gsm: uplink SKBs accumulate on list by Russ Gorby · 12 years ago
  74. 7e8ac7b n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX by xiaojin · 12 years ago
  75. e9490e9 Remove BUG_ON from n_tty_read() by Stanislav Kozina · 12 years ago
  76. 6683549 8250: add AgeStar AS-PRS2-009 by Alan Cox · 12 years ago
  77. 386d95b drivers/tty/moxa.c: fix error return code by Julia Lawall · 12 years ago
  78. a342ca1 TTY: mxser, fix invalid module_parm permissions by Jiri Slaby · 12 years ago
  79. 27bf7c4 TTY: hvcs, add tty install by Jiri Slaby · 12 years ago
  80. 97d1508 TTY: hvcs, clean hvcs_open a bit by Jiri Slaby · 12 years ago
  81. bdb498c TTY: hvc_console, add tty install by Jiri Slaby · 12 years ago
  82. ee3b48d TTY: synclinkmp, add tty install by Jiri Slaby · 12 years ago
  83. 8a3ad10 TTY: synclink, add tty install by Jiri Slaby · 12 years ago
  84. 793be89 TTY: moxa, convert to dynamic device by Jiri Slaby · 12 years ago
  85. b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
  86. 2cb4ca0 TTY: add tty_port_link_device by Jiri Slaby · 12 years ago
  87. 72a33bf TTY: tty_port, add some documentation by Jiri Slaby · 12 years ago
  88. c4d6ebe TTY: automatically create nodes for some drivers by Jiri Slaby · 12 years ago
  89. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  90. 7e73eca TTY: move cdev_add to tty_register_device by Jiri Slaby · 12 years ago
  91. 0019b40 TTY: add support for unnumbered device nodes by Jiri Slaby · 12 years ago
  92. 16a0208 TTY: move allocations to tty_alloc_driver by Jiri Slaby · 12 years ago
  93. 21aca2f TTY: pty, switch to tty_alloc_driver by Jiri Slaby · 12 years ago
  94. 7f0bc6a TTY: pass flags to alloc_tty_driver by Jiri Slaby · 12 years ago
  95. 38daf88 mxser: allow overlapping vector by Jiri Slaby · 12 years ago
  96. 86176ed TTY: n_gsm, use tty_port_install by Jiri Slaby · 12 years ago
  97. 3dd332c TTY: 68328serial, fix compilation by Jiri Slaby · 12 years ago
  98. 6f9ea7a TTY: pty, stop passing NULL to free_tty_struct by Jiri Slaby · 12 years ago
  99. 7d9739c serial: ifx6x60: fix paging fault on spi_register_driver by Fengguang Wu · 12 years ago
  100. b53cc0f serial: Change Kconfig entry for CLPS711X-target by Alexander Shiyan · 13 years ago