1. 708c126 greybus: module versions: remove them by Greg Kroah-Hartman · 10 years ago
  2. 3763f96 greybus: uart-gb.c: don't include module.h by Greg Kroah-Hartman · 10 years ago
  3. 0a9c4d7 greybus: switch cport id used for sends by Alex Elder · 10 years ago
  4. 7de3e65 greybus: ENODEV can be an expected error too by Alex Elder · 10 years ago
  5. aa26351 greybus: define GB_OP_NONEXISTENT by Alex Elder · 10 years ago
  6. 5f474d4 greybus: greybus_manifest.h: add FIXME for version by Greg Kroah-Hartman · 10 years ago
  7. 6b7dff8 greybus: battery-gb.c: add new functions from Greybus spec document. by Greg Kroah-Hartman · 10 years ago
  8. 82b5e3f greybus: record type in operation structure by Alex Elder · 10 years ago
  9. 746e0ef greybus: use null pointer for empty payload by Alex Elder · 10 years ago
  10. 7cfa699 greybus: only record message payload size by Alex Elder · 10 years ago
  11. 7a9366a greybus: don't let i2c code assume non-null payload pointer by Alex Elder · 10 years ago
  12. 93bbe85 greybus: set up connection->private properly by Alex Elder · 10 years ago
  13. 62749a0 greybus: fix an error message by Alex Elder · 10 years ago
  14. c25572c greybus: introduce gb_operation_request_send_sync() by Alex Elder · 10 years ago
  15. 4afb7fd greybus: make op_cycle atomic (again) by Alex Elder · 10 years ago
  16. afb2e13 greybus: get rid of pending operations list by Alex Elder · 10 years ago
  17. 0ba02c4 greybus: don't use 0 as an operation id by Alex Elder · 10 years ago
  18. c939c2f greybus: define the invalid operation type symbolically by Alex Elder · 10 years ago
  19. 6cd6ec5 greybus: fix a bug in gb_operation_sync() by Alex Elder · 10 years ago
  20. 583d233 greybus: use little-endian in PWM requests by Alex Elder · 10 years ago
  21. 82e26f7 greybus: send operation response messages by Alex Elder · 10 years ago
  22. 0c90fff greybus: introduce gb_operation_errno_map() by Alex Elder · 10 years ago
  23. d4a1ff6 greybus: activate incoming request handling by Alex Elder · 10 years ago
  24. d2d2c0f greybus: set result in gb_operation_response_send() by Alex Elder · 10 years ago
  25. 0cffcac greybus: create a slab cache for simple messages by Alex Elder · 10 years ago
  26. 835fb5e greybus: enforce a buffer headroom maximum size by Alex Elder · 10 years ago
  27. dc77922 greybus: introduce gb_operation_message_init() by Alex Elder · 10 years ago
  28. ea64cd9 greybus: use operation type 0 to signal incoming data by Alex Elder · 10 years ago
  29. 55f66a8 greybus: enforce non-zero operation type requirement by Alex Elder · 10 years ago
  30. 64ce39a greybus: pass result in gb_connection_recv_response() by Alex Elder · 10 years ago
  31. f71e1cc greybus: short message is OK for errors by Alex Elder · 10 years ago
  32. 34db1f9 greybus: move copy of incoming request data by Alex Elder · 10 years ago
  33. 85a0442 greybus: operation: fix up sparse warning by Greg Kroah-Hartman · 10 years ago
  34. e5fbc07 greybus: always drop reference in gb_operation_work() by Alex Elder · 10 years ago
  35. e413614 greybus: drop gfp_mask from gb_message_send() by Alex Elder · 10 years ago
  36. 57248fa greybus: renumber operation result values by Alex Elder · 10 years ago
  37. 2fb2d2a greybus: define -EILSEQ to mean implementation error by Alex Elder · 10 years ago
  38. ab3cf8d greybus: enforce max representable message size by Alex Elder · 10 years ago
  39. 94b15d7 greybus: use outgoing flag when creating operation by Alex Elder · 10 years ago
  40. 615772a greybus: usb-gb: import a "buildable" version of the usb-gb.c driver by Greg Kroah-Hartman · 10 years ago
  41. 43cdae5 greybus: protect cookie with a mutex by Alex Elder · 10 years ago
  42. f34541d greybus: ignore a null cookie when canceling buffer by Alex Elder · 10 years ago
  43. 894cbc3 greybus: update operation result atomically by Alex Elder · 10 years ago
  44. aa3a4d1 greybus: enforce receive buffer size by Alex Elder · 10 years ago
  45. 1a36515 greybus: fix some error codes by Alex Elder · 10 years ago
  46. 3deb37d greybus: use special operation result valus by Alex Elder · 10 years ago
  47. abe9a30 greybus: first operation error prevails by Alex Elder · 10 years ago
  48. ba986b5 greybus: encapsulate operation result access by Alex Elder · 10 years ago
  49. 9f240f2 greybus: uart-gb: clean up send_line_coding by Greg Kroah-Hartman · 10 years ago
  50. ecc25a7 greybus: es1-ap-usb: don't use 'es1' after it is freed by Viresh Kumar · 10 years ago
  51. bf2329f greybus: pwm-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  52. 5a8b831 greybus: i2c-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  53. 7d5bbb1 greybus: gpio-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  54. e51f1d1 greybus: uart-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  55. ac3d249 greybus: vibrator-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  56. d5671a6 greybus: battery-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  57. 10aa801 greybus: operation: create gb_operation_sync for sending "simple" messages by Greg Kroah-Hartman · 10 years ago
  58. 10c6939 greybus: rework synchronous operation completion by Alex Elder · 10 years ago
  59. 2cf72a2 greybus: kill gb_operation_wait() by Alex Elder · 10 years ago
  60. 7035833 greybus: cancel whole operation on interrupt by Alex Elder · 10 years ago
  61. f68c05c greybus: cancel operation on timeout by Alex Elder · 10 years ago
  62. 0e3d0e8 greybus: minor tweak in gb_connection_recv_response() by Alex Elder · 10 years ago
  63. deb4b9e greybus: add a reference to pending operations by Alex Elder · 10 years ago
  64. 583c311 greybus: handle data send errors in workqueue by Alex Elder · 10 years ago
  65. ee637a9 greybus: abandon incoming requests for now by Alex Elder · 10 years ago
  66. 23383de greybus: use errno for operation result by Alex Elder · 10 years ago
  67. 696e0cc greybus: Random spell fixes by Viresh Kumar · 10 years ago
  68. de3557d greybus: rename greybus_cport_in() by Alex Elder · 10 years ago
  69. d98b52b greybus: define greybus_data_sent() by Alex Elder · 10 years ago
  70. 87d208f greybus: embed message buffer into message structure by Alex Elder · 10 years ago
  71. c08b1dd greybus: dynamically allocate requests and responses by Alex Elder · 10 years ago
  72. 0a4e14a greybus: rename message buffer fields by Alex Elder · 10 years ago
  73. 8b33730 greybus: have greybus allocate its own buffers by Alex Elder · 10 years ago
  74. 8d55f4c greybus: complete overflow responses by Alex Elder · 10 years ago
  75. e8b48d1 greybus: fix a timeout race by Alex Elder · 10 years ago
  76. 5e68995 greybus: drop a now-empty structure by Alex Elder · 10 years ago
  77. 7486dfd greybus: add -Wall to the build flags by Greg Kroah-Hartman · 10 years ago
  78. 4589f06 greybus: pwm-gb.c: fix up missing { } for else by Greg Kroah-Hartman · 10 years ago
  79. 9ffb4b8 greybus: uart-gb: fix up typo from previous patch moving the status variable around. by Greg Kroah-Hartman · 10 years ago
  80. 25d0f81 greybus: remove status from all responses by Alex Elder · 10 years ago
  81. bc717fc greybus: define gb_operation_status_map() by Alex Elder · 10 years ago
  82. d30df42 greybus: send operation result in response message header by Alex Elder · 10 years ago
  83. 30a2964 greybus: distinguish incoming from outgoing requests by Alex Elder · 10 years ago
  84. dcec19f greybus: get rid of uart request_operation() by Alex Elder · 10 years ago
  85. 980c7c5 greybus: uart-gb: handle throttle/unthrottle properly by Greg Kroah-Hartman · 10 years ago
  86. d122382 greybus: fix vibrator request_operation() by Alex Elder · 10 years ago
  87. bc09135 greybus: fix uart request_operation() by Alex Elder · 10 years ago
  88. 0bbfe04 greybus: fix battery_operation() by Alex Elder · 10 years ago
  89. 8abf414 greybus: operation: don't complete operation twice by Viresh Kumar · 10 years ago
  90. d37b1db greybus: refactor gb_connection_recv() by Alex Elder · 10 years ago
  91. 8fc71a7 greybus: use "operation_id" for certain values by Alex Elder · 10 years ago
  92. 6014718 greybus: get rid of message status by Alex Elder · 10 years ago
  93. c41f165 greybus: tidy up svc_in_callback() and cport_in_callback() by Alex Elder · 10 years ago
  94. 2292bac greybus: explicitly mark cookies as opaque by Alex Elder · 10 years ago
  95. c002b0e greybus: ap: function_id is already set by svc_msg_alloc() by Viresh Kumar · 10 years ago
  96. 64e6929 greybus: Pass '*ptr' to sizeof() wherever possible by Viresh Kumar · 10 years ago
  97. a4040ab greybus: ap: keep all svc function routines together by Viresh Kumar · 10 years ago
  98. e2dabb7 greybus: ap: remove extra parameter to convert_ap_message() by Viresh Kumar · 10 years ago
  99. 42a9466 greybus: vibrator-gb.c: fix up incorrect comment by Greg Kroah-Hartman · 10 years ago
  100. c3278f9 greybus: Merge branch 'master' into vibrator-gb by Greg Kroah-Hartman · 10 years ago