1. 30c6d9d greybus: introduce SVC protocol by Alex Elder · 9 years ago
  2. 4441f47 greybus: update copyrights by Alex Elder · 9 years ago
  3. 2de1a8b greybus: add copyright statements by Alex Elder · 9 years ago
  4. eb765e4 greybus: core: don't set up endo until host device is initialized by Alex Elder · 9 years ago
  5. 344943d greybus: endo: record AP interface id by Alex Elder · 9 years ago
  6. e45524f greybus: endo: rework some attributes by Alex Elder · 9 years ago
  7. 8a76043 greybus: endo: encapsulate computing the max interface id by Alex Elder · 9 years ago
  8. 22e17ed greybus: rename "gpbridge.h" by Alex Elder · 9 years ago
  9. e9385e5 greybus: include "gpbridge.h" from "greybus.h" by Alex Elder · 9 years ago
  10. 8ea70fe greybus: core: return error code when creating host device by Alex Elder · 9 years ago
  11. 6b7d5a1f greybus: core: return error code when creating endo by Alex Elder · 9 years ago
  12. ee3ecf8 greybus: endo: pass endo_id to gb_endo_create() by Alex Elder · 9 years ago
  13. a702a09 greybus: endo: rename gb_svc by Alex Elder · 9 years ago
  14. 0d17e0c greybus: gb-audio: Set samples per message during init by Mark A. Greer · 9 years ago
  15. 6b34099 greybus: gb-audio: Set I2S Configuration according to ASOC requests by Mark A. Greer · 9 years ago
  16. 48229e5 greybus: gb-audio: Activate TX connection Bundle CPort ID by Mark A. Greer · 9 years ago
  17. f9a4fee greybus: gb-audio: Activate TX CPort in PCM workqueue by Mark A. Greer · 9 years ago
  18. e803cf7 greybus: gb-audio: Remove useless comment by Mark A. Greer · 9 years ago
  19. 415b831 greybus: gb-audio: Add I2C device for rt5647 codec by Mark A. Greer · 9 years ago
  20. 827e27e greybus: gb-audio: cpu_dai.fmt does not exist in v4.1 by Mark A. Greer · 9 years ago
  21. 4c739e3 greybus: gb-audio: Fix DAI formats and master/slave settings by Mark A. Greer · 9 years ago
  22. 34aa7e1 greybus: gb-audio: Clean up codec name generation by Mark A. Greer · 9 years ago
  23. 555a064 greybus: gb-audio: Allocate space for 20 configurations by Mark A. Greer · 9 years ago
  24. 0e995aa greybus: gb-audio: Set clock edges to match rt5647 codec requirements by Mark A. Greer · 9 years ago
  25. 8d346df greybus: gpbridge: fix section mismatches by Johan Hovold · 9 years ago
  26. c38cf10 greybus: operation: allow maximum-sized messages by Johan Hovold · 9 years ago
  27. d933667 greybus: fix host-device buffer constraints by Johan Hovold · 9 years ago
  28. d966820 greybus: remove unused prototypes from header by Johan Hovold · 9 years ago
  29. fed78bf greybus: remove unnecessary greybus.h includes by Johan Hovold · 9 years ago
  30. bdac599 greybus: Use gb_gpbridge_protocol_init() by Viresh Kumar · 9 years ago
  31. 27551b1 greybus: protocol: Add gb_gpbridge_protocol_driver() by Viresh Kumar · 9 years ago
  32. f5db53b greybus: gpbridge: rename gpb.c to gpbridge.c by Viresh Kumar · 9 years ago
  33. 8ba2522 greybus: raw: move module_{init|exit} to the end of functions by Viresh Kumar · 9 years ago
  34. c16b63e8 greybus: module: name routines consistently by Viresh Kumar · 9 years ago
  35. 51b5d8d greybus: interface: name routines consistently by Viresh Kumar · 9 years ago
  36. 5ddf738 greybus: endo: name routines consistently by Viresh Kumar · 9 years ago
  37. 12eba9f greybus: connection: name routines consistently by Viresh Kumar · 9 years ago
  38. 8fd4658 greybus: protocol: remove leading underscore from _gb_protocol_find() by Viresh Kumar · 9 years ago
  39. 4890f31 greybus: spi: Move structure definitions into gpbridge.h by Viresh Kumar · 9 years ago
  40. 8de925b greybus: gpio: fix tab/space mistake by Viresh Kumar · 9 years ago
  41. 4f8ab11 greybus: raw: include uaccess.h to fix warning by Viresh Kumar · 9 years ago
  42. e806c7f greybus: raw: add raw greybus kernel driver by Greg Kroah-Hartman · 9 years ago
  43. 5bd5f00 greybus: connection: remove lock around ida_simple_* functions by Greg Kroah-Hartman · 9 years ago
  44. 6b17492 greybus: vibrator: convert idr to be an ida by Greg Kroah-Hartman · 9 years ago
  45. 6f8528e greybus: loopback: add more clean up when init connection fails by Phong Tran · 9 years ago
  46. 65cac60 greybus: make: check kernel configuration options by Rui Miguel Silva · 9 years ago
  47. ac1c284 greybus: loopback: support module-initiated requests by Alex Elder · 9 years ago
  48. 48cc8b8 greybus: loopback: define loopback functions symbolically by Alex Elder · 9 years ago
  49. 91262c3a greybus: loopback: symbolically define max wait time by Alex Elder · 9 years ago
  50. 48f19ee greybus: loopback: fix an incorrect comment by Alex Elder · 9 years ago
  51. 69f6034 greybus: loopback: return the right error value by Alex Elder · 9 years ago
  52. a04c640e greybus: loopback: fix the type attribute check by Alex Elder · 9 years ago
  53. 64a5480 greybus: audio: fix a bunch of endian issues by Greg Kroah-Hartman · 9 years ago
  54. 1395690 greybus: audio: fix some sparse static warnings by Greg Kroah-Hartman · 9 years ago
  55. 563e6b9 greybus: manifest: be coherent with protocol name by Rui Miguel Silva · 9 years ago
  56. 51e93ae greybus: endo: Create modules after validating Endo ID by Viresh Kumar · 9 years ago
  57. 4f4cc1b greybus: endo: Add code to validate Endo ID by Viresh Kumar · 9 years ago
  58. 61c0926 greybus: gb-audio: fix build breakage on 4.1-rc1 by Greg Kroah-Hartman · 9 years ago
  59. 7f3f356 greybus: gb-audio: fix build warning by Greg Kroah-Hartman · 9 years ago
  60. 68fff96 greybus: Support building greybus on host PC by Bryan O'Donoghue · 9 years ago
  61. a4749bb greybus: gb-audio: Add integrated greybus audio driver by John Stultz · 9 years ago
  62. 6d65337 greybus: eliminate extra response flag definitions by Alex Elder · 9 years ago
  63. 5c58640 greybus: battery: use feature tag rather than kernel version by Alex Elder · 9 years ago
  64. 9ade6d3 greybus: battery: free struct on error in caller by Alex Elder · 9 years ago
  65. c13c8bf greybus: es2: fix driver name collision with es1 by Rob Herring · 9 years ago
  66. e80d09a greybus: protocol.h: fix up long lines in define_get_version() by Greg Kroah-Hartman · 9 years ago
  67. f487c80 greybus: protocol.h: macros should not have a trailing ';' by Greg Kroah-Hartman · 9 years ago
  68. 63ca78b greybus: kernel_ver.h: add a blank line after a variable definition by Greg Kroah-Hartman · 9 years ago
  69. 3906a59 greybus: kernel_ver.h: add a ' ' character to KERNEL_VERSION() by Greg Kroah-Hartman · 9 years ago
  70. 99a4bd5 greybus: kernel_ver.h: fix leading space coding style issues by Greg Kroah-Hartman · 9 years ago
  71. a549be51 greybus: battery: update for 4.1 power supply api changes by Greg Kroah-Hartman · 9 years ago
  72. f03eec8 greybus: Move id-field before bundle-field in CPort Descriptor. by Viresh Kumar · 9 years ago
  73. 499ee95 greybus: Explicitly add pad-bytes to manifest descriptors by Viresh Kumar · 9 years ago
  74. b022515 greybus: Remove class descriptor by Viresh Kumar · 9 years ago
  75. 20f087e greybus: manifest: drop interface-version field by Viresh Kumar · 9 years ago
  76. 8a5286e greybus: manifest: Remove vendor, product and unique-id from interface descriptor by Viresh Kumar · 9 years ago
  77. 22fd2a8 greybus: bundle: use kstrdup() for state file by Alex Elder · 9 years ago
  78. 55b930c greybus: manifest: Warn if descriptor size > expected size by Viresh Kumar · 9 years ago
  79. fa2fbf1 greybus: manifest: Account for padding in string descriptor by Viresh Kumar · 9 years ago
  80. af6e8b42 greybus: Explicitly mark structures as packed by Viresh Kumar · 9 years ago
  81. 8f8b2297 greybus: endo: Rename endo's 'type' as 'id' by Viresh Kumar · 9 years ago
  82. 58d6746 greybus: endo: Use a real endo id by Viresh Kumar · 9 years ago
  83. 6cf42a4 greybus: MODULE_LICENSE cleanup by Greg Kroah-Hartman · 9 years ago
  84. 75052a5 greybus: bundle: add state sysfs file by Greg Kroah-Hartman · 9 years ago
  85. 1ffc12b greybus: loopback: fix 64-bit divisions by Johan Hovold · 9 years ago
  86. dcd1dad greybus: gpbridge.h: remove BIT() define by Greg Kroah-Hartman · 9 years ago
  87. 67c920b greybus: gpbridge.h: whitespace cleanups by Greg Kroah-Hartman · 9 years ago
  88. 453bbea greybus: Move briged phy structure definitions into gpbridge.h by John Stultz · 9 years ago
  89. b0235b2 greybus: Documentation/sysfs-bus-greybus: document module sysfs files by Greg Kroah-Hartman · 9 years ago
  90. 7baa184 greybus: Documentation/sysfs-bus-greybus: document the endo and SVC by Greg Kroah-Hartman · 9 years ago
  91. f0b6787 greybus: Documentation/sysfs-bus-greybus: update kernel version and date by Greg Kroah-Hartman · 9 years ago
  92. a4d9150 greybus: endo: hook up endos into the device tree by Greg Kroah-Hartman · 9 years ago
  93. 0f035ac greybus: endo: add endo structures and logic by Greg Kroah-Hartman · 9 years ago
  94. 764e824 greybus: module.c: add attributes by Greg Kroah-Hartman · 9 years ago
  95. 24ef485 greybus: drop host-driver buffer headroom by Johan Hovold · 9 years ago
  96. 491e60d greybus: es2: sync up with recent es1 changes by Johan Hovold · 9 years ago
  97. a9cf7da greybus: es1: fix transfer-buffer alignment by Johan Hovold · 9 years ago
  98. da9dd11 greybus: operation: add explicit padding to message header by Johan Hovold · 9 years ago
  99. 1e5613b greybus: operation: fix potential message corruption by Johan Hovold · 9 years ago
  100. 7cf7bca greybus: pass messages to host drivers by Johan Hovold · 9 years ago