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