1. 583d233 greybus: use little-endian in PWM requests by Alex Elder · 10 years ago
  2. 82e26f7 greybus: send operation response messages by Alex Elder · 10 years ago
  3. 0c90fff greybus: introduce gb_operation_errno_map() by Alex Elder · 10 years ago
  4. d4a1ff6 greybus: activate incoming request handling by Alex Elder · 10 years ago
  5. d2d2c0f greybus: set result in gb_operation_response_send() by Alex Elder · 10 years ago
  6. 0cffcac greybus: create a slab cache for simple messages by Alex Elder · 10 years ago
  7. 835fb5e greybus: enforce a buffer headroom maximum size by Alex Elder · 10 years ago
  8. dc77922 greybus: introduce gb_operation_message_init() by Alex Elder · 10 years ago
  9. ea64cd9 greybus: use operation type 0 to signal incoming data by Alex Elder · 10 years ago
  10. 55f66a8 greybus: enforce non-zero operation type requirement by Alex Elder · 10 years ago
  11. 64ce39a greybus: pass result in gb_connection_recv_response() by Alex Elder · 10 years ago
  12. f71e1cc greybus: short message is OK for errors by Alex Elder · 10 years ago
  13. 34db1f9 greybus: move copy of incoming request data by Alex Elder · 10 years ago
  14. 85a0442 greybus: operation: fix up sparse warning by Greg Kroah-Hartman · 10 years ago
  15. e5fbc07 greybus: always drop reference in gb_operation_work() by Alex Elder · 10 years ago
  16. e413614 greybus: drop gfp_mask from gb_message_send() by Alex Elder · 10 years ago
  17. 57248fa greybus: renumber operation result values by Alex Elder · 10 years ago
  18. 2fb2d2a greybus: define -EILSEQ to mean implementation error by Alex Elder · 10 years ago
  19. ab3cf8d greybus: enforce max representable message size by Alex Elder · 10 years ago
  20. 94b15d7 greybus: use outgoing flag when creating operation by Alex Elder · 10 years ago
  21. 615772a greybus: usb-gb: import a "buildable" version of the usb-gb.c driver by Greg Kroah-Hartman · 10 years ago
  22. 43cdae5 greybus: protect cookie with a mutex by Alex Elder · 10 years ago
  23. f34541d greybus: ignore a null cookie when canceling buffer by Alex Elder · 10 years ago
  24. 894cbc3 greybus: update operation result atomically by Alex Elder · 10 years ago
  25. aa3a4d1 greybus: enforce receive buffer size by Alex Elder · 10 years ago
  26. 1a36515 greybus: fix some error codes by Alex Elder · 10 years ago
  27. 3deb37d greybus: use special operation result valus by Alex Elder · 10 years ago
  28. abe9a30 greybus: first operation error prevails by Alex Elder · 10 years ago
  29. ba986b5 greybus: encapsulate operation result access by Alex Elder · 10 years ago
  30. 9f240f2 greybus: uart-gb: clean up send_line_coding by Greg Kroah-Hartman · 10 years ago
  31. ecc25a7 greybus: es1-ap-usb: don't use 'es1' after it is freed by Viresh Kumar · 10 years ago
  32. bf2329f greybus: pwm-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  33. 5a8b831 greybus: i2c-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  34. 7d5bbb1 greybus: gpio-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  35. e51f1d1 greybus: uart-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  36. ac3d249 greybus: vibrator-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  37. d5671a6 greybus: battery-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  38. 10aa801 greybus: operation: create gb_operation_sync for sending "simple" messages by Greg Kroah-Hartman · 10 years ago
  39. 10c6939 greybus: rework synchronous operation completion by Alex Elder · 10 years ago
  40. 2cf72a2 greybus: kill gb_operation_wait() by Alex Elder · 10 years ago
  41. 7035833 greybus: cancel whole operation on interrupt by Alex Elder · 10 years ago
  42. f68c05c greybus: cancel operation on timeout by Alex Elder · 10 years ago
  43. 0e3d0e8 greybus: minor tweak in gb_connection_recv_response() by Alex Elder · 10 years ago
  44. deb4b9e greybus: add a reference to pending operations by Alex Elder · 10 years ago
  45. 583c311 greybus: handle data send errors in workqueue by Alex Elder · 10 years ago
  46. ee637a9 greybus: abandon incoming requests for now by Alex Elder · 10 years ago
  47. 23383de greybus: use errno for operation result by Alex Elder · 10 years ago
  48. 696e0cc greybus: Random spell fixes by Viresh Kumar · 10 years ago
  49. de3557d greybus: rename greybus_cport_in() by Alex Elder · 10 years ago
  50. d98b52b greybus: define greybus_data_sent() by Alex Elder · 10 years ago
  51. 87d208f greybus: embed message buffer into message structure by Alex Elder · 10 years ago
  52. c08b1dd greybus: dynamically allocate requests and responses by Alex Elder · 10 years ago
  53. 0a4e14a greybus: rename message buffer fields by Alex Elder · 10 years ago
  54. 8b33730 greybus: have greybus allocate its own buffers by Alex Elder · 10 years ago
  55. 8d55f4c greybus: complete overflow responses by Alex Elder · 10 years ago
  56. e8b48d1 greybus: fix a timeout race by Alex Elder · 10 years ago
  57. 5e68995 greybus: drop a now-empty structure by Alex Elder · 10 years ago
  58. 7486dfd greybus: add -Wall to the build flags by Greg Kroah-Hartman · 10 years ago
  59. 4589f06 greybus: pwm-gb.c: fix up missing { } for else by Greg Kroah-Hartman · 10 years ago
  60. 9ffb4b8 greybus: uart-gb: fix up typo from previous patch moving the status variable around. by Greg Kroah-Hartman · 10 years ago
  61. 25d0f81 greybus: remove status from all responses by Alex Elder · 10 years ago
  62. bc717fc greybus: define gb_operation_status_map() by Alex Elder · 10 years ago
  63. d30df42 greybus: send operation result in response message header by Alex Elder · 10 years ago
  64. 30a2964 greybus: distinguish incoming from outgoing requests by Alex Elder · 10 years ago
  65. dcec19f greybus: get rid of uart request_operation() by Alex Elder · 10 years ago
  66. 980c7c5 greybus: uart-gb: handle throttle/unthrottle properly by Greg Kroah-Hartman · 10 years ago
  67. d122382 greybus: fix vibrator request_operation() by Alex Elder · 10 years ago
  68. bc09135 greybus: fix uart request_operation() by Alex Elder · 10 years ago
  69. 0bbfe04 greybus: fix battery_operation() by Alex Elder · 10 years ago
  70. 8abf414 greybus: operation: don't complete operation twice by Viresh Kumar · 10 years ago
  71. d37b1db greybus: refactor gb_connection_recv() by Alex Elder · 10 years ago
  72. 8fc71a7 greybus: use "operation_id" for certain values by Alex Elder · 10 years ago
  73. 6014718 greybus: get rid of message status by Alex Elder · 10 years ago
  74. c41f165 greybus: tidy up svc_in_callback() and cport_in_callback() by Alex Elder · 10 years ago
  75. 2292bac greybus: explicitly mark cookies as opaque by Alex Elder · 10 years ago
  76. c002b0e greybus: ap: function_id is already set by svc_msg_alloc() by Viresh Kumar · 10 years ago
  77. 64e6929 greybus: Pass '*ptr' to sizeof() wherever possible by Viresh Kumar · 10 years ago
  78. a4040ab greybus: ap: keep all svc function routines together by Viresh Kumar · 10 years ago
  79. e2dabb7 greybus: ap: remove extra parameter to convert_ap_message() by Viresh Kumar · 10 years ago
  80. 42a9466 greybus: vibrator-gb.c: fix up incorrect comment by Greg Kroah-Hartman · 10 years ago
  81. c3278f9 greybus: Merge branch 'master' into vibrator-gb by Greg Kroah-Hartman · 10 years ago
  82. de80073 greybus: pass gfp_flags for message allocation by Alex Elder · 10 years ago
  83. 1f764af greybus: stop storing dest_cport_id in message by Alex Elder · 10 years ago
  84. 3ed67ab greybus: stop storing hd in message by Alex Elder · 10 years ago
  85. e238e64 greybus: kill the last gbuf remnants by Alex Elder · 10 years ago
  86. 61089e8 greybus: rework receve handling by Alex Elder · 10 years ago
  87. 35b1342 greybus: cancel messages, not gbufs by Alex Elder · 10 years ago
  88. 002fe66 greybus: send messages, not gbufs by Alex Elder · 10 years ago
  89. 6a70736 greybus: rework message initialization by Alex Elder · 10 years ago
  90. 58a5bdc greybus: send buffers without gbufs by Alex Elder · 10 years ago
  91. fa23ffe greybus: stash hd as context for all URBs by Alex Elder · 10 years ago
  92. a9163b2 greybus: cancel buffers via magic cookie by Alex Elder · 10 years ago
  93. 9ec5411 greybus: free space without gbufs by Alex Elder · 10 years ago
  94. d2a259f greybus: allocate space without gbufs by Alex Elder · 10 years ago
  95. 0f4c808 greybus: fill in destination data at send time by Alex Elder · 10 years ago
  96. 06a4a06 greybus: improve data buffer alignment by Alex Elder · 10 years ago
  97. 5259ef1 greybus: prepend cport byte for all gbufs by Alex Elder · 10 years ago
  98. 4f83b8d greybus: fix an allocation flag bug by Alex Elder · 10 years ago
  99. 4b99201 greybus: vibrator-gb: fix up api changes by Greg Kroah-Hartman · 10 years ago
  100. 025742c greybus: Merge branch 'master' into vibrator-gb by Greg Kroah-Hartman · 10 years ago