1. 3563ff8 greybus: firmware and svc: detect the difference between ES2 and ES3 chips by Eli Sennesh · 9 years ago
  2. 0e9403a0 greybus: interface: Expose DDBL1 manufacturing and production id in sysfs by Viresh Kumar · 9 years ago
  3. b32a5c5 greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_ by Viresh Kumar · 9 years ago
  4. a5a7723 greybus: es2: clean up csi-config request by Johan Hovold · 9 years ago
  5. 61a748a greybus: svc: drop copy-pasted function header by Johan Hovold · 9 years ago
  6. 2c7df74 greybus: interface: Prefix hexadecimal values with '0x' by Viresh Kumar · 9 years ago
  7. ccb5803 greybus: es2: Don't use stack memory as USB request data by Laurent Pinchart · 9 years ago
  8. e715a54 greybus: es2: Fix endian conversion issues by Laurent Pinchart · 9 years ago
  9. 98ce3b0 greybus: camera: Fix remaining endian conversion issues by Laurent Pinchart · 9 years ago
  10. b1c7d67 greybus: camera: Set link power mode to HS-G2 with 2 lanes by Laurent Pinchart · 9 years ago
  11. 142b21f greybus: camera: Configure the bridge CSI transmitter by Laurent Pinchart · 9 years ago
  12. 8e2b7da greybus: es2: Add support for CSI transmitter configuration by Laurent Pinchart · 9 years ago
  13. bcc050b greybus: camera: Configure link speed for the data connection by Laurent Pinchart · 9 years ago
  14. 784f876 greybus: svc: Add support for the link config operation by Laurent Pinchart · 9 years ago
  15. c662221 greybus: camera: Fix endian conversion issues by Laurent Pinchart · 9 years ago
  16. 70b3b3e greybus: tools: don't always build them. by Greg Kroah-Hartman · 9 years ago
  17. d5bc960 greybus: loopback_test: null terminate the dict structure by Greg Kroah-Hartman · 9 years ago
  18. 6bfff1d greybus: loopback_test: fix warning about signed/unsigned comparison by Greg Kroah-Hartman · 9 years ago
  19. 6b0658f greybus: tools: Add tools directory to greybus repo and add loopback by Greg Kroah-Hartman · 9 years ago
  20. 8e77c83 greybus: camera: fix data types of operations by Rui Miguel Silva · 9 years ago
  21. 65fabd1 greybus: spi: fix and cleanup spi devices handling by Rui Miguel Silva · 9 years ago
  22. 4a0c445 greybus: spi: unregister master on device add fail by Rui Miguel Silva · 9 years ago
  23. a92a2d4 greybus: spi: validate spi master register by Rui Miguel Silva · 9 years ago
  24. 5fbd1a0 greybus: spi: rename label to undo operation by Rui Miguel Silva · 9 years ago
  25. 141af4f greybus: interface: fix hot-unplug control-connection timeouts by Johan Hovold · 9 years ago
  26. c634650 greybus: interface: clean up control-connection handling by Johan Hovold · 9 years ago
  27. ed972e3 greybus: es2: demote dynamic-urb error message by Johan Hovold · 9 years ago
  28. 4dda744 greybus: Camera: remove f_dentry usage by Greg Kroah-Hartman · 9 years ago
  29. 3265eda greybus: Add driver for the camera class protocol by Laurent Pinchart · 9 years ago
  30. e61a2a7 greybus: Add camera protocol definition by Laurent Pinchart · 9 years ago
  31. 8e3fba5 greybus: loopback: Add asynchronous backoff by Bryan O'Donoghue · 9 years ago
  32. 36f241ff greybus: loopback: Wait for all async operations to complete on exit by Bryan O'Donoghue · 9 years ago
  33. c7aae4e greybus: loopback: Retrun -ENOMEM if operation allocation fails by Bryan O'Donoghue · 9 years ago
  34. 578a0ab greybus: loopback: Drop NULL check on container_of pointer by Bryan O'Donoghue · 9 years ago
  35. 079fa32 greybus: loopback: register a struct device. by Axel Haslam · 9 years ago
  36. 3647a31 greybus: loopback: remove mask attribute by Axel Haslam · 9 years ago
  37. 50014e0 greybus: spi: move chipselect to one byte size by Rui Miguel Silva · 9 years ago
  38. a75fd8b greybus: es2: Reserve CPorts 16 and 17 by Laurent Pinchart · 9 years ago
  39. 5626e0b greybus: interface: clean up error messages by Johan Hovold · 9 years ago
  40. ab66dd7 greybus: interface: fix interface-registration race by Johan Hovold · 9 years ago
  41. 708d07a greybus: interface: separate manifest parsing from bundle registration by Johan Hovold · 9 years ago
  42. a7e36d0 greybus: bundle: separate bundle creation and registration by Johan Hovold · 9 years ago
  43. bdc3735 greybus: bundle: separate connection disabling and destruction by Johan Hovold · 9 years ago
  44. a234792 greybus: bundle: use dev_err for bundle-creation errors by Johan Hovold · 9 years ago
  45. 1db1b24 greybus: bundle: kill the bundle lock by Johan Hovold · 9 years ago
  46. 1e6fb9a greybus: interface: remove defensive WARN_ON by Johan Hovold · 9 years ago
  47. 100e900 greybus: use decimal notation for interfaces, bundles and cports by Johan Hovold · 9 years ago
  48. 7adeaae7 greybus: svc: create svc along with host device by Johan Hovold · 9 years ago
  49. 2c84894 greybus: hd: make svc-connection life time coincide with host-device by Johan Hovold · 9 years ago
  50. d4c80ba greybus: hd: initialise device last by Johan Hovold · 9 years ago
  51. 0bf1f24 greybus: connection: separate connection creation and enabling by Johan Hovold · 9 years ago
  52. 3617311 greybus: connection: unbind protocol at exit by Johan Hovold · 9 years ago
  53. 30c2de7 greybus: connection: bind protocol at init by Johan Hovold · 9 years ago
  54. 74c8316 greybus: connection: fail on missing protocol by Johan Hovold · 9 years ago
  55. 2d54e4d greybus: bundle: kill gb_bundle_bind_protocols by Johan Hovold · 9 years ago
  56. a2cc740 greybus: bundle: remove obsolete function prototype by Johan Hovold · 9 years ago
  57. b395754a greybus: svc: add missing boot-status error message by Johan Hovold · 9 years ago
  58. f42a689 greybus: loopback: Ensure we reset stats once and once only by Bryan O'Donoghue · 9 years ago
  59. b36f04f greybus: loopback: Convert thread delay to microseconds by Bryan O'Donoghue · 9 years ago
  60. 1292783 greybus: loopback: Add asynchronous bi-directional support by Bryan O'Donoghue · 9 years ago
  61. 2e238d71 greybus: loopback: Convert cross-thread mutex to spinlock while relaxing connect locks by Bryan O'Donoghue · 9 years ago
  62. b933fa4 greybus: Prefix hexadecimal values with 0x while printing them by Viresh Kumar · 9 years ago
  63. 2f3db92 greybus: don't use %h and %hh for printing short and char variables by Viresh Kumar · 9 years ago
  64. 4aac6c5 greybus: svc: Use -EIO instead of -EINVAL for unipro errors by Viresh Kumar · 9 years ago
  65. c5b6df9 greybus: Documentation: Arrange entries in alphabetical order by Viresh Kumar · 9 years ago
  66. c29c016 greybus: core: add bundle id to bundle uevents by Johan Hovold · 9 years ago
  67. c5e6b05 greybus: core: add interface id to interface and bundle uevents by Johan Hovold · 9 years ago
  68. f0960d0 greybus: core: add bus id to uevents by Johan Hovold · 9 years ago
  69. 1cacb45 greybus: svc: flush workqueue at connection exit by Johan Hovold · 9 years ago
  70. 8e1d6c3 greybus: loopback: drop bus aggregate calculation by Bryan O'Donoghue · 9 years ago
  71. 9673dce greybus: loopback: Drop unused timeval variables by Bryan O'Donoghue · 9 years ago
  72. d6a1a3b greybus: loopback: Move latency_ts initialization to transfer routine by Bryan O'Donoghue · 9 years ago
  73. d9fb375 greybus: loopback: Relax locking during loopback operations by Bryan O'Donoghue · 9 years ago
  74. 1700507 greybus: lights: default value for v4l2 flash controls by Rui Miguel Silva · 9 years ago
  75. d644181 greybus: lights: avoid channel torch double free by Rui Miguel Silva · 9 years ago
  76. 3f85c78 greybus: lights: add v4l2 flash operations by Rui Miguel Silva · 9 years ago
  77. e6420da greybus: Documentation: Fix N-svc directory name by Viresh Kumar · 9 years ago
  78. 31bc2c9 greybus: spi: fix transfers bigger than greybus payload by Rui Miguel Silva · 9 years ago
  79. 11aa712 greybus: build: remove Android makefile by Michael Scott · 9 years ago
  80. b343f6a greybus: spi: add master and device config operations by Rui Miguel Silva · 9 years ago
  81. b455c84 greybus: spi: add rdwr field to transfer descriptor by Rui Miguel Silva · 9 years ago
  82. 3e48aca greybus: svc: fix racy hotplug handling by Johan Hovold · 9 years ago
  83. 57ccd4b greybus: svc: defer processing of hot-unplug requests by Johan Hovold · 9 years ago
  84. 9ae4109 greybus: svc: generalise deferred request handling by Johan Hovold · 9 years ago
  85. b4ee82e greybus: svc: clean up interface-remove helper by Johan Hovold · 9 years ago
  86. 24456a09 greybus: svc: clean up deferred hotplug handler by Johan Hovold · 9 years ago
  87. d34a364 greybus: svc: clean up hotplug/unplug request handlers by Johan Hovold · 9 years ago
  88. f1e941a greybus: firmware: Fetch es2 VID/PID to distinguish module vendors by Viresh Kumar · 9 years ago
  89. 32945d6 greybus: Documentation/sysfs: rename interface and bundle attributes by Johan Hovold · 9 years ago
  90. 47091af greybus: interface: drop the control bundle by Johan Hovold · 9 years ago
  91. f2152eb greybus: manifest: refactor cport-descriptor release by Johan Hovold · 9 years ago
  92. e1442f6 greybus: connection: unconditionally enable connections by Johan Hovold · 9 years ago
  93. 7fa530a greybus: control: do not assume a control bundle by Johan Hovold · 9 years ago
  94. 35822c0 greybus: connection: handle bundle-less connections in svc helpers by Johan Hovold · 9 years ago
  95. 0f37860 greybus: kill the endo by Johan Hovold · 9 years ago
  96. dc3da5d greybus: loopback: remove endo reference by Johan Hovold · 9 years ago
  97. 684156a greybus: svc: clean up log messages by Johan Hovold · 9 years ago
  98. 5ef3238 greybus: hd: fix svc-connection handling by Johan Hovold · 9 years ago
  99. 87757e3 greybus: protocol: handle static connections by Johan Hovold · 9 years ago
  100. 25cdd7a greybus: operation: handle static connections by Johan Hovold · 9 years ago