1. 28e3ced greybus: update sysfs documentation files by Alex Elder · 9 years ago
  2. b4dbf1e greybus: add documentation for Endo sysfs files by Alex Elder · 9 years ago
  3. df76422 greybus: audio: Remove the MODULE_LICENSE() by Phong Tran · 9 years ago
  4. bcd8215 greybus: audio: Fix typo for macro I2S data version minor by Phong Tran · 9 years ago
  5. 012d7d4 greybus: greybus_protocols: fix guard tag by Alex Elder · 9 years ago
  6. 47bf0b4 greybus: gpio: update operation types by Johan Hovold · 9 years ago
  7. 23bd25a greybus: Merge branch 'master' of github.com:gregkh/greybus by Greg Kroah-Hartman · 9 years ago
  8. b61fa7b greybus: svc: use macro for init and exit protocol by Phong Tran · 9 years ago
  9. ea15a40 greybus: svc: Fix endian of hotplug request data by Phong Tran · 9 years ago
  10. 1409c4d greybus: gpio: fix interrupt protocol by Johan Hovold · 9 years ago
  11. 25f11ed greybus: gpio: fix atomic sleep when using interrupts by Johan Hovold · 9 years ago
  12. 0cb918d greybus: gpio: rename irq mask and unmask callbacks by Johan Hovold · 9 years ago
  13. ec76211 greybus: gpio: use irq-domain lookups by Johan Hovold · 9 years ago
  14. 2611ebe greybus: gpio: don't call irq-flow handler directly by Johan Hovold · 9 years ago
  15. b8e3ffe greybus: gpio: remove unused irq-ack operation by Johan Hovold · 9 years ago
  16. c8d1ad8 greybus: gpio: fix debugfs output by Johan Hovold · 9 years ago
  17. 1d771fe greybus: operation: add support for incoming unidirectional operations by Johan Hovold · 9 years ago
  18. d67a39a greybus: Merge branch 'master' of github.com:gregkh/greybus by Greg Kroah-Hartman · 9 years ago
  19. 30c6d9d greybus: introduce SVC protocol by Alex Elder · 9 years ago
  20. 4441f47 greybus: update copyrights by Alex Elder · 9 years ago
  21. 2de1a8b greybus: add copyright statements by Alex Elder · 9 years ago
  22. eb765e4 greybus: core: don't set up endo until host device is initialized by Alex Elder · 9 years ago
  23. 344943d greybus: endo: record AP interface id by Alex Elder · 9 years ago
  24. e45524f greybus: endo: rework some attributes by Alex Elder · 9 years ago
  25. 8a76043 greybus: endo: encapsulate computing the max interface id by Alex Elder · 9 years ago
  26. 22e17ed greybus: rename "gpbridge.h" by Alex Elder · 9 years ago
  27. e9385e5 greybus: include "gpbridge.h" from "greybus.h" by Alex Elder · 9 years ago
  28. 8ea70fe greybus: core: return error code when creating host device by Alex Elder · 9 years ago
  29. 6b7d5a1 greybus: core: return error code when creating endo by Alex Elder · 9 years ago
  30. ee3ecf8 greybus: endo: pass endo_id to gb_endo_create() by Alex Elder · 9 years ago
  31. a702a09 greybus: endo: rename gb_svc by Alex Elder · 9 years ago
  32. 0d17e0c greybus: gb-audio: Set samples per message during init by Mark A. Greer · 9 years ago
  33. 6b34099 greybus: gb-audio: Set I2S Configuration according to ASOC requests by Mark A. Greer · 9 years ago
  34. 48229e5 greybus: gb-audio: Activate TX connection Bundle CPort ID by Mark A. Greer · 9 years ago
  35. f9a4fee greybus: gb-audio: Activate TX CPort in PCM workqueue by Mark A. Greer · 9 years ago
  36. e803cf7 greybus: gb-audio: Remove useless comment by Mark A. Greer · 9 years ago
  37. 415b831 greybus: gb-audio: Add I2C device for rt5647 codec by Mark A. Greer · 9 years ago
  38. 827e27e greybus: gb-audio: cpu_dai.fmt does not exist in v4.1 by Mark A. Greer · 9 years ago
  39. 4c739e3 greybus: gb-audio: Fix DAI formats and master/slave settings by Mark A. Greer · 9 years ago
  40. 34aa7e1 greybus: gb-audio: Clean up codec name generation by Mark A. Greer · 9 years ago
  41. 555a064 greybus: gb-audio: Allocate space for 20 configurations by Mark A. Greer · 9 years ago
  42. 0e995aa greybus: gb-audio: Set clock edges to match rt5647 codec requirements by Mark A. Greer · 9 years ago
  43. 8d346df greybus: gpbridge: fix section mismatches by Johan Hovold · 9 years ago
  44. d52b35f greybus: operation: add helper to retrieve max payload size by Johan Hovold · 9 years ago
  45. 8e929a8 greybus: core: add lower-limit for host-device buffers by Johan Hovold · 9 years ago
  46. c38cf10 greybus: operation: allow maximum-sized messages by Johan Hovold · 9 years ago
  47. d933667 greybus: fix host-device buffer constraints by Johan Hovold · 9 years ago
  48. d966820 greybus: remove unused prototypes from header by Johan Hovold · 9 years ago
  49. fed78bf greybus: remove unnecessary greybus.h includes by Johan Hovold · 9 years ago
  50. bdac599 greybus: Use gb_gpbridge_protocol_init() by Viresh Kumar · 9 years ago
  51. 27551b1 greybus: protocol: Add gb_gpbridge_protocol_driver() by Viresh Kumar · 9 years ago
  52. f5db53b greybus: gpbridge: rename gpb.c to gpbridge.c by Viresh Kumar · 9 years ago
  53. 8ba2522 greybus: raw: move module_{init|exit} to the end of functions by Viresh Kumar · 9 years ago
  54. c16b63e8 greybus: module: name routines consistently by Viresh Kumar · 9 years ago
  55. 51b5d8d greybus: interface: name routines consistently by Viresh Kumar · 9 years ago
  56. 5ddf738 greybus: endo: name routines consistently by Viresh Kumar · 9 years ago
  57. 12eba9f greybus: connection: name routines consistently by Viresh Kumar · 9 years ago
  58. 8fd4658 greybus: protocol: remove leading underscore from _gb_protocol_find() by Viresh Kumar · 9 years ago
  59. 4890f31 greybus: spi: Move structure definitions into gpbridge.h by Viresh Kumar · 9 years ago
  60. 8de925b greybus: gpio: fix tab/space mistake by Viresh Kumar · 9 years ago
  61. 4f8ab11 greybus: raw: include uaccess.h to fix warning by Viresh Kumar · 9 years ago
  62. e806c7f greybus: raw: add raw greybus kernel driver by Greg Kroah-Hartman · 9 years ago
  63. 5bd5f00 greybus: connection: remove lock around ida_simple_* functions by Greg Kroah-Hartman · 9 years ago
  64. 6b17492 greybus: vibrator: convert idr to be an ida by Greg Kroah-Hartman · 9 years ago
  65. 6f8528e greybus: loopback: add more clean up when init connection fails by Phong Tran · 9 years ago
  66. 65cac60 greybus: make: check kernel configuration options by Rui Miguel Silva · 9 years ago
  67. ac1c284 greybus: loopback: support module-initiated requests by Alex Elder · 9 years ago
  68. 48cc8b8 greybus: loopback: define loopback functions symbolically by Alex Elder · 9 years ago
  69. 91262c3 greybus: loopback: symbolically define max wait time by Alex Elder · 9 years ago
  70. 48f19ee greybus: loopback: fix an incorrect comment by Alex Elder · 9 years ago
  71. 69f6034 greybus: loopback: return the right error value by Alex Elder · 9 years ago
  72. a04c640 greybus: loopback: fix the type attribute check by Alex Elder · 9 years ago
  73. 64a5480 greybus: audio: fix a bunch of endian issues by Greg Kroah-Hartman · 9 years ago
  74. 1395690 greybus: audio: fix some sparse static warnings by Greg Kroah-Hartman · 9 years ago
  75. 563e6b9 greybus: manifest: be coherent with protocol name by Rui Miguel Silva · 9 years ago
  76. 51e93ae greybus: endo: Create modules after validating Endo ID by Viresh Kumar · 9 years ago
  77. 4f4cc1b greybus: endo: Add code to validate Endo ID by Viresh Kumar · 9 years ago
  78. 61c0926 greybus: gb-audio: fix build breakage on 4.1-rc1 by Greg Kroah-Hartman · 9 years ago
  79. 7f3f356 greybus: gb-audio: fix build warning by Greg Kroah-Hartman · 9 years ago
  80. 68fff96 greybus: Support building greybus on host PC by Bryan O'Donoghue · 9 years ago
  81. a4749bb greybus: gb-audio: Add integrated greybus audio driver by John Stultz · 9 years ago
  82. 6d65337 greybus: eliminate extra response flag definitions by Alex Elder · 9 years ago
  83. 5c58640 greybus: battery: use feature tag rather than kernel version by Alex Elder · 9 years ago
  84. 9ade6d3 greybus: battery: free struct on error in caller by Alex Elder · 9 years ago
  85. c13c8bf greybus: es2: fix driver name collision with es1 by Rob Herring · 9 years ago
  86. e80d09a greybus: protocol.h: fix up long lines in define_get_version() by Greg Kroah-Hartman · 9 years ago
  87. f487c80 greybus: protocol.h: macros should not have a trailing ';' by Greg Kroah-Hartman · 9 years ago
  88. 63ca78b greybus: kernel_ver.h: add a blank line after a variable definition by Greg Kroah-Hartman · 9 years ago
  89. 3906a59 greybus: kernel_ver.h: add a ' ' character to KERNEL_VERSION() by Greg Kroah-Hartman · 9 years ago
  90. 99a4bd5 greybus: kernel_ver.h: fix leading space coding style issues by Greg Kroah-Hartman · 9 years ago
  91. a549be51 greybus: battery: update for 4.1 power supply api changes by Greg Kroah-Hartman · 9 years ago
  92. f03eec8 greybus: Move id-field before bundle-field in CPort Descriptor. by Viresh Kumar · 9 years ago
  93. 499ee95 greybus: Explicitly add pad-bytes to manifest descriptors by Viresh Kumar · 9 years ago
  94. b022515 greybus: Remove class descriptor by Viresh Kumar · 9 years ago
  95. 20f087e greybus: manifest: drop interface-version field by Viresh Kumar · 9 years ago
  96. 8a5286e greybus: manifest: Remove vendor, product and unique-id from interface descriptor by Viresh Kumar · 9 years ago
  97. 22fd2a8 greybus: bundle: use kstrdup() for state file by Alex Elder · 9 years ago
  98. 55b930c greybus: manifest: Warn if descriptor size > expected size by Viresh Kumar · 9 years ago
  99. fa2fbf1 greybus: manifest: Account for padding in string descriptor by Viresh Kumar · 9 years ago
  100. af6e8b4 greybus: Explicitly mark structures as packed by Viresh Kumar · 9 years ago