1. a520286 greybus: es2: clean up es2 destructor by Johan Hovold · 9 years ago
  2. c170047 greybus: hd: fix host-device life time issues by Johan Hovold · 9 years ago
  3. b4bd361 greybus: es1: add more structure to probe error handling by Johan Hovold · 9 years ago
  4. 57bc17f greybus: es2: add more structure to probe error handling by Johan Hovold · 9 years ago
  5. fb7a4ea greybus: es1: fix debugfs dentry leak by Johan Hovold · 9 years ago
  6. 74cd650 greybus: es2: fix debugfs dentry leak by Johan Hovold · 9 years ago
  7. 715d7a7 greybus: es1: separate stopping and deallocating urbs by Johan Hovold · 9 years ago
  8. f6624ca greybus: es2: separate stopping and deallocating urbs by Johan Hovold · 9 years ago
  9. 8dfd3fe greybus: es1: separate urb allocation and submission by Johan Hovold · 9 years ago
  10. 0ce68ce4 greybus: es2: separate urb allocation and submission by Johan Hovold · 9 years ago
  11. b6d8085 greybus: es2: fix endpoint requirement check by Johan Hovold · 9 years ago
  12. a51e8551 greybus: es2: fix use-after-free at disconnect by Johan Hovold · 9 years ago
  13. 357499d greybus: i2s: Remove deprecated I2S Bridged-PHY Protocol by Mark Greer · 9 years ago
  14. ddc88ef greybus: audio: Remove I2S Bridged-PHY Protcol based audio driver by Mark Greer · 9 years ago
  15. d6e139b greybus: hd: use common prefix for exported functions by Johan Hovold · 9 years ago
  16. a8cc020 greybus: hd: rename host-driver structure by Johan Hovold · 9 years ago
  17. 2537636 greybus: hd: rename host-device structure by Johan Hovold · 9 years ago
  18. 7bc6faa greybus: create host-device compilation unit by Johan Hovold · 9 years ago
  19. 04fdd6a greybus: remove obsolete comment by Johan Hovold · 9 years ago
  20. 26b7ba6 greybus: endo: fix ida memory leak by Johan Hovold · 9 years ago
  21. fcfc762 greybus: connection: kill gb_hd_connections_exit by Johan Hovold · 9 years ago
  22. 5245a90 greybus: connection: fix potential null-deref when binding protocol by Johan Hovold · 9 years ago
  23. a6e0363 greybus: connection: fix potential null-deref in connection create by Johan Hovold · 9 years ago
  24. 21dcc9e greybus: connection: fix potential null-deref in hd_cport_enable by Johan Hovold · 9 years ago
  25. e6c88bf greybus: connection: use bundle device for bundle error messages by Johan Hovold · 9 years ago
  26. 0e30550 greybus: remove unused connection device type by Johan Hovold · 9 years ago
  27. e96e616 greybus: remove unused host-device id by Johan Hovold · 9 years ago
  28. 4d5c446 greybus: es2: update obsolete bridge-device comments by Johan Hovold · 9 years ago
  29. 41a7fe2 greybus: control: remove unused request handler by Johan Hovold · 9 years ago
  30. 53be091 greybus: connection: remove unused time-stamp defines by Johan Hovold · 9 years ago
  31. 8417f5e greybus: audio-pcm: fix use of variable unitialized by Bryan O'Donoghue · 9 years ago
  32. b350007 greybus: manifest: fix the placement of arguments to pr_err by Bryan O'Donoghue · 9 years ago
  33. 3be0e17 greybus: es2: don't assume just one AP bridge by Alex Elder · 9 years ago
  34. cbec7e2 greybus: es2: move logging dentries into es2 struct by Alex Elder · 9 years ago
  35. 8995a39 greybus: es2: move logging fifo into es2 struct by Alex Elder · 9 years ago
  36. 1482b3e greybus: es2: move APB log task into the es2_ap_dev struct by Alex Elder · 9 years ago
  37. 4b1d820 greybus: es2: rename es2 data structures by Alex Elder · 9 years ago
  38. 8f0a654 greybus: es2: use official USB vendor/device id by Greg Kroah-Hartman · 9 years ago
  39. 76be20a greybus: db3-platform: get rid of redundant gpio tests by Alex Elder · 9 years ago
  40. ed8fbc2 greybus: db3-platform: Use dev_info for success messages by Viresh Kumar · 9 years ago
  41. 863e652 greybus: db3-platform: fix some typos by Alex Elder · 9 years ago
  42. d934a88 greybus: db3-platform: fix code that fetches reset GPIO by Alex Elder · 9 years ago
  43. 92cc1d2 greybus: endo: move greybus_endo_setup() to endo.c by Viresh Kumar · 9 years ago
  44. f7d3ad9 greybus: module: fix double freeing of module structure by Viresh Kumar · 9 years ago
  45. 63e8a14 greybus: interface: fix double freeing of interface structure by Viresh Kumar · 9 years ago
  46. 8d1043a greybus: bundle: fix double freeing of bundle structure by Viresh Kumar · 9 years ago
  47. 3014712 greybus: endo: fix device-id allocation by Johan Hovold · 9 years ago
  48. 16cd787 greybus: endo: fix use-after-free in error path by Johan Hovold · 9 years ago
  49. d517f27 greybus: platform: Add platform driver for DB3 AP bridge by Vaibhav Hiremath · 9 years ago
  50. b50a24e greybus: svc: don't trust any struct devices by Greg Kroah-Hartman · 9 years ago
  51. c69b98d greybus: core: remove uevent handling for gb_connection by Greg Kroah-Hartman · 9 years ago
  52. 6ea462a greybus: bundle.h: add a private field to struct gb_bundle by Greg Kroah-Hartman · 9 years ago
  53. 7e4c8d7 greybus: protocol: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  54. 5d9c68d greybus: greybus_trace: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  55. d9a9ea1 greybus: loopback: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  56. 30482c1 greybus: connection: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  57. b750fa3 greybus: connection: remove 'struct device' from 'struct gb_connection' by Greg Kroah-Hartman · 9 years ago
  58. b6789ee greybus: sdio: some cleanups in command function by Rui Miguel Silva · 9 years ago
  59. 10ed193 greybus: sdio: send data block details at command request by Rui Miguel Silva · 9 years ago
  60. 1ec5843 greybus: loopback: capture and present firmware supplied latencies by Bryan O'Donoghue · 9 years ago
  61. e6227ee greybus: loopback: add tracker variables to hold firmware timestamps by Bryan O'Donoghue · 9 years ago
  62. fd58926 greybus: loopback: send command to APBridge to tag throughput by Bryan O'Donoghue · 9 years ago
  63. e7e2efc greybus: connection: add latency tag enable/disable callbacks by Bryan O'Donoghue · 9 years ago
  64. 608ab2f greybus: es1,es2: add USB vendor command to timestamp by Bryan O'Donoghue · 9 years ago
  65. 29a167e greybus: raw: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  66. defa37e greybus: control: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  67. c3aa655 greybus: operation: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  68. dfdc6e1 greybus: usb: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  69. 61c8057 greybus: sdio: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  70. 5fd18b3 greybus: light : use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  71. 8d5732f greybus: pwm: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  72. c01e16e greybus: i2c: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  73. c7eb46e greybus: gpio: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  74. 0a72bd3 greybus: firmware: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  75. 283dc01 greybus: audio: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  76. b2a637d greybus: hid: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  77. 1cb9e38 greybus: spi: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  78. 4f30bf3 greybus: uart: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  79. 5ae2f55 greybus: vibrator: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  80. 04db334 greybus: loopback: add reserved fields to track firmware latencies by Bryan O'Donoghue · 9 years ago
  81. 0010245 greybus: gpio: handle set_irq_flags api change by Johan Hovold · 9 years ago
  82. 650f38e greybus: build: add pwm to config options to enable by Johan Hovold · 9 years ago
  83. 7f0efa0 greybus: connection: remove duplicate protocol lookup error message by Johan Hovold · 9 years ago
  84. 9942fc8 greybus: protocol: make protocol-lookup error message more informative by Johan Hovold · 9 years ago
  85. d4efa68 greybus: vibrator: add missing protocol-register error handling by Johan Hovold · 9 years ago
  86. 4505c4d greybus: protocol: make version debug message more informative by Johan Hovold · 9 years ago
  87. 519bf3c greybus: protocol: warn on protocol put errors by Johan Hovold · 9 years ago
  88. 7803384 greybus: protocol: warn on bad deregistration by Johan Hovold · 9 years ago
  89. 0b1118a greybus: operation: clean up error messages by Johan Hovold · 9 years ago
  90. ff65e20 greybus: operation: drop OOM-response FIXME by Johan Hovold · 9 years ago
  91. aae5a44 greybus: connection: replace pr_err with dev_err by Johan Hovold · 9 years ago
  92. 305a031 greybus: es1/es2: clean up error messages by Johan Hovold · 9 years ago
  93. 67b8175 greybus: connection: destroy connection on failing to bind it by Fabien Parent · 9 years ago
  94. 82ee1e6 greybus: es2: implement cport reset control request by Fabien Parent · 9 years ago
  95. f064b87 greybus: sdio: clarify operator precedence by Rui Miguel Silva · 9 years ago
  96. dcb8d8d greybus: sdio: convert greybus ocr values to mmc ones by Rui Miguel Silva · 9 years ago
  97. 6cac7dc greybus: sdio: fix card removable detection by Rui Miguel Silva · 9 years ago
  98. e0f875c greybus: sdio: add field to get_caps response by Rui Miguel Silva · 9 years ago
  99. 1575ef1 greybus: svc: skip setting flags for boot over unipro by Viresh Kumar · 9 years ago
  100. d3247a3 greybus: build: android: fix strip module build step by Michael Scott · 9 years ago