1. 3944a45 greybus: interface: Preserve data received during hotplug event by Viresh Kumar · 10 years ago
  2. fd489e1 greybus: loopback: handle timestamp roll-over by Bryan O'Donoghue · 10 years ago
  3. 4c19266 greybus: loopback: functionally decompose calculation of turn-around times by Bryan O'Donoghue · 10 years ago
  4. 3f2a809 greybus: es-drivers: add outbound timestamp to connection by Bryan O'Donoghue · 10 years ago
  5. a1a4a29 greybus: connection: add a timestamp kfifo to track connection handoff by Bryan O'Donoghue · 10 years ago
  6. 8ebc998 greybus: connection: fix jump label on device_add failure by Bryan O'Donoghue · 10 years ago
  7. bf81454 greybus: protocol: Remove unnecessary params of gb_protocol_get_version() by Viresh Kumar · 10 years ago
  8. b9938c4 greybus: protocol: Drop define_get_version support by Viresh Kumar · 10 years ago
  9. 3ea959e3 greybus: svc: preserve major/minor of protocol supported by SVC by Viresh Kumar · 10 years ago
  10. a404504 greybus: vibrator: Drop get_version support by Viresh Kumar · 10 years ago
  11. 0a12a187 greybus: usb: Drop get_version support by Viresh Kumar · 10 years ago
  12. a94e144 greybus: uart: Drop get_version support by Viresh Kumar · 10 years ago
  13. 3fb0c8f greybus: spi: Drop get_version support by Viresh Kumar · 10 years ago
  14. 7071ca1 greybus: sdio: Drop get_version support by Viresh Kumar · 10 years ago
  15. f06eda1 greybus: raw: Drop get_version support by Viresh Kumar · 10 years ago
  16. 2e93d02 greybus: pwm: Drop get_version support by Viresh Kumar · 10 years ago
  17. 47d3cfb greybus: loopback: Drop get_version support by Viresh Kumar · 10 years ago
  18. d8886f4 greybus: i2c: Drop get_version support by Viresh Kumar · 10 years ago
  19. 2dad338 greybus: hid: Drop get_version support by Viresh Kumar · 10 years ago
  20. 03490fd greybus: gpio: Drop get_version support by Viresh Kumar · 10 years ago
  21. 507d75c greybus: control: Drop get_version support by Viresh Kumar · 10 years ago
  22. f8cbc30 greybus: battery: Drop get_version support by Viresh Kumar · 10 years ago
  23. 9937a60 greybus: audio: Drop get_version support by Viresh Kumar · 10 years ago
  24. 7ba26a8 greybus: connection: request protocol version before initializing connection by Viresh Kumar · 10 years ago
  25. d653f4b1 greybus: connection: Save major/minor supported by module by Viresh Kumar · 10 years ago
  26. 2b11a45 greybus: define greybus wide protocol request numbers by Viresh Kumar · 10 years ago
  27. 1869065 greybus: connection: disconnect connection on failures during initialization by Viresh Kumar · 10 years ago
  28. 0c32d2a greybus: svc: error out only for smaller payloads received by Viresh Kumar · 10 years ago
  29. 10c7ae0 greybus: audio: Add '<' to the print message for short messages by Viresh Kumar · 10 years ago
  30. 33f06a7 greybus: svc: Remove FIXME for firmware download by Viresh Kumar · 10 years ago
  31. f0a1698 greybus: vibrator: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  32. f514b5c greybus: usb: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  33. 9475fb5 greybus: uart: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  34. 7549219 greybus: spi: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  35. 3fb97e4 greybus: pwm: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  36. bbd80cc greybus: i2c: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  37. 34ec364 greybus: hid: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  38. 8590ed3 greybus: gpio: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  39. 8cbd20a greybus: battery: Use (already defined) major/minor macros by Viresh Kumar · 10 years ago
  40. d79ae49 greybus: hid: spell fix (s/infomation/information) by Viresh Kumar · 10 years ago
  41. f1f6fa4 greybus: sdio: error out only for smaller payloads received by Viresh Kumar · 10 years ago
  42. 782c3b7 greybus: gpio: Print expected/actual payload size on mismatch by Viresh Kumar · 10 years ago
  43. 7fea641 greybus: raw: Print expected/actual payload size on mismatch by Viresh Kumar · 10 years ago
  44. 47a9685 greybus: kernel_ver.h: define U32_MAX and U64_MAX by Alex Elder · 10 years ago
  45. 1fb807c greybus: loopback: fix connection cleanup paths by Alex Elder · 10 years ago
  46. ff71d39 greybus: loopback: compute average stats on demand only by Alex Elder · 10 years ago
  47. 7a135a9 greybus: loopback: use separate attribute macro for average by Alex Elder · 10 years ago
  48. 19c2a44 greybus: loopback: all read-only attributes are unsigned by Alex Elder · 10 years ago
  49. b937aa9 greybus: loopback: error is an unsigned attribute by Alex Elder · 10 years ago
  50. e13fc28 greybus: loopback: use a 32-bit count by Alex Elder · 10 years ago
  51. e051c82 greybus: loopback: record 32-bit min and max by Alex Elder · 10 years ago
  52. a6e7e53 greybus: loopback: use u32 for stats update by Alex Elder · 10 years ago
  53. 3320e78 greybus: loopback: use U64_MAX for initialization by Alex Elder · 10 years ago
  54. 3f12c3e greybus: loopback: drop unneeded casts for void pointers by Alex Elder · 10 years ago
  55. 006335a greybus: looback: fix two typos by Alex Elder · 10 years ago
  56. bfb287a greybus: interface: declare gb_interface_destroy() by Alex Elder · 10 years ago
  57. 5b559e6 greybus: greybus_protocols: use only type attributes for message packing by Johan Hovold · 10 years ago
  58. 8bbd9ed greybus: sdio: fix message packing by Johan Hovold · 10 years ago
  59. cfc5f2c greybus: uart: fix message packing by Johan Hovold · 10 years ago
  60. 2130f09 greybus: svc: fix message packing by Johan Hovold · 10 years ago
  61. 46d26c5 greybus: greybus_protocols: fix typo in comment by Johan Hovold · 10 years ago
  62. e34fae5 greybus: operation: Move operation header to greybus_protocols.h by Viresh Kumar · 10 years ago
  63. f47c1b0 greybus: operation: Drop alignment attribute from operation message header by Viresh Kumar · 10 years ago
  64. a964935 greybus: usb: disable protocol driver by Johan Hovold · 10 years ago
  65. a422ecd greybus: usb: implement hub_control callback by Johan Hovold · 10 years ago
  66. b1e4a1f greybus: usb: fix hc_driver fields by Johan Hovold · 10 years ago
  67. cc9bd53 greybus: usb: fix hcd allocation, deregistration and deallocation by Johan Hovold · 10 years ago
  68. 583804f greybus: usb: renumber operation types by Johan Hovold · 10 years ago
  69. 3a6b5ae greybus: usb: clean up driver by Johan Hovold · 10 years ago
  70. 48ed3f6 greybus: connection: remove special check for svc cport id by Viresh Kumar · 10 years ago
  71. 3eac885 greybus: svc: revert svc changes to keep things working for a while. by Greg Kroah-Hartman · 10 years ago
  72. cb60f49 greybus: loopback: warn user if kfifo cannot log all data by Bryan O'Donoghue · 10 years ago
  73. cbd204b greybus: loopback: provide interface to read all latency data-points by Bryan O'Donoghue · 10 years ago
  74. 85d678c greybus: loopback: make loopback code thread safe by Bryan O'Donoghue · 10 years ago
  75. a7e6006 greybus: loopback: remove redundant timestamping by Bryan O'Donoghue · 10 years ago
  76. 9612f2b greybus: initialize svc connection while creating hd by Viresh Kumar · 10 years ago
  77. fe166c6 greybus: core: clean up ida memory for host controller by Greg Kroah-Hartman · 10 years ago
  78. d874215 greybus: remove svc_msg.h by Viresh Kumar · 10 years ago
  79. 5a202ef greybus: es1: create svc connection early enough by Viresh Kumar · 10 years ago
  80. 4bc8827 greybus: interface: make gb_interface_destroy() static by Greg Kroah-Hartman · 10 years ago
  81. d187576 greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 10 years ago
  82. 90c807e greybus: greybus.h: remove greybus_svc_in() by Greg Kroah-Hartman · 10 years ago
  83. e50b7be5 greybus: svc: add flags and traffic class parameter to connection create op by Perry Hung · 10 years ago
  84. 9c1552d greybus: svc: connection: ask SVC to create connections by Perry Hung · 10 years ago
  85. 5d6896d greybus: svc: create bidirectional routes on hotplug request by Perry Hung · 10 years ago
  86. 4de9b56 greybus: svc: add route create operation by Perry Hung · 10 years ago
  87. 0af7268 greybus: get rid of old svc-protocol by Viresh Kumar · 10 years ago
  88. 9397990 greybus: es2: remove svc endpoint message handling by Greg Kroah-Hartman · 10 years ago
  89. 972e84a greybus: es1: remove svc endpoint message handling by Greg Kroah-Hartman · 10 years ago
  90. 8c116e8 greybus: Switch to Cport 0 for svc and control protocol by Viresh Kumar · 10 years ago
  91. 8aa0135 greybus: es1/2: Lets start using svc protocol by Viresh Kumar · 10 years ago
  92. 77c461f greybus: connection: compare hd_cport_id for matching SVC protocol by Viresh Kumar · 10 years ago
  93. 52fa383 greybus: connection: silence warning on unbound protocols by Perry Hung · 10 years ago
  94. e619e85 greybus: battery: fix panic on operation error by Perry Hung · 10 years ago
  95. 23119de greybus: interface: localize gb_interface_destroy() by Viresh Kumar · 10 years ago
  96. b45864d greybus: svc: remove interface->svc pointer by Viresh Kumar · 10 years ago
  97. dcd0500 greybus: svc: connection is created only once now by Viresh Kumar · 10 years ago
  98. 67c93ae greybus: svc: fully initialize the partially initialized connection by Viresh Kumar · 10 years ago
  99. 3dfe8aa greybus: loopback: convert loopback wake/sleep to a waitqueue by Bryan O'Donoghue · 10 years ago
  100. c2939f4 greybus: loopback: add poll support to the iteration_count sysfs file by Greg Kroah-Hartman · 10 years ago