1. 22b320f greybus: add response buffer to an operation by Alex Elder · 10 years ago
  2. 17d265f greybus: stop init_subdevs stuff by Alex Elder · 10 years ago
  3. 61418b9 greybus: drop hd arg from submit_gbuf method by Alex Elder · 10 years ago
  4. a7901d5 greybus: zero all data buffers by Alex Elder · 10 years ago
  5. 170229d greybus: don't restrict input buffer size by Alex Elder · 10 years ago
  6. a06df4b greybus: unlock hd mutex on free by Alex Elder · 10 years ago
  7. ad8cd0d6 greybus: unlock gbuf mutex on free by Alex Elder · 10 years ago
  8. 051fb04 greybus: don't assume subdevs are valid by Alex Elder · 10 years ago
  9. 8fd39e3 greybus: es1-ap-usb: handle -EPROTO in check_urb_status() by Matt Porter · 10 years ago
  10. 8218605 greybus: Changes required for integrating into the Android build by John Stultz · 10 years ago
  11. 9b60aa0 greybus: greybus_manifest.h: add BSD license so that firmware can share it. by Greg Kroah-Hartman · 10 years ago
  12. 62e120f greybus: svc_msg.h: add bsd license to file so that firmware can use it. by Greg Kroah-Hartman · 10 years ago
  13. c4f37c6 greybus: greybus_id.h: checkpatch cleanup by Greg Kroah-Hartman · 10 years ago
  14. 8faa8da greybus: greybus.h: remove transfer_flags by Greg Kroah-Hartman · 10 years ago
  15. 25b7b6d greybus: connection: properly lock idr by Greg Kroah-Hartman · 10 years ago
  16. ff8aed5 greybus: fix gb_manifest_parse() successful return path by Matt Porter · 10 years ago
  17. e86905b greybus: gb_hd_connection_find(): fix "not found" case by Marti Bolivar · 10 years ago
  18. 7a13e2f greybus: fix manifest parsing problem with descriptor payload by Matt Porter · 10 years ago
  19. e8caf9a greybus: get rid of gbuf->hdpriv by Alex Elder · 10 years ago
  20. fdb594f greybus: kill __alloc_gbuf() by Alex Elder · 10 years ago
  21. 9a6f631 greybus: use alloc_gbuf_data() for both directions by Alex Elder · 10 years ago
  22. 6eb3f4b greybus: allocate gbufs using the connection by Alex Elder · 10 years ago
  23. 00d2e75 greybus: look up connection for recevied messages by Alex Elder · 10 years ago
  24. ee9ebe4 greybus: add bg_hd_connection_find() by Alex Elder · 10 years ago
  25. 369fb83 greybus: bury some dead code by Alex Elder · 10 years ago
  26. f6aec25 greybus: fix two misnamed functions by Alex Elder · 10 years ago
  27. 2fb5c51 greybus: manifest.c: minor sparse cleanup by Greg Kroah-Hartman · 10 years ago
  28. eeeed42 greybus: define gb_connection_err() by Alex Elder · 10 years ago
  29. 8a30672 greybus: add a connection->private field by Alex Elder · 10 years ago
  30. b0b6575 greybus: specify type when creating an operation by Alex Elder · 10 years ago
  31. 652433f greybus: gbuf: have caller set actual_length by Alex Elder · 10 years ago
  32. 937d0da greybus: fix module setup by Alex Elder · 10 years ago
  33. 177404b greybus: use ida for cport id allocation by Alex Elder · 10 years ago
  34. 063e6ec greybus: fix greybus_class_type symbol names by Alex Elder · 10 years ago
  35. 748e123 greybus: fix some hasty bugs by Alex Elder · 10 years ago
  36. d7f9be4 greybus: implement core module removal path by Matt Porter · 10 years ago
  37. 32dff13 greybus: fix gb_add_module() by enabling the device_add() by Matt Porter · 10 years ago
  38. 2f30d9f greybus: manifest: some minor sparse warning fixups. by Greg Kroah-Hartman · 10 years ago
  39. 322543a greybus: operation: fix endian issue in the operation message header size field. by Greg Kroah-Hartman · 10 years ago
  40. ad1c449 greybus: record connection protocol by Alex Elder · 10 years ago
  41. cd34507 greybus: get rid of functions now... by Alex Elder · 10 years ago
  42. 9e8a686 greybus: allocate connection host cport id by Alex Elder · 10 years ago
  43. 1bb3c72 greybus: create host device cport id map by Alex Elder · 10 years ago
  44. 63cc932 greybus: October 1 updates by Alex Elder · 10 years ago
  45. b05890d greybus: fix connection header declarations by Alex Elder · 10 years ago
  46. 459164b greybus: kill off old manifest code by Alex Elder · 10 years ago
  47. c095bbc greybus: manifest cport descriptor parsing by Alex Elder · 10 years ago
  48. d88bfb5 greybus: manifest interface descriptor parsing by Alex Elder · 10 years ago
  49. b09c94a greybus: start improving manifest parsing by Alex Elder · 10 years ago
  50. e88afa5 greybus: introduce an operation abstraction by Alex Elder · 10 years ago
  51. c68adb2 greybus: introduce a connection abstraction by Alex Elder · 10 years ago
  52. ef0d2ba greybus: define greybus function abstraction by Alex Elder · 10 years ago
  53. 8c12cde greybus: define greybus interface abstraction by Alex Elder · 10 years ago
  54. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  55. ecf7d57 greybus: descriptor type updates by Alex Elder · 10 years ago
  56. 513c54c greybus: fix error message on parse of cport descriptor size by Matt Porter · 10 years ago
  57. 7a57479 greybus: remove additional unused fields from the cport descriptor by Matt Porter · 10 years ago
  58. 9c852d2 greybus: clarify device vs module by Alex Elder · 10 years ago
  59. a6cdb34 greybus: es1: no BUG_ON() code, report an error and recover. by Greg Kroah-Hartman · 10 years ago
  60. 1cfc667 greybus: kill struct gmod_cport by Alex Elder · 10 years ago
  61. f0f7091 greybus: es1-ap-usb: adjust SVC buffer size to handle worst case by Matt Porter · 10 years ago
  62. 51c75fd greybus: reorder greybus_svc_in() arguments by Alex Elder · 10 years ago
  63. 01e8280 greybus: fix version check by Alex Elder · 10 years ago
  64. 72b0ffc greybus: descriptor type is 1 byte by Alex Elder · 10 years ago
  65. 1dd7f58 greybus: fix the guard in "greybus_manifest.h" by Alex Elder · 10 years ago
  66. cb705e0 greybus: fix document version number by Alex Elder · 10 years ago
  67. 908a85d greybus: update a few header file comments by Alex Elder · 10 years ago
  68. 0db32a6 greybus: some more renames by Alex Elder · 10 years ago
  69. 877b1ee greybus: encapsulate URB status checking by Alex Elder · 10 years ago
  70. c41a366 greybus: update descriptor type enums to match renumbering in spec by Matt Porter · 10 years ago
  71. cbd0fd7 greybus: update string descriptor length field to __u8 type to match spec by Matt Porter · 10 years ago
  72. 097724c greybus: remove unused function descriptor fields and change class->function_type by Matt Porter · 10 years ago
  73. 4fc6454 greybus: remove serial number descriptor to match spec by Matt Porter · 10 years ago
  74. 6d63ff7 greybus: update descriptor module_id->module to match spec by Matt Porter · 10 years ago
  75. dce745a greybus: fix up coding style issue I caused with the last patch... by Greg Kroah-Hartman · 10 years ago
  76. 2e35368 greybus: embed workqueue structure in struct gbuf by Alex Elder · 10 years ago
  77. 217b870 greybus: get rid of a weird idiom by Alex Elder · 10 years ago
  78. 380f6bd greybus: quick fix for sysfs serial number by Alex Elder · 10 years ago
  79. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  80. 69f93ab greybus: simple fixes by Alex Elder · 10 years ago
  81. be5064c greybus: initialize all fields in an SVC handshake message by Matt Porter · 10 years ago
  82. 648cb6c greybus: es1-ap-usb: fix svc control pipe flags by Matt Porter · 10 years ago
  83. 4a833fd greybus: core: hook up the hotplug message by Greg Kroah-Hartman · 10 years ago
  84. d0cfd10 greybus: ap: validate the rest of the svc message buffer sizes by Greg Kroah-Hartman · 10 years ago
  85. 00c52e4 greybus: ap: start validating the message better by Greg Kroah-Hartman · 10 years ago
  86. 6779997 greybus: core.c: create empty functions to keep linking working for hotplug/remove by Greg Kroah-Hartman · 10 years ago
  87. 85e0066 greybus: greybus.h: add function prototype for add/remove a module by Greg Kroah-Hartman · 10 years ago
  88. 798ea88 greybus: svc_msg.h: add data for hotplug message by Greg Kroah-Hartman · 10 years ago
  89. 3e7736e greybus: gbuf: clean up logic of who owns what "part" of the gbuf by Greg Kroah-Hartman · 10 years ago
  90. f036e05 greybus: gbuf: implement submission logic by Greg Kroah-Hartman · 10 years ago
  91. 29f000f greybus: es1: set buffer sizes for messages based on email discussions by Greg Kroah-Hartman · 10 years ago
  92. 52adb56 greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec by Matt Porter · 10 years ago
  93. e94e171 greybus: move versioning from svc message header to handshake function by Matt Porter · 10 years ago
  94. 710ecb0 greybus: update svc_msg_header fields and users to match spec by Matt Porter · 10 years ago
  95. 772149b greybus: fix hd init sequence of setting up parent and driver pointers properly by Greg Kroah-Hartman · 10 years ago
  96. 13c8d9c greybus: add test_sink driver by Greg Kroah-Hartman · 10 years ago
  97. 45f3678 greybus: gbuf: cport in buffer stream logic by Greg Kroah-Hartman · 10 years ago
  98. 80e04f0 greybus: gbuf recieve path work, not done, dinner time... by Greg Kroah-Hartman · 10 years ago
  99. ee6fb79 greybus: devices: endpoint description of device by Greg Kroah-Hartman · 10 years ago
  100. 7f9e05e greybus: es1: functionally complete by Greg Kroah-Hartman · 10 years ago