1. d2a259f greybus: allocate space without gbufs by Alex Elder · 10 years ago
  2. 0f4c808 greybus: fill in destination data at send time by Alex Elder · 10 years ago
  3. 4f83b8d greybus: fix an allocation flag bug by Alex Elder · 10 years ago
  4. 374e6a2 greybus: kill off the last of gbuf.c by Alex Elder · 10 years ago
  5. bc46fab greybus: embed gbufs into operation message structure by Alex Elder · 10 years ago
  6. bb88896 greybus: move gbuf initialization to caller by Alex Elder · 10 years ago
  7. c7f82d5 greybus: start using struct gb_message by Alex Elder · 10 years ago
  8. 3690a82 greybus: define struct gb_message by Alex Elder · 10 years ago
  9. ba99346 greybus: record the host device in a gbuf by Alex Elder · 10 years ago
  10. 63921d8 greybus: record a gbuf's destination CPort id by Alex Elder · 10 years ago
  11. c7d0f25 greybus: reference count operations by Alex Elder · 10 years ago
  12. 78496db greybus: clean up gb_connection_operation_recv() by Alex Elder · 10 years ago
  13. b37716f greybus: kill gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  14. 19363a2 greybus: move operation timeout teardown by Alex Elder · 10 years ago
  15. 837b3b7 greybus: operation: free resources in the reverse order of allocation by Viresh Kumar · 10 years ago
  16. 37d8afc greybus: debug: mark debug messages with pr_debug() instead of printk by Viresh Kumar · 10 years ago
  17. c3cf278 greybus: pass operation type on request receive by Alex Elder · 10 years ago
  18. 360a877 greybus: op_cycle doesn't need to be atomic by Alex Elder · 10 years ago
  19. b8616da greybus: simplify pending operations tracking by Alex Elder · 10 years ago
  20. 8350e7a greybus: move timeout out of gb_operation_insert() by Alex Elder · 10 years ago
  21. 1052052 greybus: fix request timeout bug by Alex Elder · 10 years ago
  22. 5d2207e greybus: kill gbuf->complete by Alex Elder · 10 years ago
  23. 3a0e3c3 greybus: move gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  24. eecf6de greybus: get rid of greybus_gbuf_finished() by Alex Elder · 10 years ago
  25. a77b068 greybus: remove gbuf->context by Alex Elder · 10 years ago
  26. ef45fa3 greybus: record gbuf->operation by Alex Elder · 10 years ago
  27. c69a50f greybus: get rid of gbuf->actual_length by Alex Elder · 10 years ago
  28. f8fb05e greybus: add an incoming request receive method by Alex Elder · 10 years ago
  29. 96fd8c2 greybus: fix a bug in gb_operation_gbuf_complete() by Alex Elder · 10 years ago
  30. 4ccb6b7 greybus: introduce protocol abstraction by Alex Elder · 10 years ago
  31. 7fba007 greybus: use protocol_id for numeric values by Alex Elder · 10 years ago
  32. a25f375 greybus: Merge branch 'master' into driver_model_rework by Greg Kroah-Hartman · 10 years ago
  33. 6507cce greybus: FIXME/XXX removals: We have proper reference counting now by Greg Kroah-Hartman · 10 years ago
  34. 708971e greybus: operation: make the timeout a per-operation thing, not per-connection by Greg Kroah-Hartman · 10 years ago
  35. 4afbba0 greybus: core: make greybus_kill_gbuf not return a value by Greg Kroah-Hartman · 10 years ago
  36. f9624de greybus: operation: fix some sparse warnings by Greg Kroah-Hartman · 10 years ago
  37. 36561f2 greybus: define connection state by Alex Elder · 10 years ago
  38. e1158df greybus: define operation_cancel() by Alex Elder · 10 years ago
  39. e816e37 greybus: time out operation requests by Alex Elder · 10 years ago
  40. 5b3db0d greybus: create a slab cache for operations by Alex Elder · 10 years ago
  41. 42d4a22 greybus: add LED protocol numbers by Greg Kroah-Hartman · 10 years ago
  42. 2bb7eae greybus: battery: some hooking up to the greybus core by Greg Kroah-Hartman · 10 years ago
  43. f012a52 greybus: report gbuf errors by Alex Elder · 10 years ago
  44. bedfdf3 greybus: update gbuf status for completion handlers by Alex Elder · 10 years ago
  45. ed8800d greybus: add i2c driver by Alex Elder · 10 years ago
  46. 2eb585f greybus: move receive handling to operation layer by Alex Elder · 10 years ago
  47. d90c25b greybus: let operation layer examine incoming data by Alex Elder · 10 years ago
  48. 84d148b greybus: add gb_operation_find() by Alex Elder · 10 years ago
  49. 22b320f greybus: add response buffer to an operation by Alex Elder · 10 years ago
  50. 9a6f631 greybus: use alloc_gbuf_data() for both directions by Alex Elder · 10 years ago
  51. 6eb3f4b greybus: allocate gbufs using the connection by Alex Elder · 10 years ago
  52. b0b6575 greybus: specify type when creating an operation by Alex Elder · 10 years ago
  53. 652433f greybus: gbuf: have caller set actual_length by Alex Elder · 10 years ago
  54. 322543a greybus: operation: fix endian issue in the operation message header size field. by Greg Kroah-Hartman · 10 years ago
  55. cd34507 greybus: get rid of functions now... by Alex Elder · 10 years ago
  56. e88afa5 greybus: introduce an operation abstraction by Alex Elder · 10 years ago