1. 360a877 greybus: op_cycle doesn't need to be atomic by Alex Elder · 10 years ago
  2. b8616da greybus: simplify pending operations tracking by Alex Elder · 10 years ago
  3. 8350e7a greybus: move timeout out of gb_operation_insert() by Alex Elder · 10 years ago
  4. 1052052 greybus: fix request timeout bug by Alex Elder · 10 years ago
  5. 3e9cb4a greybus: don't assume PAGE_SIZE for URB size by Alex Elder · 10 years ago
  6. 34c6507 greybus: add pwm protocol driver by Matt Porter · 10 years ago
  7. 5d2207e greybus: kill gbuf->complete by Alex Elder · 10 years ago
  8. 3a0e3c3 greybus: move gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  9. eecf6de greybus: get rid of greybus_gbuf_finished() by Alex Elder · 10 years ago
  10. a77b068 greybus: remove gbuf->context by Alex Elder · 10 years ago
  11. ef45fa3 greybus: record gbuf->operation by Alex Elder · 10 years ago
  12. c69a50f greybus: get rid of gbuf->actual_length by Alex Elder · 10 years ago
  13. 7a0eed0 greybus: kill old cport handler code by Alex Elder · 10 years ago
  14. 8d59897 greybus: kill test_sink.c by Alex Elder · 10 years ago
  15. f8fb05e greybus: add an incoming request receive method by Alex Elder · 10 years ago
  16. 5d9fd7e greybus: move methods into protocol by Alex Elder · 10 years ago
  17. 19d03de greybus: register preallocated protocols by Alex Elder · 10 years ago
  18. dbb8894 greybus: order the protocols list by Alex Elder · 10 years ago
  19. 0e44765 greybus: count rather than list protocol users by Alex Elder · 10 years ago
  20. 6ae7fa4 greybus: identify protocol by id *and* version by Alex Elder · 10 years ago
  21. 6b09938 greybus: improve some error messages by Alex Elder · 10 years ago
  22. 545a697 greybus: control printing message by Alex Elder · 10 years ago
  23. 0570afc greybus: make _gb_protocol_find() static by Alex Elder · 10 years ago
  24. 00ace97 greybus: drop a redundant assignment by Alex Elder · 10 years ago
  25. 96fd8c2 greybus: fix a bug in gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  26. 2dcf687 greybus: build: Add -fno-pic for 32bit arm as well by John Stultz · 10 years ago
  27. 4b640bb greybus: connection: fix up error patch logic in gb_connection_create() by Greg Kroah-Hartman · 10 years ago
  28. 4ccb6b7 greybus: introduce protocol abstraction by Alex Elder · 10 years ago
  29. 7fba007 greybus: use protocol_id for numeric values by Alex Elder · 10 years ago
  30. b296996 greybus: drop the cport id on error by Alex Elder · 10 years ago
  31. 755a21a greybus: connection: call connection_init hook after setting the handler by Matt Porter · 10 years ago
  32. 53cbb00 greybus: module: set device_id when initializing an interface by Matt Porter · 10 years ago
  33. f9ab34c greybus: es1-ap-usb: document the lack of callback for the outgoing bulk urbs by Greg Kroah-Hartman · 10 years ago
  34. cea54c1 greybus: Remove id_table usages by Greg Kroah-Hartman · 10 years ago
  35. c7a90cb greybus: #if 0 cleanups by Greg Kroah-Hartman · 10 years ago
  36. a25f375 greybus: Merge branch 'master' into driver_model_rework by Greg Kroah-Hartman · 10 years ago
  37. a2f4763 greybus: sdio-gb: convert to the connection interface. by Greg Kroah-Hartman · 10 years ago
  38. 5e8e8ff greybus: battery-gb: remove some #if 0 code by Greg Kroah-Hartman · 10 years ago
  39. 059b093 greybus: uart-gb: mark some functions static by Greg Kroah-Hartman · 10 years ago
  40. 3689f97 greybus: begin abstracting connection operations by Alex Elder · 10 years ago
  41. f348964 greybus: kernel_ver.h: add ATTRIBUTE_GROUPS() macro for older kernels by Greg Kroah-Hartman · 10 years ago
  42. eec5883 greybus: module: remove unneeded XXX comment about module id values by Greg Kroah-Hartman · 10 years ago
  43. 6507cce greybus: FIXME/XXX removals: We have proper reference counting now by Greg Kroah-Hartman · 10 years ago
  44. 4d98098 greybus: uart-gb: remove global init functions by Greg Kroah-Hartman · 10 years ago
  45. aed0bc6 greybus: uart-gb: convert over to the connection interface by Greg Kroah-Hartman · 10 years ago
  46. 81f4e22 greybus: embed the i2c adapter struct by Alex Elder · 10 years ago
  47. 81d631c greybus: gpio: kill gpio_controller->gpio by Alex Elder · 10 years ago
  48. 708971e greybus: operation: make the timeout a per-operation thing, not per-connection by Greg Kroah-Hartman · 10 years ago
  49. 4afbba0 greybus: core: make greybus_kill_gbuf not return a value by Greg Kroah-Hartman · 10 years ago
  50. 724b619 greybus: core: check for valid hcd callbacks by Greg Kroah-Hartman · 10 years ago
  51. d814488 greybus: gbuf: implement gbuf_kill_gbuf() by Greg Kroah-Hartman · 10 years ago
  52. d4c8247 greybus: gpio-gb: fix some endian sparse warnings that were real. by Greg Kroah-Hartman · 10 years ago
  53. f9624de greybus: operation: fix some sparse warnings by Greg Kroah-Hartman · 10 years ago
  54. 066799c greybus: module: don't create duplicate module ids by Greg Kroah-Hartman · 10 years ago
  55. 3e6d5f3 greybus: i2c: point to the proper parent device by Greg Kroah-Hartman · 10 years ago
  56. 44dd970 greybus: module: enable all sysfs attributes by Greg Kroah-Hartman · 10 years ago
  57. c4a432d greybus: fix repeated input errors by Alex Elder · 10 years ago
  58. f0f61b9 greybus: hook up greybus to the driver model by Greg Kroah-Hartman · 10 years ago
  59. 2d5e4fa greybus: update AP id service message by Alex Elder · 10 years ago
  60. 65e50f9 greybus: set route before sending packets by Alex Elder · 10 years ago
  61. 8a9bf8a greybus: svc: remove the DDB function message support by Matt Porter · 10 years ago
  62. c41b4f1 greybus: only initialize interfaces when up by Alex Elder · 10 years ago
  63. 525f146 greybus: make svc_set_route_send() public by Alex Elder · 10 years ago
  64. 36561f2 greybus: define connection state by Alex Elder · 10 years ago
  65. e1158df greybus: define operation_cancel() by Alex Elder · 10 years ago
  66. e816e37 greybus: time out operation requests by Alex Elder · 10 years ago
  67. 63e4a8e greybus: module: fix double free of module by Greg Kroah-Hartman · 10 years ago
  68. 060b93d greybus: ap: add svc_set_route_send() command and use it on a link up event by Matt Porter · 10 years ago
  69. e390b19 greybus: svc: remove unneeded fields from the unipro set route message payload by Matt Porter · 10 years ago
  70. 6232b07 greybus: ap: process the UniPro link up message by Matt Porter · 10 years ago
  71. 1a4c013 greybus: interface: add gb_interface_find() by Matt Porter · 10 years ago
  72. 6271b5b greybus: module: add gb_module_find() by Matt Porter · 10 years ago
  73. 0369a45 greybus: battery-gb: Allow kernel values to get out of sync with greybus spec by Greg Kroah-Hartman · 10 years ago
  74. c9346e1 greybus: battery-gb.c: fix memory leak found by Viresh by Greg Kroah-Hartman · 10 years ago
  75. cc66239 greybus: Merge branch 'gregkh_work' into master by Greg Kroah-Hartman · 10 years ago
  76. 98f4ab2 greybus: ap: add support for the AP Device ID unipro management function message by Matt Porter · 10 years ago
  77. 697e55d greybus: improve module cleanup code by Alex Elder · 10 years ago
  78. fb305c3 greybus: stash power supply pointer in connection by Alex Elder · 10 years ago
  79. 03130a7 greybus: fix op_cycle logic by Alex Elder · 10 years ago
  80. c0855bf greybus: battery-gb: Add battery communication with the module by Greg Kroah-Hartman · 10 years ago
  81. 1ec1d6d greybus: leverage ap_disconnect() in ap_probe() by Alex Elder · 10 years ago
  82. 6892537 greybus: move ap_disconnect() by Alex Elder · 10 years ago
  83. 6ff5e00 greybus: remove cports and strings from gb_module by Alex Elder · 10 years ago
  84. 09c521d greybus: drop gb_* device fields from gb_module by Alex Elder · 10 years ago
  85. 5b3db0d greybus: create a slab cache for operations by Alex Elder · 10 years ago
  86. 599dc6a greybus: properly drop device reference by Alex Elder · 10 years ago
  87. 6813e35 greybus: .gitignore: minor updates by Viresh Kumar · 10 years ago
  88. 8597e6b greybus: Fix parameters of core_param() by Viresh Kumar · 10 years ago
  89. ff6e0b9 greybus: gpio-gb: fix offset error checking and usage by Matt Porter · 10 years ago
  90. 42d4a22 greybus: add LED protocol numbers by Greg Kroah-Hartman · 10 years ago
  91. 2bb7eae greybus: battery: some hooking up to the greybus core by Greg Kroah-Hartman · 10 years ago
  92. 47ee0d1 greybus: gpio-gb: remove unused status field from struct gb_gpio_get_value_request by Matt Porter · 10 years ago
  93. 43789c3 greybus: battery-gb: provide accessors for a few more functions by Greg Kroah-Hartman · 10 years ago
  94. 213aefe greybus: gpio-gb: allow it to build properly for all current kernel versions. by Greg Kroah-Hartman · 10 years ago
  95. 6ce3e03 greybus: greybus_manifest.h: fix up class protocol numbers to match the spec. by Greg Kroah-Hartman · 10 years ago
  96. f012a52 greybus: report gbuf errors by Alex Elder · 10 years ago
  97. bedfdf3 greybus: update gbuf status for completion handlers by Alex Elder · 10 years ago
  98. d752868 greybus: add write retry support for i2c by Alex Elder · 10 years ago
  99. bb2e1c9 greybus: initial operations-based GPIO driver by Alex Elder · 10 years ago
  100. ed8800d greybus: add i2c driver by Alex Elder · 10 years ago