1. 91262c3 greybus: loopback: symbolically define max wait time by Alex Elder · 9 years ago
  2. 48f19ee greybus: loopback: fix an incorrect comment by Alex Elder · 9 years ago
  3. 69f6034 greybus: loopback: return the right error value by Alex Elder · 9 years ago
  4. a04c640 greybus: loopback: fix the type attribute check by Alex Elder · 9 years ago
  5. 64a5480 greybus: audio: fix a bunch of endian issues by Greg Kroah-Hartman · 9 years ago
  6. 1395690 greybus: audio: fix some sparse static warnings by Greg Kroah-Hartman · 9 years ago
  7. 563e6b9 greybus: manifest: be coherent with protocol name by Rui Miguel Silva · 9 years ago
  8. 51e93ae greybus: endo: Create modules after validating Endo ID by Viresh Kumar · 9 years ago
  9. 4f4cc1b greybus: endo: Add code to validate Endo ID by Viresh Kumar · 9 years ago
  10. 61c0926 greybus: gb-audio: fix build breakage on 4.1-rc1 by Greg Kroah-Hartman · 9 years ago
  11. 7f3f356 greybus: gb-audio: fix build warning by Greg Kroah-Hartman · 9 years ago
  12. 68fff96 greybus: Support building greybus on host PC by Bryan O'Donoghue · 9 years ago
  13. a4749bb greybus: gb-audio: Add integrated greybus audio driver by John Stultz · 9 years ago
  14. 6d65337 greybus: eliminate extra response flag definitions by Alex Elder · 9 years ago
  15. 5c58640 greybus: battery: use feature tag rather than kernel version by Alex Elder · 9 years ago
  16. 9ade6d3 greybus: battery: free struct on error in caller by Alex Elder · 9 years ago
  17. c13c8bf greybus: es2: fix driver name collision with es1 by Rob Herring · 9 years ago
  18. e80d09a greybus: protocol.h: fix up long lines in define_get_version() by Greg Kroah-Hartman · 9 years ago
  19. f487c80 greybus: protocol.h: macros should not have a trailing ';' by Greg Kroah-Hartman · 9 years ago
  20. 63ca78b greybus: kernel_ver.h: add a blank line after a variable definition by Greg Kroah-Hartman · 9 years ago
  21. 3906a59 greybus: kernel_ver.h: add a ' ' character to KERNEL_VERSION() by Greg Kroah-Hartman · 9 years ago
  22. 99a4bd5 greybus: kernel_ver.h: fix leading space coding style issues by Greg Kroah-Hartman · 9 years ago
  23. a549be51 greybus: battery: update for 4.1 power supply api changes by Greg Kroah-Hartman · 9 years ago
  24. f03eec8 greybus: Move id-field before bundle-field in CPort Descriptor. by Viresh Kumar · 9 years ago
  25. 499ee95 greybus: Explicitly add pad-bytes to manifest descriptors by Viresh Kumar · 9 years ago
  26. b022515 greybus: Remove class descriptor by Viresh Kumar · 9 years ago
  27. 20f087e greybus: manifest: drop interface-version field by Viresh Kumar · 9 years ago
  28. 8a5286e greybus: manifest: Remove vendor, product and unique-id from interface descriptor by Viresh Kumar · 9 years ago
  29. 22fd2a8 greybus: bundle: use kstrdup() for state file by Alex Elder · 9 years ago
  30. 55b930c greybus: manifest: Warn if descriptor size > expected size by Viresh Kumar · 9 years ago
  31. fa2fbf1 greybus: manifest: Account for padding in string descriptor by Viresh Kumar · 9 years ago
  32. af6e8b4 greybus: Explicitly mark structures as packed by Viresh Kumar · 9 years ago
  33. 8f8b2297 greybus: endo: Rename endo's 'type' as 'id' by Viresh Kumar · 9 years ago
  34. 58d6746 greybus: endo: Use a real endo id by Viresh Kumar · 9 years ago
  35. 6cf42a4 greybus: MODULE_LICENSE cleanup by Greg Kroah-Hartman · 9 years ago
  36. 75052a5 greybus: bundle: add state sysfs file by Greg Kroah-Hartman · 9 years ago
  37. 1ffc12b greybus: loopback: fix 64-bit divisions by Johan Hovold · 9 years ago
  38. dcd1dad greybus: gpbridge.h: remove BIT() define by Greg Kroah-Hartman · 9 years ago
  39. 67c920b greybus: gpbridge.h: whitespace cleanups by Greg Kroah-Hartman · 9 years ago
  40. 453bbea greybus: Move briged phy structure definitions into gpbridge.h by John Stultz · 9 years ago
  41. b0235b2 greybus: Documentation/sysfs-bus-greybus: document module sysfs files by Greg Kroah-Hartman · 9 years ago
  42. 7baa184 greybus: Documentation/sysfs-bus-greybus: document the endo and SVC by Greg Kroah-Hartman · 9 years ago
  43. f0b6787 greybus: Documentation/sysfs-bus-greybus: update kernel version and date by Greg Kroah-Hartman · 9 years ago
  44. a4d9150 greybus: endo: hook up endos into the device tree by Greg Kroah-Hartman · 9 years ago
  45. 0f035ac greybus: endo: add endo structures and logic by Greg Kroah-Hartman · 9 years ago
  46. 764e824 greybus: module.c: add attributes by Greg Kroah-Hartman · 9 years ago
  47. 24ef485 greybus: drop host-driver buffer headroom by Johan Hovold · 9 years ago
  48. 491e60d greybus: es2: sync up with recent es1 changes by Johan Hovold · 9 years ago
  49. a9cf7da greybus: es1: fix transfer-buffer alignment by Johan Hovold · 9 years ago
  50. da9dd11 greybus: operation: add explicit padding to message header by Johan Hovold · 9 years ago
  51. 1e5613b greybus: operation: fix potential message corruption by Johan Hovold · 9 years ago
  52. 7cf7bca greybus: pass messages to host drivers by Johan Hovold · 9 years ago
  53. ac67acd greybus: operation: move message-header definition to header file by Johan Hovold · 9 years ago
  54. cbba76f greybus: remove obsolete buffer-alignment requirement by Johan Hovold · 9 years ago
  55. 564c72b greybus: operation: fix unaligned memory accesses in receive path by Johan Hovold · 9 years ago
  56. c15ccab greybus: es2: sync up with recent es1 changes by Johan Hovold · 9 years ago
  57. bfd9a94 greybus: es1: fix buffer-size limit by Johan Hovold · 9 years ago
  58. 79940cf greybus: es1: fix DMA-buffer on stack by Johan Hovold · 9 years ago
  59. b7744b7 greybus: es1: drop unnecessary casts by Johan Hovold · 9 years ago
  60. 88e6d37 greybus: bundle: s/class_type/class by Viresh Kumar · 9 years ago
  61. 9f5f30e712 greybus: driver corresponds to a bundle, not interface by Viresh Kumar · 9 years ago
  62. 8e2e22d greybus: drop module descriptors by Viresh Kumar · 9 years ago
  63. a93db2d greybus: manifest: Use interface descriptor instead of module descriptor to get information by Viresh Kumar · 9 years ago
  64. bb97ea8 greybus: bundle: Initialize all bundles on link-up by Viresh Kumar · 9 years ago
  65. 7c183f7 greybus: bundle: Create bundles using bundle descriptors by Viresh Kumar · 9 years ago
  66. 581baac greybus: hid: Use payload-size to get report size by Viresh Kumar · 9 years ago
  67. 83a0cb5 greybus: Add bundle descriptor type by Viresh Kumar · 9 years ago
  68. c9d9d0d greybus: interface: Fetch interface id instead of module id during setup by Viresh Kumar · 9 years ago
  69. 2352a73 greybus: Unregister devices to get them freed by Viresh Kumar · 9 years ago
  70. 045235f greybus: Initial I2S definitions by Mark Greer · 9 years ago
  71. 6023629 greybus: Documentation/sysfs: add a proposed sysfs tree for greybus by Greg Kroah-Hartman · 9 years ago
  72. e4c4b4d greybus: reduce the ranting by Alex Elder · 9 years ago
  73. 66c9898 greybus: kernel_ver.h: add sysfs_create_groups() and sysfs_remove_groups() by Greg Kroah-Hartman · 9 years ago
  74. 7a51b93 greybus: loopback: use the attribute groups, not group by Greg Kroah-Hartman · 9 years ago
  75. 5679f78 greybus: loopback: fix build breakage about SZ_4K by Greg Kroah-Hartman · 9 years ago
  76. 355a705 greybus: Add loopback protocol by Alexandre Bailon · 9 years ago
  77. e0feaf1 greybus: es2: test apb1_log_task safely by Alex Elder · 9 years ago
  78. dada3b0 greybus: es1: test apb1_log_task safely by Alex Elder · 9 years ago
  79. d8187aa greybus: manifest: use size_t for a size variable by Alex Elder · 9 years ago
  80. 973ccfd greybus: operation: refactor response handling by Johan Hovold · 9 years ago
  81. d0eb755 greybus: hid: fix missing response on request errors by Johan Hovold · 9 years ago
  82. 382145b greybus: hid: fix missing input verification of report events by Johan Hovold · 9 years ago
  83. 36257f6 greybus: hid: fix null-deref on short report requests by Johan Hovold · 9 years ago
  84. ecf47ab greybus: hid: fix success response being sent on errors by Johan Hovold · 9 years ago
  85. b67f2d1 greybus: hid: replace pr_err with dev_err by Johan Hovold · 9 years ago
  86. fef96a2 greybus: gpio: fix missing response on request errors by Johan Hovold · 9 years ago
  87. 244b5a2 greybus: gpio: fix null-deref on unexpected irq requests by Johan Hovold · 9 years ago
  88. 1842dd8 greybus: gpio: fix null-deref on short irq requests by Johan Hovold · 9 years ago
  89. 0150bd7 greybus: operation: make incomplete-message errors more informative by Johan Hovold · 9 years ago
  90. e1baa3f greybus: operation: replace pr_err with dev_err by Johan Hovold · 9 years ago
  91. cfa7969 greybus: operation: fix incoming request payload size by Johan Hovold · 9 years ago
  92. 94896676 greybus: operation: fix null-deref on operation destroy by Johan Hovold · 9 years ago
  93. 772f3e9 greybus: operation: fix null-deref on operation cancel by Johan Hovold · 9 years ago
  94. ff65be7 greybus: operation: fix use-after-free and infinite loop on unhandled requests by Johan Hovold · 9 years ago
  95. ea2c2ee greybus: operation: fix memory leak in request_send error path by Johan Hovold · 9 years ago
  96. 0fb5acc greybus: operation: fix use-after-free when sending responses by Johan Hovold · 9 years ago
  97. 3775403 greybus: operation: fix callback handling and documentation by Johan Hovold · 9 years ago
  98. d506283 greybus: operation: fix typo in comment by Johan Hovold · 9 years ago
  99. 1dad6b3 greybus: operation: fix missing symbol exports by Johan Hovold · 9 years ago
  100. e2cb6ca greybus: kernel_ver.h: include <linux/kernel.h> to fix warning by Viresh Kumar · 9 years ago