1. f8811c7 greybus: power_supply: reverse version check for new psy API by Sandeep Patil · 8 years ago
  2. 3b90040 greybus: loopback_test: handle SIGINT signal by Axel Haslam · 8 years ago
  3. fece9c8 greybus: Ensure gb->mutex is held when adding timer by Bryan O'Donoghue · 8 years ago
  4. 1dc8d3d greybus: loopback: Fix broken loopback min values by Alexandre Bailon · 8 years ago
  5. d18da86 greybus: greybus_protocols: remove svc-eject timeout define by Johan Hovold · 8 years ago
  6. e676ccd greybus: svc: print an error message on failed eject attempts by Johan Hovold · 8 years ago
  7. c80514a greybus: svc: unexport eject helper by Johan Hovold · 8 years ago
  8. 629c0d0 greybus: interface: separate disabling from removal by Johan Hovold · 8 years ago
  9. 35580af greybus: interface: rename initialisation function by Johan Hovold · 8 years ago
  10. 66d674c greybus: interface: move interface-removal helper by Johan Hovold · 8 years ago
  11. 64acb66 greybus: interface: remove useless spinlock by Johan Hovold · 8 years ago
  12. 11548c8 greybus: interface: disable control connection on initialisation errors by Johan Hovold · 8 years ago
  13. 986d691 greybus: svc: always register interfaces at hotplug by Johan Hovold · 8 years ago
  14. a77660a greybus: interface: free bundles on initialisation errors by Johan Hovold · 8 years ago
  15. 7a137fb greybus: interface: separate initialisation and registration by Johan Hovold · 8 years ago
  16. 39495a2 greybus: svc: refactor interface-route destruction by Johan Hovold · 8 years ago
  17. bb2533a greybus: svc: refactor interface-route creation by Johan Hovold · 8 years ago
  18. 60269b9 greybus: interface: add comment about early control-connection disable by Johan Hovold · 8 years ago
  19. 52bbd5b greybus: interface: remove unused drvdata helpers by Johan Hovold · 8 years ago
  20. 83a124e greybus: interface: remove unused function prototype by Johan Hovold · 8 years ago
  21. 01480ba3 greybus: loopback: Fix broken synchonous test by Alexandre Bailon · 8 years ago
  22. 58a527a greybus: loopback: round closest the sixth decimal by Alexandre Bailon · 8 years ago
  23. 89ec14c greybus: loopback: Fix warning on 32-bit build by Alexandre Bailon · 8 years ago
  24. a23aa56 greybus: greybus_manifest: remove unused SVC class by Johan Hovold · 8 years ago
  25. 9230e29 greybus: greybus_manifest: remove unused AP class and protocol by Johan Hovold · 8 years ago
  26. 4b82dd7 greybus: loopback_test: Use timeout argument by Axel Haslam · 8 years ago
  27. 7fe9301 greybus: arche-platform: fix incorrect gpio variable type by David Lin · 8 years ago
  28. 9fa3a9b greybus: properly annotate struct gb_control_timesync_enable_request by Greg Kroah-Hartman · 8 years ago
  29. 53f9650 greybus: camera: disable E2EFC on CSI connection by Fabien Parent · 8 years ago
  30. aa2a545 greybus: hd: rename CPort-features callbacks by Johan Hovold · 8 years ago
  31. 64a6d13 greybus: connection: add CSD connection flag by Johan Hovold · 8 years ago
  32. 27f25c1 greybus: connection: generalise CPortFlags handling by Johan Hovold · 8 years ago
  33. 34145b6 greybus: svc: clean up CPortFlags handling by Johan Hovold · 8 years ago
  34. cb03318 greybus: connection: add connection-flag interface by Johan Hovold · 8 years ago
  35. 8fd9466 greybus: control: Add TimeSync control commands by Bryan O'Donoghue · 8 years ago
  36. 0bd39ca greybus: timesync: Add Control and SVC protocol TimeSync operation definitions by Bryan O'Donoghue · 8 years ago
  37. 177d4a4 greybus: timesync: Add Control and SVC TimeSync command/response data definitions by Bryan O'Donoghue · 8 years ago
  38. d6fefbe greybus: manifest: reserve the Bridged PHY class by Greg Kroah-Hartman · 8 years ago
  39. c7b0726 greybus: gpbridge.h: move protocol init/exit prototypes by Greg Kroah-Hartman · 8 years ago
  40. 3522a09 greybus: remove gb_i2c_retries_operation by Michael Mogenson · 8 years ago
  41. e494b58 greybus: remove gb_i2c_timeout_operation by Michael Mogenson · 8 years ago
  42. c7733b6 greybus: raw: use hexadecimal notation for request types by Johan Hovold · 8 years ago
  43. 41993cd greybus: loopback: fix double error count by Johan Hovold · 8 years ago
  44. 5bbe14b greybus: audio: Split start and stop APBridgeA requests by Mark Greer · 8 years ago
  45. 9250c0e greybus: Loopback_test: use poll instead of inotify by Axel Haslam · 8 years ago
  46. 39c2787 greybus: Notify user space only when the test finished. by Axel Haslam · 8 years ago
  47. 9b22f15 greybus: hid: Replace WARN_ON() with dev_err() by Viresh Kumar · 8 years ago
  48. b22b710 greybus: hid: Don't disable connection-tx before destroying hid-device by Viresh Kumar · 8 years ago
  49. 4a8e519 greybus: audio: Register CPorts for specific directions by Mark Greer · 8 years ago
  50. 611924d greybus: expose full 32 bits of vid/pid to userspace by Greg Kroah-Hartman · 8 years ago
  51. fb37f13 greybus: loopback: Fix averaging by Alexandre Bailon · 8 years ago
  52. ab81bb9 greybus: loopback: Fix throughput calculations by Alexandre Bailon · 8 years ago
  53. d9048d8 greybus: loopback: Fix incoherency in calculations in the case of error by Alexandre Bailon · 8 years ago
  54. d97bbf3 greybus: loopback: Fix calculations error for ping transfers by Alexandre Bailon · 8 years ago
  55. bf9deb2 greybus: lights: remove unnecessary check by Rui Miguel Silva · 8 years ago
  56. e915ce4 greybus: arche-platform: Disable HUB3613 only in APB poweroff fn by Vaibhav Hiremath · 8 years ago
  57. ff788de greybus: arche-platform: Make sure APB power cycles on coldboot by Vaibhav Hiremath · 8 years ago
  58. 7e43e33 greybus: operation: add support for short responses by Johan Hovold · 8 years ago
  59. 34804ef greybus: operation: add temporary pointer to response handler by Johan Hovold · 8 years ago
  60. d2320b2 greybus: arche-platform: Disable wake/detect interrupt in poweroff by Vaibhav Hiremath · 8 years ago
  61. 0786212 greybus: arche-platform: Set direction of wake/detect gpio in poweroff fn by Vaibhav Hiremath · 8 years ago
  62. 16fe18c greybus: arche-platform: Assert wake/detect after SVC reset without delay by Vaibhav Hiremath · 8 years ago
  63. f760bbf greybus: arche-platform: Enable interrupt support on wake/detect line by Vaibhav Hiremath · 8 years ago
  64. 685353c greybus: arche-platform: Add wake detect state based on functionality by Vaibhav Hiremath · 8 years ago
  65. db5a3bc greybus: arche-platform: Convert delayed work to do only hub3613 configuration by Vaibhav Hiremath · 8 years ago
  66. 037a402 greybus: arche-apb-ctrl: Remove extra delay in APB reset by Vaibhav Hiremath · 8 years ago
  67. c8733c5 greybus: Documentation/sysfs: make 1-5 a 2x2 module by Johan Hovold · 8 years ago
  68. bd93d2a greybus: Documentation/sysfs: move module 1-4 to position 5 by Johan Hovold · 8 years ago
  69. 8886c44 greybus: Documentation/sysfs: add module devices by Johan Hovold · 8 years ago
  70. bb80c76 greybus: gpio: handle api changes for 4.5 kernel release by Greg Kroah-Hartman · 8 years ago
  71. 7a6396d greybus: gpio: use bundle device for error messages by Greg Kroah-Hartman · 8 years ago
  72. 6743a6f greybus: arche-platform: Fix exit path in probe fn by Vaibhav Hiremath · 8 years ago
  73. c5f338c greybus: uart: fix incomplete receive-data sanity checks by Johan Hovold · 8 years ago
  74. cb7f00b greybus: uart: add missing serial-state sanity check by Johan Hovold · 8 years ago
  75. 066f950 greybus: uart: add max-payload sanity check by Johan Hovold · 8 years ago
  76. 71f6c32 greybus: connection: {en,dis}able fct flow in connection management by Fabien Parent · 8 years ago
  77. e70055b greybus: es2: implement the fct flow control requests by Fabien Parent · 8 years ago
  78. 48a1730 greybus: apba: add fct flow usb control requests by Fabien Parent · 8 years ago
  79. 9ed5e1b greybus: connection: add api to {en,dis}able unipro fct flow by Fabien Parent · 8 years ago
  80. c5e7cba greybus: arche-apb-ctrl: Return immediately if in same state from state change fns by Vaibhav Hiremath · 8 years ago
  81. 25847ee greybus: arche-platform: Avoid doing same thing again in poweroff fn by Vaibhav Hiremath · 8 years ago
  82. 599159b greybus: arche-platform: Return immediately if in same state from state change fns by Vaibhav Hiremath · 8 years ago
  83. 27e18d8 greybus: camera: Rename clock_mode to flags by Jacopo Mondi · 8 years ago
  84. 446091c greybus: camera: Add CSI configuration parameters by Jacopo Mondi · 8 years ago
  85. 7f29ade greybus: uart: properly calculate max buffer size by Greg Kroah-Hartman · 8 years ago
  86. 737df28 greybus: Documentation: remove svc unique_id attribute by Johan Hovold · 8 years ago
  87. 907d1e1 greybus: interface: Add print messages on interface initialization/removal by Viresh Kumar · 8 years ago
  88. 2422d36 greybus: Revert "gb_loopback: Fix throughput calculations" by Greg Kroah-Hartman · 8 years ago
  89. b07868b greybus: audio: return success for stop trigger if device removed by Vaibhav Agarwal · 8 years ago
  90. 29386f0 greybus: audio: schedule workqueue to perform codec cleanup on module removal by Vaibhav Agarwal · 8 years ago
  91. b19df7b greybus: audio: Enable support for multiple codec modules by Vaibhav Agarwal · 8 years ago
  92. c6ad27a9 greybus: lights: fix check for configured lights by Rui Miguel Silva · 8 years ago
  93. 137f717 greybus: lights: remove has_flash on failure by Rui Miguel Silva · 8 years ago
  94. 4923314 greybus: lights: remove unnecessary checks by Rui Miguel Silva · 8 years ago
  95. c53b0b2 greybus: gb_loopback: Fix throughput calculations by Alexandre Bailon · 8 years ago
  96. 478ce72 greybus: es2: fix cport-count error handling by Johan Hovold · 8 years ago
  97. b59281a greybus: loopback: Add reserved fields to transfer request by Axel Haslam · 8 years ago
  98. ee97e24 greybus: arche-apb-ctrl: Do not coldboot APBs in probe by Vaibhav Hiremath · 8 years ago
  99. 4a7908c greybus: manifest: Parse cports (within a bundle) in the order from manifest blob by Viresh Kumar · 8 years ago
  100. 640924d greybus: camera: Don't configure CSI TX in test only mode by Laurent Pinchart · 8 years ago