1. c7d0f25 greybus: reference count operations by Alex Elder · 10 years ago
  2. 78496db greybus: clean up gb_connection_operation_recv() by Alex Elder · 10 years ago
  3. b37716f greybus: kill gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  4. ea590d5 greybus: delete some lines in "greybus.h" by Alex Elder · 10 years ago
  5. 19363a2 greybus: move operation timeout teardown by Alex Elder · 10 years ago
  6. b4be404 greybus: Greybus UART connection driver by Greg Kroah-Hartman · 10 years ago
  7. 0ac5a83 greybus: skeleton for future uevents. by Greg Kroah-Hartman · 10 years ago
  8. 86bf33a greybus: Revert "manifest: remove extra loop for finding module descriptor" by Greg Kroah-Hartman · 10 years ago
  9. b7be8d2 greybus: Revert "manifest: improve print message" by Greg Kroah-Hartman · 10 years ago
  10. 2206ea9 greybus: interface: move gb_module_interface_init() to interface.c by Viresh Kumar · 10 years ago
  11. 676daaf greybus: module: move module specific code to module.c by Viresh Kumar · 10 years ago
  12. 9ca4d62 greybus: module: move gb_module_find() to a more logical location by Viresh Kumar · 10 years ago
  13. 577f5f9 greybus: core: re-use gb_module_find() in gb_remove_module() by Viresh Kumar · 10 years ago
  14. ab34291 greybus: connection: fix duplicating naming in _gb_hd_connection_insert() by Viresh Kumar · 10 years ago
  15. 1dd90df greybus: manifest: make sure manifest_descs list is empty before parsing manifest by Viresh Kumar · 10 years ago
  16. 38d61dd greybus: connection: try cancelling operations only if list isn't empty by Viresh Kumar · 10 years ago
  17. f66832da greybus: nullify dangling pointers by Viresh Kumar · 10 years ago
  18. 837b3b7 greybus: operation: free resources in the reverse order of allocation by Viresh Kumar · 10 years ago
  19. 95bd99d greybus: core: use 'drv' instead of dev->driver by Viresh Kumar · 10 years ago
  20. 3dc05f1 greybus: core: remove unnecessary braces by Viresh Kumar · 10 years ago
  21. 219871e greybus: manifest: improve print message by Viresh Kumar · 10 years ago
  22. 85f3aee greybus: manifest: remove extra loop for finding module descriptor by Viresh Kumar · 10 years ago
  23. a68bd74 greybus: connection: free resources properly on failures by Viresh Kumar · 10 years ago
  24. b97c46e greybus: interface: free resources properly on failures by Viresh Kumar · 10 years ago
  25. 0a68a16 greybus: module: free resources properly on failures by Viresh Kumar · 10 years ago
  26. 132d03e greybus: sysfs: generalize gb_module_attr() to capture more cases by Viresh Kumar · 10 years ago
  27. 37d8afc greybus: debug: mark debug messages with pr_debug() instead of printk by Viresh Kumar · 10 years ago
  28. 669f5fa greybus: don't set ->dev.driver to NULL when it is already NULL by Viresh Kumar · 10 years ago
  29. 35a52ca greybus: Fix missing gb_protocol_exit() on gb_exit() by Viresh Kumar · 10 years ago
  30. 50fc08f greybus: manifest: don't free unallocated resources by Viresh Kumar · 10 years ago
  31. 4ed16a8 greybus: manifest: initialize variable during definition by Viresh Kumar · 10 years ago
  32. 43d9431 greybus: manifest: no need to initialize 'result' by Viresh Kumar · 10 years ago
  33. e2f345a greybus: gitignore: few more additions by Viresh Kumar · 10 years ago
  34. 437caa8 greybus: remove unused gb_connection_handler externs by Matt Porter · 10 years ago
  35. c3cf278 greybus: pass operation type on request receive by Alex Elder · 10 years ago
  36. 360a877 greybus: op_cycle doesn't need to be atomic by Alex Elder · 10 years ago
  37. b8616da greybus: simplify pending operations tracking by Alex Elder · 10 years ago
  38. 8350e7a greybus: move timeout out of gb_operation_insert() by Alex Elder · 10 years ago
  39. 1052052 greybus: fix request timeout bug by Alex Elder · 10 years ago
  40. 3e9cb4a greybus: don't assume PAGE_SIZE for URB size by Alex Elder · 10 years ago
  41. 34c6507 greybus: add pwm protocol driver by Matt Porter · 10 years ago
  42. 5d2207e greybus: kill gbuf->complete by Alex Elder · 10 years ago
  43. 3a0e3c3 greybus: move gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  44. eecf6de greybus: get rid of greybus_gbuf_finished() by Alex Elder · 10 years ago
  45. a77b068 greybus: remove gbuf->context by Alex Elder · 10 years ago
  46. ef45fa3 greybus: record gbuf->operation by Alex Elder · 10 years ago
  47. c69a50f greybus: get rid of gbuf->actual_length by Alex Elder · 10 years ago
  48. 7a0eed0 greybus: kill old cport handler code by Alex Elder · 10 years ago
  49. 8d59897 greybus: kill test_sink.c by Alex Elder · 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. dbb8894 greybus: order the protocols list by Alex Elder · 10 years ago
  54. 0e44765 greybus: count rather than list protocol users by Alex Elder · 10 years ago
  55. 6ae7fa4 greybus: identify protocol by id *and* version by Alex Elder · 10 years ago
  56. 6b09938 greybus: improve some error messages by Alex Elder · 10 years ago
  57. 545a697 greybus: control printing message by Alex Elder · 10 years ago
  58. 0570afc greybus: make _gb_protocol_find() static by Alex Elder · 10 years ago
  59. 00ace97 greybus: drop a redundant assignment by Alex Elder · 10 years ago
  60. 96fd8c2 greybus: fix a bug in gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  61. 2dcf687 greybus: build: Add -fno-pic for 32bit arm as well by John Stultz · 10 years ago
  62. 4b640bb greybus: connection: fix up error patch logic in gb_connection_create() by Greg Kroah-Hartman · 10 years ago
  63. 4ccb6b7 greybus: introduce protocol abstraction by Alex Elder · 10 years ago
  64. 7fba007 greybus: use protocol_id for numeric values by Alex Elder · 10 years ago
  65. b296996 greybus: drop the cport id on error by Alex Elder · 10 years ago
  66. 755a21a greybus: connection: call connection_init hook after setting the handler by Matt Porter · 10 years ago
  67. 53cbb00 greybus: module: set device_id when initializing an interface by Matt Porter · 10 years ago
  68. f9ab34c greybus: es1-ap-usb: document the lack of callback for the outgoing bulk urbs by Greg Kroah-Hartman · 10 years ago
  69. cea54c1 greybus: Remove id_table usages by Greg Kroah-Hartman · 10 years ago
  70. c7a90cb greybus: #if 0 cleanups by Greg Kroah-Hartman · 10 years ago
  71. a25f375 greybus: Merge branch 'master' into driver_model_rework by Greg Kroah-Hartman · 10 years ago
  72. a2f4763 greybus: sdio-gb: convert to the connection interface. by Greg Kroah-Hartman · 10 years ago
  73. 5e8e8ff greybus: battery-gb: remove some #if 0 code by Greg Kroah-Hartman · 10 years ago
  74. 059b093 greybus: uart-gb: mark some functions static by Greg Kroah-Hartman · 10 years ago
  75. 3689f97 greybus: begin abstracting connection operations by Alex Elder · 10 years ago
  76. f348964 greybus: kernel_ver.h: add ATTRIBUTE_GROUPS() macro for older kernels by Greg Kroah-Hartman · 10 years ago
  77. eec5883 greybus: module: remove unneeded XXX comment about module id values by Greg Kroah-Hartman · 10 years ago
  78. 6507cce greybus: FIXME/XXX removals: We have proper reference counting now by Greg Kroah-Hartman · 10 years ago
  79. 4d98098 greybus: uart-gb: remove global init functions by Greg Kroah-Hartman · 10 years ago
  80. aed0bc6 greybus: uart-gb: convert over to the connection interface by Greg Kroah-Hartman · 10 years ago
  81. 81f4e22 greybus: embed the i2c adapter struct by Alex Elder · 10 years ago
  82. 81d631c greybus: gpio: kill gpio_controller->gpio by Alex Elder · 10 years ago
  83. 708971e greybus: operation: make the timeout a per-operation thing, not per-connection by Greg Kroah-Hartman · 10 years ago
  84. 4afbba0 greybus: core: make greybus_kill_gbuf not return a value by Greg Kroah-Hartman · 10 years ago
  85. 724b619 greybus: core: check for valid hcd callbacks by Greg Kroah-Hartman · 10 years ago
  86. d814488 greybus: gbuf: implement gbuf_kill_gbuf() by Greg Kroah-Hartman · 10 years ago
  87. d4c8247 greybus: gpio-gb: fix some endian sparse warnings that were real. by Greg Kroah-Hartman · 10 years ago
  88. f9624de greybus: operation: fix some sparse warnings by Greg Kroah-Hartman · 10 years ago
  89. 066799c greybus: module: don't create duplicate module ids by Greg Kroah-Hartman · 10 years ago
  90. 3e6d5f3 greybus: i2c: point to the proper parent device by Greg Kroah-Hartman · 10 years ago
  91. 44dd970 greybus: module: enable all sysfs attributes by Greg Kroah-Hartman · 10 years ago
  92. c4a432d greybus: fix repeated input errors by Alex Elder · 10 years ago
  93. f0f61b9 greybus: hook up greybus to the driver model by Greg Kroah-Hartman · 10 years ago
  94. 2d5e4fa greybus: update AP id service message by Alex Elder · 10 years ago
  95. 65e50f9 greybus: set route before sending packets by Alex Elder · 10 years ago
  96. 8a9bf8a greybus: svc: remove the DDB function message support by Matt Porter · 10 years ago
  97. c41b4f1 greybus: only initialize interfaces when up by Alex Elder · 10 years ago
  98. 525f146 greybus: make svc_set_route_send() public by Alex Elder · 10 years ago
  99. 36561f2 greybus: define connection state by Alex Elder · 10 years ago
  100. e1158df greybus: define operation_cancel() by Alex Elder · 10 years ago