1. f62845f USB: serial: cypress_m8: fix interrupt-out transfer length by Johan Hovold · 6 years ago
  2. c55aee1 USB: cypress_m8: add endpoint sanity check by Oliver Neukum · 8 years ago
  3. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 8 years ago
  4. d9a38a8 USB: serial: add missing newlines to dev_<level> messages. by Johan Hovold · 10 years ago
  5. d7c933a USB: cypress_m8: fix potential scheduling while atomic by Johan Hovold · 10 years ago
  6. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  7. ab62a58 USB: cypress_m8: switch to generic TIOCMIWAIT implementation by Johan Hovold · 11 years ago
  8. 7603381 USB: cypress_m8: only wake up MSR queue on changes by Johan Hovold · 11 years ago
  9. d7be622 USB: serial: set drain delay at port probe by Johan Hovold · 11 years ago
  10. 1143832 USB: serial: ports: add minor and port number by Greg Kroah-Hartman · 11 years ago
  11. 6529591 USB: Serial: cypress_M8: Enable FRWD Dongle hidcom device by Robert Butora · 11 years ago
  12. 87ddf4d USB: cypress_m8: remove bogus disconnect test from close by Johan Hovold · 11 years ago
  13. c648e94 USB: cypress_m8: fix TIOCMIWAIT and disconnect by Johan Hovold · 11 years ago
  14. 493516e3 USB: cypress_m8: replace custom ioctl operation with tiocmiwait by Johan Hovold · 11 years ago
  15. 356050d USB: cypress_m8: fix use-after-free in TIOCMIWAIT by Johan Hovold · 11 years ago
  16. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  17. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 12 years ago
  18. bcbec05 USB: serial: remove driver version information by Johan Hovold · 12 years ago
  19. 5c1a0f4 USB: cypress_m8: fix port-data memory leak by Johan Hovold · 12 years ago
  20. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  21. f462376e USB: Serial: cypress_m8.c: remove debug module parameter by Greg Kroah-Hartman · 12 years ago
  22. 59d33f2 USB: serial: remove debug parameter from usb_serial_debug_data() by Greg Kroah-Hartman · 12 years ago
  23. dfa1c31 USB: serial: cypress_m8.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  24. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  25. 68e2411 USB: serial: rework usb_serial_register/deregister_drivers() by Greg Kroah-Hartman · 12 years ago
  26. 32078f9 USB: serial: remove usb_serial_disconnect call in all drivers by Greg Kroah-Hartman · 12 years ago
  27. 5026bb0 USB: serial: remove usb_serial_probe call in all drivers by Greg Kroah-Hartman · 12 years ago
  28. 108feb6 USB: cypress_m8.c: remove dbg() tracing calls by Greg Kroah-Hartman · 12 years ago
  29. 7e3131f USB: serial: cypress_m8.c: use module_usb_serial_driver by Greg Kroah-Hartman · 12 years ago
  30. 08a4f6b usb-serial: use new registration API in [a-c]* drivers by Alan Stern · 12 years ago
  31. 22a416c USB: serial: use dev_err_console in custom write paths by Johan Hovold · 12 years ago
  32. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  33. 5833041 USB: serial: remove unnecessary reinitialisations of urb->dev by Johan Hovold · 13 years ago
  34. 14b54e3 USB: serial: remove changelogs and old todo entries by Johan Hovold · 13 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 00a0d0d tty: remove filp from the USB tty ioctls by Alan Cox · 13 years ago
  37. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  38. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  39. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  40. 117fb8d USB: cypress_m8: use kfifo to implement write buffering by Johan Hovold · 14 years ago
  41. c4f4736 USB: cypress_m8: remove unused drain define by Johan Hovold · 14 years ago
  42. 70ced22 USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag by Johan Hovold · 14 years ago
  43. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  44. 1f87158 USB: remove references to port->port.count from the serial drivers by Alan Stern · 14 years ago
  45. a108bfc USB: tty: Prune uses of tty_request_room in the USB layer by Alan Cox · 14 years ago
  46. a45a1e0 USB: serial: Eliminate useless code by Julia Lawall · 14 years ago
  47. 7d40d7e USB serial: make USB device id constant by Németh Márton · 14 years ago
  48. 0f2c2d7 USB: cypress_m8: use put_unaligned_le32() where necessary by Johan Hovold · 15 years ago
  49. 974fccb USB: cypress_m8: fix endianess bug by Johan Hovold · 15 years ago
  50. 0954644 USB: cypress_m8: fix DMA buffer on stack by Johan Hovold · 15 years ago
  51. c312659 USB: cypress_m8: allow unstable baud rates by Mike Frysinger · 15 years ago
  52. 2805eb1 USB: cypress_m8: unify confusing new baudrate check by Mike Frysinger · 15 years ago
  53. 64319dd USB: cypress_m8: stop using USB debug driver config by Mike Frysinger · 15 years ago
  54. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  55. 6383251 USB: serial: fix assumption that throttle/unthrottle cannot sleep by Oliver Neukum · 15 years ago
  56. fe1ae7f tty: USB serial termios bits by Alan Cox · 15 years ago
  57. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 15 years ago
  58. 4d2fae8 USB: cypress_m8: remove invalid Clear-Halt by Alan Stern · 15 years ago
  59. f9c99bb USB: usb-serial: replace shutdown with disconnect, release by Alan Stern · 15 years ago
  60. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  61. 2400a2b USB: removal of tty->low_latency hack dating back to the old serial code by Oliver Neukum · 15 years ago
  62. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  63. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  64. 4a90f09 tty: usb-serial krefs by Alan Cox · 16 years ago
  65. 7733682 usb-cypress: There is no 0 case to go with CS5/6/7/8 so remove the test by Alan Cox · 16 years ago
  66. 813a224 cypress_m8: coding style by Alan Cox · 16 years ago
  67. 95da310 usb_serial: API all change by Alan Cox · 16 years ago
  68. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  69. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  70. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  71. 0ba4034 USB: serial: remove unneeded number endpoints settings by Greg Kroah-Hartman · 16 years ago
  72. 8873aaa USB: cypress_m8: Speed handling by Alan Cox · 16 years ago
  73. 92983c2 USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devices by Mike Isely · 16 years ago
  74. 6768306 USB: cypress_m8: Get rid of pointless NULL check by Mike Isely · 16 years ago
  75. 3d6aa32 USB: cypress_m8: Don't issue GET_CONFIG for certain devices by Mike Isely · 16 years ago
  76. 3416eaa USB: cypress_m8: Packet format is separate from characteristic size by Mike Isely · 16 years ago
  77. 9307554 USB: cypress_m8: Feature buffer fixes by Mike Isely · 16 years ago
  78. 6f6f06e USB: cypress_m8: add UPS Powercom (0d9f:0002) by Dmitry Shapin · 16 years ago
  79. 9e3b1d8 USB: stop abuse of intfdata in cypress_m8 by Oliver Neukum · 16 years ago
  80. 8d7bc55 USB: serial: cypress_m8: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  81. d9b1b78 USB serial: add driver pointer to all usb-serial drivers by Johannes Hölzl · 18 years ago
  82. b1cff28 usb serial: Eliminate bogus ioctl code by Alan · 18 years ago
  83. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  84. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  85. 2e46b74 usb: cypress_m8 init error path fix by Mariusz Kozlowski · 18 years ago
  86. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  87. 78aef51 cypress_m8: implement graceful failure handling by Mike Isely · 18 years ago
  88. 48298e5 cypress_m8: improve control endpoint error handling by Mike Isely · 18 years ago
  89. 9aa8dae cypress_m8: use usb_fill_int_urb where appropriate by Mike Isely · 18 years ago
  90. 0257fa9 cypress_m8: use appropriate URB polling interval by Mike Isely · 18 years ago
  91. a969888 [PATCH] USB: move usb-serial.h to include/linux/usb/ by Greg Kroah-Hartman · 18 years ago
  92. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  93. cf2c748 [PATCH] USB serial: encapsulate schedule_work, remove double-calling by Pete Zaitcev · 18 years ago
  94. a5c44e2 [PATCH] USB: cypress_m8: add support for the Nokia ca42-version 2 cable by Lonnie Mendez · 18 years ago
  95. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  96. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  97. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 18 years ago
  98. ba9dc65 [PATCH] USB: allow usb drivers to disable dynamic ids by Greg Kroah-Hartman · 19 years ago
  99. 269bda1 [PATCH] USB Serial: move name to driver structure by Greg Kroah-Hartman · 19 years ago
  100. 18fcac3 [PATCH] USB Serial: get rid of the .owner field in usb_serial_driver by Greg Kroah-Hartman · 19 years ago