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