1. 7f29ade greybus: uart: properly calculate max buffer size by Greg Kroah-Hartman · 8 years ago
  2. 9d4bb6c greybus: uart: fix double free of tty port by Rui Miguel Silva · 8 years ago
  3. b933fa4 greybus: Prefix hexadecimal values with 0x while printing them by Viresh Kumar · 9 years ago
  4. 4f30bf3 greybus: uart: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  5. a94e144 greybus: uart: Drop get_version support by Viresh Kumar · 9 years ago
  6. 9475fb5 greybus: uart: Use (already defined) major/minor macros by Viresh Kumar · 9 years ago
  7. a519203 greybus: uart: fix typo in defintion by Bryan O'Donoghue · 9 years ago
  8. 5c1ac69 greybus: properly cleanup ida and idr structures when shutting down by Greg Kroah-Hartman · 9 years ago
  9. e18822e greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver() by Viresh Kumar · 9 years ago
  10. ba4b099 greybus: uart: Update UART to reflect field size changes by Bryan O'Donoghue · 9 years ago
  11. 4c025cf greybus: uart: Add support for UART error signals by Bryan O'Donoghue · 9 years ago
  12. 3ee2266 greybus: uart: Latch modem control signals for tciomget by Bryan O'Donoghue · 9 years ago
  13. 55a8e35 greybus: uart: fix the clean up while uart initiates connection unsucessfully by Phong Tran · 9 years ago
  14. 61b65a3 greybus: uart: remove the redundant unregister chrdev by Phong Tran · 9 years ago
  15. 81c3a77 greybus: uart: properly interpret receive data size by Alex Elder · 9 years ago
  16. 62229a1 greybus: uart: Remove magic numbers make struct gb_tty variable names consistent by Bryan O'Donoghue · 9 years ago
  17. 1c08701 greybus: uart: Add gb_uart_request_recv for receiving async UART data by Bryan O'Donoghue · 9 years ago
  18. dd1c64e greybus: uart: kmalloc for send_data once only by Bryan O'Donoghue · 9 years ago
  19. 563bd79 greybus: uart: send_data should return size or error by Bryan O'Donoghue · 9 years ago
  20. f95ad78 greybus: uart: Update uart.c to register tty ports by Bryan O'Donoghue · 9 years ago
  21. f5537d4 greybus: uart: Reduce UART count from 255 to 16 by Bryan O'Donoghue · 9 years ago
  22. 11fca14 greybus: uart: Tidy naming convention to more closely match spec by Bryan O'Donoghue · 9 years ago
  23. 4ef5348 greybus: uart: Move UART protocol structs/defines to greybus_protocols.h by Bryan O'Donoghue · 9 years ago
  24. 55f2291 greybus: uart: Fix the memory leak in connection init by Phong Tran · 9 years ago
  25. bdac599 greybus: Use gb_gpbridge_protocol_init() by Viresh Kumar · 9 years ago
  26. 6d65337 greybus: eliminate extra response flag definitions by Alex Elder · 9 years ago
  27. afcf8c7 greybus: uart: remove packed-attribute from line-coding struct by Johan Hovold · 9 years ago
  28. 89210f6 greybus: remove unused version-response structs by Viresh Kumar · 10 years ago
  29. 36e79de greybus: create get_version() routines with the help of a macro by Viresh Kumar · 10 years ago
  30. 530430b greybus: uart: s/REQ/TYPE by Viresh Kumar · 10 years ago
  31. 5357cf3 greybus: Remove "-gb" suffix from .c files by Viresh Kumar · 10 years ago[Renamed from drivers/staging/greybus/uart-gb.c]
  32. 7422a1e greybus: protocol: name protocols. by Greg Kroah-Hartman · 10 years ago
  33. 7c7d5b9 greybus: protocol: switch gb_protocol_register() to return an int by Greg Kroah-Hartman · 10 years ago
  34. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  35. 3763f96 greybus: uart-gb.c: don't include module.h by Greg Kroah-Hartman · 10 years ago
  36. 93bbe85 greybus: set up connection->private properly by Alex Elder · 10 years ago
  37. 9f240f2 greybus: uart-gb: clean up send_line_coding by Greg Kroah-Hartman · 10 years ago
  38. e51f1d1 greybus: uart-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  39. 23383de greybus: use errno for operation result by Alex Elder · 10 years ago
  40. 696e0cc greybus: Random spell fixes by Viresh Kumar · 10 years ago
  41. c08b1dd greybus: dynamically allocate requests and responses by Alex Elder · 10 years ago
  42. 9ffb4b8 greybus: uart-gb: fix up typo from previous patch moving the status variable around. by Greg Kroah-Hartman · 10 years ago
  43. 25d0f81 greybus: remove status from all responses by Alex Elder · 10 years ago
  44. dcec19f greybus: get rid of uart request_operation() by Alex Elder · 10 years ago
  45. 980c7c5 greybus: uart-gb: handle throttle/unthrottle properly by Greg Kroah-Hartman · 10 years ago
  46. bc09135 greybus: fix uart request_operation() by Alex Elder · 10 years ago
  47. 3690a82 greybus: define struct gb_message by Alex Elder · 10 years ago
  48. ed7538e greybus: uart: handle NULL size requests in request_operation() by Greg Kroah-Hartman · 10 years ago
  49. b4be404 greybus: Greybus UART connection driver by Greg Kroah-Hartman · 10 years ago
  50. f8fb05e greybus: add an incoming request receive method by Alex Elder · 10 years ago
  51. 5d9fd7e greybus: move methods into protocol by Alex Elder · 10 years ago
  52. 19d03de greybus: register preallocated protocols by Alex Elder · 10 years ago
  53. cea54c1 greybus: Remove id_table usages by Greg Kroah-Hartman · 10 years ago
  54. 059b093 greybus: uart-gb: mark some functions static by Greg Kroah-Hartman · 10 years ago
  55. 3689f97 greybus: begin abstracting connection operations by Alex Elder · 10 years ago
  56. 4d98098 greybus: uart-gb: remove global init functions by Greg Kroah-Hartman · 10 years ago
  57. aed0bc6 greybus: uart-gb: convert over to the connection interface by Greg Kroah-Hartman · 10 years ago
  58. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  59. 1cfc667 greybus: kill struct gmod_cport by Alex Elder · 10 years ago
  60. 0db32a6 greybus: some more renames by Alex Elder · 10 years ago
  61. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  62. 69f93ab greybus: simple fixes by Alex Elder · 10 years ago
  63. 543b8ed greybus: uart-gb: let the core dynamically allocate the major number by Greg Kroah-Hartman · 10 years ago
  64. 168db1c greybus: tty driver fixes to get init working properly by Greg Kroah-Hartman · 10 years ago
  65. f0e49eb greybus: uart-gb: remove unneeded THIS_MODULE setting by Greg Kroah-Hartman · 10 years ago
  66. 7fabc88 greybus: uart-gb.c: dynamically allocate device numbers by Marti Bolivar · 10 years ago
  67. f8089c0 greybus: uart-gb.c: replace alloc_tty_driver with tty_alloc_driver by Marti Bolivar · 10 years ago
  68. 3be03d4 greybus: minor checkpatch cleanups by Greg Kroah-Hartman · 10 years ago
  69. 6584c8a greybus: s/greybus_device_id/greybus_module_id/g by Greg Kroah-Hartman · 10 years ago
  70. 8bf23e8 greybus: actually get the devm() change to build... by Greg Kroah-Hartman · 10 years ago
  71. e5f167f greybus: can't use devm anymore, we aren't tieing into the driver model lifecycle :( by Greg Kroah-Hartman · 10 years ago
  72. eca17c5 greybus: uart: tie into gb core properly by Greg Kroah-Hartman · 10 years ago
  73. db6e1fd greybus: hook up sdio, gpio, and tty into the greybus core. by Greg Kroah-Hartman · 10 years ago
  74. 199d68d greybus: start moving the function types into the greybus core by Greg Kroah-Hartman · 10 years ago
  75. caaa8a8 greybus: uart-gb: a few minor bug fixes by Alex Elder · 10 years ago
  76. ff5f0b3 greybus: uart-gb: improve minor device number error checking by Alex Elder · 10 years ago
  77. e68453e greybus: uart-gb: now builds, more framework added by Greg Kroah-Hartman · 10 years ago
  78. a18e151 greybus: more uart work by Greg Kroah-Hartman · 10 years ago
  79. ff45c26 greybus: uart-gb: more work on tty functions by Greg Kroah-Hartman · 10 years ago
  80. 79c822b greybus: uart framework added, doesn't build by Greg Kroah-Hartman · 10 years ago