1. 66cf1d8 serial: omap: Fix error handling in probe by Semen Protsenko · 10 years ago
  2. 1cf94d3 tty/serial: omap: fix !wakeirq message by Doug Kehn · 10 years ago
  3. 348f9bb serial: omap: Fix RTS handling by Peter Hurley · 10 years ago
  4. 391f93f serial: core: Rework hw-assisted flow control support by Peter Hurley · 10 years ago
  5. fbf7ebe trivial fixes for omap-serial by Pavel Machek · 10 years ago
  6. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  7. d39fe4e tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  8. 3c59958 tty: serial: omap_serial: line is unsigned, don't check < 0 by Sebastian Andrzej Siewior · 10 years ago
  9. bd737f8 tty/serial_core: Introduce lock mechanism for RS485 by Ricardo Ribalda Delgado · 10 years ago
  10. dadd7ec serial/omap: Use the rs485 functions on serial_core by Ricardo Ribalda Delgado · 10 years ago
  11. 7af0ea5 tty: serial: omap: Increase max consoles and add check to prevent crash by Nishanth Menon · 10 years ago
  12. d4ac063 tty: serial: omap: Remove probe error message by Markus Pargmann · 10 years ago
  13. 13d6ceb tty: omap-serial: pull out calculation from baud_is_mode16 by Frans Klaver · 10 years ago
  14. dc31875 tty: omap-serial: fix division by zero by Frans Klaver · 10 years ago
  15. d900d98 tty: serial: omap: fix Sparse warnings by Felipe Balbi · 11 years ago
  16. 5c3f4bd tty: serial: omap: remove unneeded singlethread workqueue by Felipe Balbi · 11 years ago
  17. 985bfd5 tty: serial: omap: remove some dead code by Felipe Balbi · 11 years ago
  18. d044d23 tty: serial: omap: switch over to devm_ioremap_resource by Felipe Balbi · 11 years ago
  19. 54af692 tty: serial: omap: switch over to platform_get_resource by Felipe Balbi · 11 years ago
  20. cc51638 tty: serial: omap: cleanup variable declarations by Felipe Balbi · 11 years ago
  21. 404dc57 tty: serial: omap: switch over to devm_request_gpio by Felipe Balbi · 11 years ago
  22. 5b6acc7 tty: serial: add missing braces by Felipe Balbi · 11 years ago
  23. 6bf7896 Revert "serial: omap: unlock the port lock" by Felipe Balbi · 11 years ago
  24. d758c9c serial: omap: Fix missing pm_runtime_resume handling by simplifying code by Tony Lindgren · 11 years ago
  25. 93a2e47 serial: omap: free the wakeup settings in remove by Sanjay Singh Rawat · 11 years ago
  26. 3a13884 tty/serial: omap: empty the RX FIFO at the end of half-duplex TX by Dimitris Lampridis · 11 years ago
  27. cab53dc tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX by Dimitris Lampridis · 11 years ago
  28. a64c1a1 serial: omap: fix rs485 probe on defered pinctrl by Michael Grzeschik · 11 years ago
  29. ce6acca serial: omap-serial: Move info message to probe function by Markus Pargmann · 11 years ago
  30. 80d8611 serial: omap: fix missing comma by Philippe Proulx · 11 years ago
  31. e5f9bf7 serial: omap: fix a few checkpatch warnings by Philippe Proulx · 11 years ago
  32. 018e744 serial: omap: improve RS-485 performance by Philippe Proulx · 11 years ago
  33. 2a0b965 serial: omap: Add support for optional wake-up by Tony Lindgren · 11 years ago
  34. e701bca serial: omap: delete .set_wake callback by Linus Walleij · 11 years ago
  35. 18d8519 OMAP/serial: Fix Mode13 vs Mode16 priority by Alexey Pelykh · 11 years ago
  36. 4250b5d OMAP/serial: Fix misnamed variable by Alexey Pelykh · 11 years ago
  37. 355fe56 Revert "OMAP: UART: Keep the TX fifo full when possible" by Greg Kroah-Hartman · 11 years ago
  38. 7b013e4 Revert "serial: omap: Fix IRQ handling return value" by Greg Kroah-Hartman · 11 years ago
  39. e438ac9 OMAP: serial: Remove incorrect disabling of IER interrupt by Mark Jackson · 11 years ago
  40. 4a0ac0f OMAP: add RS485 support by Mark Jackson · 11 years ago
  41. 574de55 serial: use dev_get_platdata() by Jingoo Han · 11 years ago
  42. 3026d14 serial: omap: enable PM runtime only when its fully configured by Grygorii Strashko · 11 years ago
  43. 908fd7e serial: omap: Fix IRQ handling return value by Ruchika Kharwar · 11 years ago
  44. a0a490f serial: omap: Initialize platform_data by Vikram Pandita · 11 years ago
  45. 76bac19 OMAP: UART: Fix the revision register read. by Ruchika Kharwar · 11 years ago
  46. c441508 OMAP: UART: Keep the TX fifo full when possible by Dmitry Fink · 11 years ago
  47. f64ffda OMAP2+: UART: enable tx wakeup bit for wer reg by Govindraj.R · 11 years ago
  48. e84f54f drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  49. a630fbf serial: omap: Fix device tree based PM runtime by Tony Lindgren · 11 years ago
  50. 7f25301 serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_suspend() by Wei Yongjun · 11 years ago
  51. 2cb5a2f serial: omap: repair building without PM_SLEEP by Arnd Bergmann · 11 years ago
  52. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  53. ddd85e2 serial: omap: prevent runtime PM for "no_console_suspend" by Sourav Poddar · 12 years ago
  54. 7f18d05 SERIAL: OMAP: Remove the slave idle handling from the driver by Santosh Shilimkar · 12 years ago
  55. 1f66396 OMAP/serial: Revert bad fix of Rx FIFO threshold granularity by Alexey Pelykh · 12 years ago
  56. 1776fd0 OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation by Alexey Pelykh · 12 years ago
  57. 5fe2123 OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13 by Alexey Pelykh · 12 years ago
  58. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  59. fdbc735 serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR by Enric Balletbo i Serra · 12 years ago
  60. d9ba573 ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h by Tony Lindgren · 12 years ago
  61. d07e43d Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  62. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  63. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  64. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  65. 3af08bd SERIAL: omap: fix hardware assisted flow control by Russell King · 12 years ago
  66. 2405464 SERIAL: omap: simplify (2) by Russell King · 12 years ago
  67. c533e51 SERIAL: omap: move xon/xoff setting earlier by Russell King · 12 years ago
  68. c7d059c SERIAL: omap: always set TCR by Russell King · 12 years ago
  69. 18f360f SERIAL: omap: simplify by Russell King · 12 years ago
  70. 1fe8aa8 SERIAL: omap: don't read back LCR/MCR/EFR by Russell King · 12 years ago
  71. 01d70bb SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termios by Russell King · 12 years ago
  72. 820344f SERIAL: omap: configure xon/xoff before setting modem control lines by Russell King · 12 years ago
  73. f91b55a SERIAL: omap: move driver private definitions and structures to driver by Russell King · 12 years ago
  74. 4073a53 SERIAL: omap: remove 'irq_pending' bitfield by Russell King · 12 years ago
  75. 08bd490 SERIAL: omap: fix MCR TCRTLR bit handling by Russell King · 12 years ago
  76. 9363f8f SERIAL: omap: fix set_mctrl() breakage by Russell King · 12 years ago
  77. 511e74f SERIAL: omap: no need to re-read EFR by Russell King · 12 years ago
  78. d864c03 SERIAL: omap: remove setting of EFR SCD bit by Russell King · 12 years ago
  79. da5d01f SERIAL: omap: allow hardware assisted IXANY mode to be disabled by Russell King · 12 years ago
  80. 0d5b166 SERIAL: omap: allow hardware assisted rts/cts modes to be disabled by Russell King · 12 years ago
  81. ca364d8 Merge 3.7-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  82. 40477d0 serial: omap: Remove the hardcode serial_omap_console_ports array. by Shubhrajyoti D · 12 years ago
  83. 7ba897d serial: omap: Remove the default setting of special character by Shubhrajyoti D · 12 years ago
  84. 39aee51 serial: omap: Make context_loss_cnt signed by Shubhrajyoti D · 12 years ago
  85. a4f7438 Revert "serial: omap: fix software flow control" by Felipe Balbi · 12 years ago
  86. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  87. 9a12fcf serial: omap: fix the reciever line error case by Shubhrajyoti D · 12 years ago
  88. ac57e7f serial: omap: Remove unnecessary checks from suspend/resume by Sourav Poddar · 12 years ago
  89. 3dbc5ce serial: omap: Request pins using pinctrl framework by Tony Lindgren · 12 years ago
  90. ce2f08d serial: omap: fix DeviceTree boot by Felipe Balbi · 12 years ago
  91. e36851d serial: omap: fix compile breakage by Felipe Balbi · 12 years ago
  92. 6721ab7 serial: omap: enable RX and TX FIFO usage by Felipe Balbi · 12 years ago
  93. d37c6ce serial: omap: move uart_omap_port definition to C file by Felipe Balbi · 12 years ago
  94. d21e400 serial: omap: remove unnecessary header and add a missing one by Felipe Balbi · 12 years ago
  95. 957ee72 serial: omap: fix software flow control by Vikram Pandita · 12 years ago
  96. a6b19c3 serial: omap: make sure to put() on poll_get_char by Felipe Balbi · 12 years ago
  97. 9727faf serial: omap: implement set_wake by Felipe Balbi · 12 years ago
  98. 0324a82 serial: omap: unlock the port lock by Ruchika Kharwar · 12 years ago
  99. 52c5513 serial: omap: drop "inline" from IRQ handler prototype by Felipe Balbi · 12 years ago
  100. 6d608ef serial: omap: optimization with section annotations by Felipe Balbi · 12 years ago