1. 18d777c greybus: svc: No need of a separate version request by Viresh Kumar · 9 years ago
  2. ead3546 greybus: svc: Implement SVC requests by Viresh Kumar · 9 years ago
  3. d3d4484 greybus: svc: Add helpers to create AP<->SVC connection by Viresh Kumar · 9 years ago
  4. 7a24a3f greybus: interface: Update gb_create_control_connection() to support SVC protocol by Viresh Kumar · 9 years ago
  5. 75662e5 greybus: connection: Allow a bundle-less connection by Viresh Kumar · 9 years ago
  6. 007f979 greybus: connection: Create gb_connection_create_range() to specify hd-cport-id range by Viresh Kumar · 9 years ago
  7. e602df6 greybus: connection: don't send connected/disconnected events for SVC connection by Viresh Kumar · 9 years ago
  8. ec32062 greybus: Define cport/bundle for SVC protocol by Viresh Kumar · 9 years ago
  9. c8dd60d greybus: Define device ids for AP/SVC/modules by Viresh Kumar · 9 years ago
  10. 6366d73 greybus: protocol: move version_response structure to greybus_protocols.h by Viresh Kumar · 9 years ago
  11. 948b3bd5 greybus: sync protocol and class definitions by Viresh Kumar · 9 years ago
  12. 2536686 greybus: interface: drop stale comment by Viresh Kumar · 9 years ago
  13. 392bf9f greybus: connections: comment style fix by Viresh Kumar · 9 years ago
  14. b84abdc greybus: operation: fix atomic message submission by Johan Hovold · 9 years ago
  15. 1c7658c greybus: operation: fix atomic response allocation by Johan Hovold · 9 years ago
  16. 93047af greybus: kernel_ver: add list_last_entry for old kernels by Johan Hovold · 9 years ago
  17. 129a06f greybus: operation: add gb_operation_sync_timeout helper by Johan Hovold · 9 years ago
  18. 4f2c08a greybus: operation: allow drivers to define custom timeouts by Johan Hovold · 9 years ago
  19. 5a3be76 greybus: operation: split incoming and outgoing cancellation by Johan Hovold · 9 years ago
  20. 0eb8c11 greybus: operation: fix response-cancellation race by Johan Hovold · 9 years ago
  21. 3325a4a greybus: operation: fix operation look-up race by Johan Hovold · 9 years ago
  22. 7f1b67c greybus: connection: fix protocol tear-down race by Johan Hovold · 9 years ago
  23. 008974c greybus: operation: fix connection tear down by Johan Hovold · 9 years ago
  24. cad09a8 greybus: connection: add connection-state locking by Johan Hovold · 9 years ago
  25. 886c606 greybus: operation: suppress response submission on connection tear down by Johan Hovold · 9 years ago
  26. c600e53 greybus: operation: clean up operation work function by Johan Hovold · 9 years ago
  27. db1481b greybus: operation: complete operations on cancellation by Johan Hovold · 9 years ago
  28. fd7134a greybus: operation: make cancellation synchronous by Johan Hovold · 9 years ago
  29. 3eeac7e greybus: operation: add active counter by Johan Hovold · 9 years ago
  30. 9a586bd greybus: operation: clean up create-incoming error path by Johan Hovold · 9 years ago
  31. fffc151 greybus: operation: fix another cancellation use-after-free by Johan Hovold · 9 years ago
  32. a519203 greybus: uart: fix typo in defintion by Bryan O'Donoghue · 9 years ago
  33. e51eafe greybus: loopback: fix 64bit printf format error by Bryan O'Donoghue · 9 years ago
  34. 52af141 greybus: loopback: fix broken tabs in greybus_protocols.h by Bryan O'Donoghue · 9 years ago
  35. f7908e4 greybus: loopback: update throughput metrics to improve granularity by Bryan O'Donoghue · 9 years ago
  36. c3bba87 greybus: loopback: truncate maximum loop data to link size by Bryan O'Donoghue · 9 years ago
  37. 384a7a3c greybus: loopback: add sink to loopback protocol by Bryan O'Donoghue · 9 years ago
  38. a598f43 greybus: loopback: make loopback type input equivalent to protocol type by Bryan O'Donoghue · 9 years ago
  39. 74a240a greybus: loopback: remove spurious pr_err in sysfs store by Bryan O'Donoghue · 9 years ago
  40. a0ee3d3 greybus: loopback: remove magic number in state-machine by Bryan O'Donoghue · 9 years ago
  41. f9f971a greybus: loopback: Move loopback operation definitions by Bryan O'Donoghue · 9 years ago
  42. e99f305 greybus: Cleanup connection leftovers by Viresh Kumar · 9 years ago
  43. e4340b1 greybus: operation: fix incoming-response corruption by Johan Hovold · 9 years ago
  44. 048a7ff greybus: operation: fix outgoing-response corruption by Johan Hovold · 9 years ago
  45. 0581f28e greybus: operation: fix use-after-free in response receive path by Johan Hovold · 9 years ago
  46. 85109f7 greybus: operation: fix operation-destroy race by Johan Hovold · 9 years ago
  47. 5c1ac69 greybus: properly cleanup ida and idr structures when shutting down by Greg Kroah-Hartman · 9 years ago
  48. 6ceb8fd greybus: svc: save pointer to struct gb_svc in struct gb_interface by Viresh Kumar · 9 years ago
  49. ab69c4c greybus: svc: SVC is part of greybus core by Viresh Kumar · 9 years ago
  50. 87c016e greybus: connection: Use connection->dev for printing messages by Viresh Kumar · 9 years ago
  51. b950dc2 greybus: interface: Fix comment mistake (s/add/init) by Viresh Kumar · 9 years ago
  52. 6fa1adb greybus: connection: Exit connection before destroying it by Viresh Kumar · 9 years ago
  53. 9ddf133 greybus: sdio: fix transfer buffer handling and blocks counting by Rui Miguel Silva · 9 years ago
  54. f85451d greybus: sdio: add need poll to host caps by Rui Miguel Silva · 9 years ago
  55. 73f4a52 greybus: sdio: check number of blocks in transfer by Rui Miguel Silva · 9 years ago
  56. 882edf5 greybus: sdio: pass only data pointer to tranfer funtion by Rui Miguel Silva · 9 years ago
  57. 7a5cd5a greybus: sdio: fix call to stop command if no data exist by Rui Miguel Silva · 9 years ago
  58. 08ccc9b greybus: sdio: fix return of get_cd and get_ro by Rui Miguel Silva · 9 years ago
  59. c36d31c greybus: sdio: rework of event handler by Rui Miguel Silva · 9 years ago
  60. ef0cc0e greybus: sdio: split cmd_flags to there meaning by Rui Miguel Silva · 9 years ago
  61. df22363 greybus: Revert "examples: add manifest file for sdio" by Greg Kroah-Hartman · 9 years ago
  62. 5139265 greybus: examples: add manifest file for sdio by Rui Miguel Silva · 9 years ago
  63. 3a97cdd greybus: makefile: fix unused cflags by Perry Hung · 9 years ago
  64. 188f978 greybus: operation: fix cancellation of responses by Johan Hovold · 9 years ago
  65. fde7382 greybus: operation: allocate response before setting result by Johan Hovold · 9 years ago
  66. 1635304 greybus: operation: drop redundant oom message by Johan Hovold · 9 years ago
  67. 2593261 greybus: operation: remove obsolete operation-field comments by Johan Hovold · 9 years ago
  68. e339881 greybus: operation: add unidirectional-operation flag by Johan Hovold · 9 years ago
  69. 710067e greybus: operation: add incoming-operation flag by Johan Hovold · 9 years ago
  70. 73f9d73 greybus: operation: fix cancellation use-after-free by Johan Hovold · 9 years ago
  71. abb722e greybus: operation: make response helper static by Johan Hovold · 9 years ago
  72. a52c435 greybus: operation: allow atomic request submissions by Johan Hovold · 9 years ago
  73. e420721 greybus: operation: allow atomic operation allocations by Johan Hovold · 9 years ago
  74. 3e136cc greybus: operation/esx: fix message-cancellation lifetime bugs by Johan Hovold · 9 years ago
  75. 5677d48 greybus: bundles: remove gb_bundle(s)_init() by Viresh Kumar · 9 years ago
  76. c3add78 greybus: interface: device_id belongs to the interface by Viresh Kumar · 9 years ago
  77. 7e9017d greybus: svc: Drop svc_set_route_send() by Viresh Kumar · 9 years ago
  78. c3a1617 greybus: connection: intf_cport_id is local to an interface by Viresh Kumar · 9 years ago
  79. b758d68 greybus: connection: bind protocol after the connection is operational by Viresh Kumar · 9 years ago
  80. 463e873 greybus: control: Use gb_builtin_protocol_driver() by Viresh Kumar · 9 years ago
  81. e18822e greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver() by Viresh Kumar · 9 years ago
  82. 06e305f greybus: svc: Use macro's for major/minor numbers by Viresh Kumar · 9 years ago
  83. 7eb8919 greybus: svc: Fix doc-style comment by Viresh Kumar · 9 years ago
  84. ba4b099 greybus: uart: Update UART to reflect field size changes by Bryan O'Donoghue · 9 years ago
  85. 4c025cf greybus: uart: Add support for UART error signals by Bryan O'Donoghue · 9 years ago
  86. 802362d greybus: uart: Relocate UART parity/overrun/framing/break signals by Bryan O'Donoghue · 9 years ago
  87. dccbe40 greybus: define more greybus classes by Viresh Kumar · 9 years ago
  88. 93a99e8 greybus: sdio: correct the usage of mmc request in work queues handler by Phong Tran · 9 years ago
  89. 9b86bdf greybus: sdio: change the order of remove and free mmc host by Phong Tran · 9 years ago
  90. 153f478 greybus: sdio: remove the redefine of sdio major and minor by Phong Tran · 9 years ago
  91. f4706b8 greybus: gb-audio: Ensure i2c adapter struct exists before using by Mark Greer · 9 years ago
  92. 86f918e greybus: esx: fix null-deref on hotplug events by Johan Hovold · 9 years ago
  93. 8a01b40 greybus: kernel_ver: add sg copy operations for kernel < 3.11 by Rui Miguel Silva · 9 years ago
  94. 5656ab9 greybus: sdio: fix defines for older kernels by Rui Miguel Silva · 9 years ago
  95. 730a2f6 greybus: control: Warn if non-control cport/bundles have control protocol/classes by Viresh Kumar · 9 years ago
  96. f18327e greybus: connection: send [dis]connected events over control CPort by Viresh Kumar · 9 years ago
  97. 87c8eb8 greybus: hotplug function doesn't need to contain manifest now by Viresh Kumar · 9 years ago
  98. 6c68da2 greybus: interface: Get manifest using Control protocol by Viresh Kumar · 9 years ago
  99. cdee4f7 greybus: Add control protocol support by Viresh Kumar · 9 years ago
  100. b08488b greybus: manifest: Allow bundles/connections list to be non-empty at manifest parsing by Viresh Kumar · 9 years ago