1. 3d0421e greybus: remove __init from .h files by Greg Kroah-Hartman · 9 years ago
  2. 0ffacf3 greybus: endo: Fix compilation warning by Viresh Kumar · 9 years ago
  3. f5c2be9 greybus: connection: check for duplicate cport ids by Alex Elder · 9 years ago
  4. 8267616b greybus: bundle: check for duplicate bundle ids by Alex Elder · 9 years ago
  5. c27a253 greybus: manifest: rework bundle parsing by Alex Elder · 9 years ago
  6. a6b13eb greybus: manifest: rework cport parsing by Alex Elder · 9 years ago
  7. c46839d greybus: manifest: use bundle's embedded interface pointer by Alex Elder · 9 years ago
  8. d393c98 greybus: manifest: really minor cleanups by Alex Elder · 9 years ago
  9. 79dda60 greybus: endo: clean up id assignment code by Alex Elder · 9 years ago
  10. f35ab90 greybus: endo: define endo_init() and endo_exit() by Alex Elder · 9 years ago
  11. 47ed2c9 greybus: tag core init and exit functions by Alex Elder · 9 years ago
  12. 190241a greybus: drop some unnecessary headers by Alex Elder · 9 years ago
  13. 45f427a greybus: gb-audio: Reset sample count when CPort deactivated by Mark Greer · 9 years ago
  14. cce3103 greybus: es?: decrease buffer size to 2k by Greg Kroah-Hartman · 9 years ago
  15. 61b65a3 greybus: uart: remove the redundant unregister chrdev by Phong Tran · 9 years ago
  16. f2e2b06 greybus: endo: move endo id map declaration to endo.h by Phong Tran · 9 years ago
  17. 928f2ab greybus: Tear down devices in the reverse order by Viresh Kumar · 9 years ago
  18. d51c0ff greybus: manifest: clean up a few pr_err() calls by Alex Elder · 9 years ago
  19. fd1c2e5 greybus: core: rename greybus_deregister() by Alex Elder · 9 years ago
  20. 81c3a77 greybus: uart: properly interpret receive data size by Alex Elder · 9 years ago
  21. 8bd0ae6 greybus: connection: make gb_connection_hd_find() private by Alex Elder · 9 years ago
  22. 0dac67c greybus: svc: driver is basic to Greybus (not GP Bridge) by Alex Elder · 9 years ago
  23. cf6b62d greybus: Prefix module-id with endo id by Viresh Kumar · 9 years ago
  24. 4a04187 greybus: Generate greybus wide unique ids for endo devices by Viresh Kumar · 9 years ago
  25. d7353ce greybus: s/bundle_cport_id/intf_cport_id by Viresh Kumar · 9 years ago
  26. 4cfabf0 greybus: operation: Remove unused variable 'buffer' by Viresh Kumar · 9 years ago
  27. 62229a1 greybus: uart: Remove magic numbers make struct gb_tty variable names consistent by Bryan O'Donoghue · 9 years ago
  28. 1c08701 greybus: uart: Add gb_uart_request_recv for receiving async UART data by Bryan O'Donoghue · 9 years ago
  29. dd1c64e greybus: uart: kmalloc for send_data once only by Bryan O'Donoghue · 9 years ago
  30. 563bd79 greybus: uart: send_data should return size or error by Bryan O'Donoghue · 9 years ago
  31. f95ad78 greybus: uart: Update uart.c to register tty ports by Bryan O'Donoghue · 9 years ago
  32. f5537d4 greybus: uart: Reduce UART count from 255 to 16 by Bryan O'Donoghue · 9 years ago
  33. 11fca14 greybus: uart: Tidy naming convention to more closely match spec by Bryan O'Donoghue · 9 years ago
  34. 4ef5348 greybus: uart: Move UART protocol structs/defines to greybus_protocols.h by Bryan O'Donoghue · 9 years ago
  35. 55f2291 greybus: uart: Fix the memory leak in connection init by Phong Tran · 9 years ago
  36. 3cb494c greybus: endo: Add missing '\n' sprintf() for sysfs files by Viresh Kumar · 9 years ago
  37. 7ba864a greybus: gpio: add irq-type defines by Johan Hovold · 9 years ago
  38. 4bf3780 greybus: gpio: remove unused debounce define by Johan Hovold · 9 years ago
  39. e6cebf8 greybus: endo: delete "0xXXXX" portion in sysfs "endo" directory by Alex Elder · 9 years ago
  40. 312bb84 greybus: endo: drop redundant prefixes from sysfs basenames by Alex Elder · 9 years ago
  41. 28e3ced greybus: update sysfs documentation files by Alex Elder · 9 years ago
  42. b4dbf1e greybus: add documentation for Endo sysfs files by Alex Elder · 9 years ago
  43. df76422 greybus: audio: Remove the MODULE_LICENSE() by Phong Tran · 9 years ago
  44. bcd8215 greybus: audio: Fix typo for macro I2S data version minor by Phong Tran · 9 years ago
  45. 012d7d4 greybus: greybus_protocols: fix guard tag by Alex Elder · 9 years ago
  46. 47bf0b4 greybus: gpio: update operation types by Johan Hovold · 9 years ago
  47. 23bd25a greybus: Merge branch 'master' of github.com:gregkh/greybus by Greg Kroah-Hartman · 9 years ago
  48. b61fa7b greybus: svc: use macro for init and exit protocol by Phong Tran · 9 years ago
  49. ea15a40 greybus: svc: Fix endian of hotplug request data by Phong Tran · 9 years ago
  50. 1409c4d greybus: gpio: fix interrupt protocol by Johan Hovold · 9 years ago
  51. 25f11ed greybus: gpio: fix atomic sleep when using interrupts by Johan Hovold · 9 years ago
  52. 0cb918d greybus: gpio: rename irq mask and unmask callbacks by Johan Hovold · 9 years ago
  53. ec76211 greybus: gpio: use irq-domain lookups by Johan Hovold · 9 years ago
  54. 2611ebe greybus: gpio: don't call irq-flow handler directly by Johan Hovold · 9 years ago
  55. b8e3ffe greybus: gpio: remove unused irq-ack operation by Johan Hovold · 9 years ago
  56. c8d1ad8 greybus: gpio: fix debugfs output by Johan Hovold · 9 years ago
  57. 1d771fe greybus: operation: add support for incoming unidirectional operations by Johan Hovold · 9 years ago
  58. d67a39a greybus: Merge branch 'master' of github.com:gregkh/greybus by Greg Kroah-Hartman · 9 years ago
  59. 30c6d9d greybus: introduce SVC protocol by Alex Elder · 9 years ago
  60. 4441f47 greybus: update copyrights by Alex Elder · 9 years ago
  61. 2de1a8b greybus: add copyright statements by Alex Elder · 9 years ago
  62. eb765e4 greybus: core: don't set up endo until host device is initialized by Alex Elder · 9 years ago
  63. 344943d greybus: endo: record AP interface id by Alex Elder · 9 years ago
  64. e45524f greybus: endo: rework some attributes by Alex Elder · 9 years ago
  65. 8a76043 greybus: endo: encapsulate computing the max interface id by Alex Elder · 9 years ago
  66. 22e17ed greybus: rename "gpbridge.h" by Alex Elder · 9 years ago
  67. e9385e5 greybus: include "gpbridge.h" from "greybus.h" by Alex Elder · 9 years ago
  68. 8ea70fe greybus: core: return error code when creating host device by Alex Elder · 9 years ago
  69. 6b7d5a1 greybus: core: return error code when creating endo by Alex Elder · 9 years ago
  70. ee3ecf8 greybus: endo: pass endo_id to gb_endo_create() by Alex Elder · 9 years ago
  71. a702a09 greybus: endo: rename gb_svc by Alex Elder · 9 years ago
  72. 0d17e0c greybus: gb-audio: Set samples per message during init by Mark A. Greer · 9 years ago
  73. 6b34099 greybus: gb-audio: Set I2S Configuration according to ASOC requests by Mark A. Greer · 9 years ago
  74. 48229e5 greybus: gb-audio: Activate TX connection Bundle CPort ID by Mark A. Greer · 9 years ago
  75. f9a4fee greybus: gb-audio: Activate TX CPort in PCM workqueue by Mark A. Greer · 9 years ago
  76. e803cf7 greybus: gb-audio: Remove useless comment by Mark A. Greer · 9 years ago
  77. 415b831 greybus: gb-audio: Add I2C device for rt5647 codec by Mark A. Greer · 9 years ago
  78. 827e27e greybus: gb-audio: cpu_dai.fmt does not exist in v4.1 by Mark A. Greer · 9 years ago
  79. 4c739e3 greybus: gb-audio: Fix DAI formats and master/slave settings by Mark A. Greer · 9 years ago
  80. 34aa7e1 greybus: gb-audio: Clean up codec name generation by Mark A. Greer · 9 years ago
  81. 555a064 greybus: gb-audio: Allocate space for 20 configurations by Mark A. Greer · 9 years ago
  82. 0e995aa greybus: gb-audio: Set clock edges to match rt5647 codec requirements by Mark A. Greer · 9 years ago
  83. 8d346df greybus: gpbridge: fix section mismatches by Johan Hovold · 9 years ago
  84. d52b35f greybus: operation: add helper to retrieve max payload size by Johan Hovold · 9 years ago
  85. 8e929a8 greybus: core: add lower-limit for host-device buffers by Johan Hovold · 9 years ago
  86. c38cf10 greybus: operation: allow maximum-sized messages by Johan Hovold · 9 years ago
  87. d933667 greybus: fix host-device buffer constraints by Johan Hovold · 9 years ago
  88. d966820 greybus: remove unused prototypes from header by Johan Hovold · 9 years ago
  89. fed78bf greybus: remove unnecessary greybus.h includes by Johan Hovold · 9 years ago
  90. bdac599 greybus: Use gb_gpbridge_protocol_init() by Viresh Kumar · 9 years ago
  91. 27551b1 greybus: protocol: Add gb_gpbridge_protocol_driver() by Viresh Kumar · 9 years ago
  92. f5db53b greybus: gpbridge: rename gpb.c to gpbridge.c by Viresh Kumar · 9 years ago
  93. 8ba2522 greybus: raw: move module_{init|exit} to the end of functions by Viresh Kumar · 9 years ago
  94. c16b63e8 greybus: module: name routines consistently by Viresh Kumar · 9 years ago
  95. 51b5d8d greybus: interface: name routines consistently by Viresh Kumar · 9 years ago
  96. 5ddf738 greybus: endo: name routines consistently by Viresh Kumar · 9 years ago
  97. 12eba9f greybus: connection: name routines consistently by Viresh Kumar · 9 years ago
  98. 8fd4658 greybus: protocol: remove leading underscore from _gb_protocol_find() by Viresh Kumar · 9 years ago
  99. 4890f31 greybus: spi: Move structure definitions into gpbridge.h by Viresh Kumar · 9 years ago
  100. 8de925b greybus: gpio: fix tab/space mistake by Viresh Kumar · 9 years ago