1. d88bfb5 greybus: manifest interface descriptor parsing by Alex Elder · 10 years ago
  2. b09c94a greybus: start improving manifest parsing by Alex Elder · 10 years ago
  3. e88afa5 greybus: introduce an operation abstraction by Alex Elder · 10 years ago
  4. c68adb2 greybus: introduce a connection abstraction by Alex Elder · 10 years ago
  5. ef0d2ba greybus: define greybus function abstraction by Alex Elder · 10 years ago
  6. 8c12cde greybus: define greybus interface abstraction by Alex Elder · 10 years ago
  7. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  8. ecf7d57 greybus: descriptor type updates by Alex Elder · 10 years ago
  9. 513c54c greybus: fix error message on parse of cport descriptor size by Matt Porter · 10 years ago
  10. 7a57479 greybus: remove additional unused fields from the cport descriptor by Matt Porter · 10 years ago
  11. 9c852d2 greybus: clarify device vs module by Alex Elder · 10 years ago
  12. a6cdb34 greybus: es1: no BUG_ON() code, report an error and recover. by Greg Kroah-Hartman · 10 years ago
  13. 1cfc667 greybus: kill struct gmod_cport by Alex Elder · 10 years ago
  14. f0f7091 greybus: es1-ap-usb: adjust SVC buffer size to handle worst case by Matt Porter · 10 years ago
  15. 51c75fd greybus: reorder greybus_svc_in() arguments by Alex Elder · 10 years ago
  16. 01e8280 greybus: fix version check by Alex Elder · 10 years ago
  17. 72b0ffc greybus: descriptor type is 1 byte by Alex Elder · 10 years ago
  18. 1dd7f58 greybus: fix the guard in "greybus_manifest.h" by Alex Elder · 10 years ago
  19. cb705e0 greybus: fix document version number by Alex Elder · 10 years ago
  20. 908a85d greybus: update a few header file comments by Alex Elder · 10 years ago
  21. 0db32a6 greybus: some more renames by Alex Elder · 10 years ago
  22. 877b1ee greybus: encapsulate URB status checking by Alex Elder · 10 years ago
  23. c41a366 greybus: update descriptor type enums to match renumbering in spec by Matt Porter · 10 years ago
  24. cbd0fd7 greybus: update string descriptor length field to __u8 type to match spec by Matt Porter · 10 years ago
  25. 097724c greybus: remove unused function descriptor fields and change class->function_type by Matt Porter · 10 years ago
  26. 4fc6454 greybus: remove serial number descriptor to match spec by Matt Porter · 10 years ago
  27. 6d63ff7 greybus: update descriptor module_id->module to match spec by Matt Porter · 10 years ago
  28. dce745a greybus: fix up coding style issue I caused with the last patch... by Greg Kroah-Hartman · 10 years ago
  29. 2e35368 greybus: embed workqueue structure in struct gbuf by Alex Elder · 10 years ago
  30. 217b870 greybus: get rid of a weird idiom by Alex Elder · 10 years ago
  31. 380f6bd greybus: quick fix for sysfs serial number by Alex Elder · 10 years ago
  32. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  33. 69f93ab greybus: simple fixes by Alex Elder · 10 years ago
  34. be5064c greybus: initialize all fields in an SVC handshake message by Matt Porter · 10 years ago
  35. 648cb6c greybus: es1-ap-usb: fix svc control pipe flags by Matt Porter · 10 years ago
  36. 4a833fd greybus: core: hook up the hotplug message by Greg Kroah-Hartman · 10 years ago
  37. d0cfd10 greybus: ap: validate the rest of the svc message buffer sizes by Greg Kroah-Hartman · 10 years ago
  38. 00c52e4 greybus: ap: start validating the message better by Greg Kroah-Hartman · 10 years ago
  39. 6779997 greybus: core.c: create empty functions to keep linking working for hotplug/remove by Greg Kroah-Hartman · 10 years ago
  40. 85e0066 greybus: greybus.h: add function prototype for add/remove a module by Greg Kroah-Hartman · 10 years ago
  41. 798ea88 greybus: svc_msg.h: add data for hotplug message by Greg Kroah-Hartman · 10 years ago
  42. 3e7736e greybus: gbuf: clean up logic of who owns what "part" of the gbuf by Greg Kroah-Hartman · 10 years ago
  43. f036e05 greybus: gbuf: implement submission logic by Greg Kroah-Hartman · 10 years ago
  44. 29f000f greybus: es1: set buffer sizes for messages based on email discussions by Greg Kroah-Hartman · 10 years ago
  45. 52adb56 greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec by Matt Porter · 10 years ago
  46. e94e171 greybus: move versioning from svc message header to handshake function by Matt Porter · 10 years ago
  47. 710ecb0 greybus: update svc_msg_header fields and users to match spec by Matt Porter · 10 years ago
  48. 772149b greybus: fix hd init sequence of setting up parent and driver pointers properly by Greg Kroah-Hartman · 10 years ago
  49. 13c8d9c greybus: add test_sink driver by Greg Kroah-Hartman · 10 years ago
  50. 45f3678 greybus: gbuf: cport in buffer stream logic by Greg Kroah-Hartman · 10 years ago
  51. 80e04f0 greybus: gbuf recieve path work, not done, dinner time... by Greg Kroah-Hartman · 10 years ago
  52. ee6fb79 greybus: devices: endpoint description of device by Greg Kroah-Hartman · 10 years ago
  53. 7f9e05e greybus: es1: functionally complete by Greg Kroah-Hartman · 10 years ago
  54. a1dc62b greybus: core: verify major/minor number of greybus protocol by Greg Kroah-Hartman · 10 years ago
  55. 543b8ed greybus: uart-gb: let the core dynamically allocate the major number by Greg Kroah-Hartman · 10 years ago
  56. 168db1c greybus: tty driver fixes to get init working properly by Greg Kroah-Hartman · 10 years ago
  57. 082570b greybus: es1 endpoint descriptor: minor fixes to get the config right by Greg Kroah-Hartman · 10 years ago
  58. ac7171e greybus: Makefile: add 'check' option to run sparse with endian checks enabled by Greg Kroah-Hartman · 10 years ago
  59. b57b062 greybus: ap: cleanup of process ap message loop by Greg Kroah-Hartman · 10 years ago
  60. 88929c5 greybus: ap: convert to workqueue from thread by Greg Kroah-Hartman · 10 years ago
  61. 9c8d3af greybus: es1: handle cport data in and out by Greg Kroah-Hartman · 10 years ago
  62. 0dad95d greybus: es1: allocate cport out urbs properly by Greg Kroah-Hartman · 10 years ago
  63. 1129973 greybus: es1: add the start of cport urb handling. by Greg Kroah-Hartman · 10 years ago
  64. 8c53e07 greybus: AP: move a bunch of svc message handling logic into ap.c by Greg Kroah-Hartman · 10 years ago
  65. ccbb51e greybus: Merge branch 'master' of github.com:gregkh/greybus by Greg Kroah-Hartman · 10 years ago
  66. f91121b greybus: Fix build errors on older kernels. by Greg Kroah-Hartman · 10 years ago
  67. a6294fe greybus: fix endian issue in sysfs.c by Greg Kroah-Hartman · 10 years ago
  68. 3d54532 greybus: pass appropriate type to create function by Greg Kroah-Hartman · 10 years ago
  69. e82bef4 greybus: fix manifest parsing size bug by Alex Elder · 10 years ago
  70. 57fc0a1 greybus: validate descriptor sizes by Alex Elder · 10 years ago
  71. a22e15a greybus: interpret descriptor type properly by Alex Elder · 10 years ago
  72. a5808ad greybus: call put_device() on error by Alex Elder · 10 years ago
  73. badad68 greybus: define struct greybus_manifest by Alex Elder · 10 years ago
  74. 05ad189 greybus: switch to the term "manifest" by Alex Elder · 10 years ago
  75. d9d077f greybus: es1: forgot to free our urb on disconnect by Greg Kroah-Hartman · 10 years ago
  76. 47f6ef1 greybus: es1: finialized USB device structure by Greg Kroah-Hartman · 10 years ago
  77. 8b99514 greybus: es1_ap_desc.c: updated ES1 USB device descriptor by Greg Kroah-Hartman · 10 years ago
  78. fe32704 greybus: minor whitespace cleanups to make checkpatch.pl happy by Greg Kroah-Hartman · 10 years ago
  79. d47aa76 greybus: battery FIXME added by Greg Kroah-Hartman · 10 years ago
  80. 33ea3a3 greybus: add battery module by Greg Kroah-Hartman · 10 years ago
  81. 43cc32a greybus: first cut at parsing svc messages sent to the AP by Greg Kroah-Hartman · 10 years ago
  82. 68f1fc4 greybus: more hd work by Greg Kroah-Hartman · 10 years ago
  83. a39879f greybus: host controller additions by Greg Kroah-Hartman · 10 years ago
  84. d6e0e1c greybus: add es1_ap_desc.c to describe the ES1 USB device descriptors by Greg Kroah-Hartman · 10 years ago
  85. f0e49eb greybus: uart-gb: remove unneeded THIS_MODULE setting by Greg Kroah-Hartman · 10 years ago
  86. 7fabc88 greybus: uart-gb.c: dynamically allocate device numbers by Marti Bolivar · 10 years ago
  87. f8089c0 greybus: uart-gb.c: replace alloc_tty_driver with tty_alloc_driver by Marti Bolivar · 10 years ago
  88. 48123e0 greybus: add proper packing to all greybus message types by Greg Kroah-Hartman · 10 years ago
  89. 3be03d4 greybus: minor checkpatch cleanups by Greg Kroah-Hartman · 10 years ago
  90. 06340ef greybus: split sysfs functions out to separate file. by Greg Kroah-Hartman · 10 years ago
  91. e24e725 greybus: greybus_string() by Greg Kroah-Hartman · 10 years ago
  92. 21ee411 greybus: module id attributes by Greg Kroah-Hartman · 10 years ago
  93. 291f3b9 greybus: serial number attribute added by Greg Kroah-Hartman · 10 years ago
  94. b94295e greybus: sysfs attributes for functions and more driver core integration. by Greg Kroah-Hartman · 10 years ago
  95. 526c5c8 greybus: start parsing descriptor fields by Greg Kroah-Hartman · 10 years ago
  96. a239f67 greybus: start parsing descriptor structures by Greg Kroah-Hartman · 10 years ago
  97. d94a44a greybus: export gb_new_ap_msg so that the es1 module can use it by Greg Kroah-Hartman · 10 years ago
  98. ec90987 greybus: turn off warnings for es1-ap-usb.c to make it easier to build for now... by Greg Kroah-Hartman · 10 years ago
  99. 6dca7b9 greybus: get field names right for descriptors by Greg Kroah-Hartman · 10 years ago
  100. 6584c8a greybus: s/greybus_device_id/greybus_module_id/g by Greg Kroah-Hartman · 10 years ago