1. 6872c46 greybus: es1, es2: hook tracepoints to hardware send/recv operations by Bryan O'Donoghue · 9 years ago
  2. 32b2b16 greybus: tracepoints: add tracepoints for host_device tx/rx by Bryan O'Donoghue · 9 years ago
  3. d090446 greybus: loopback: drop dependency on internal timestamps by Bryan O'Donoghue · 9 years ago
  4. 608f661 greybus: es2: comment out unused functions by Greg Kroah-Hartman · 9 years ago
  5. 5c8ad59 greybus: operation, core: hook tracepoints into message opertions by Bryan O'Donoghue · 9 years ago
  6. bb03ed9 greybus: tracepoints: add tracepoint definitions by Bryan O'Donoghue · 9 years ago
  7. 2e49b15 greybus: Documentation: Update sysfs-bus-greybus by Viresh Kumar · 9 years ago
  8. 3afe952 greybus: hd: remove connection-create/destroy callbacks by Johan Hovold · 9 years ago
  9. d7ea30a5 greybus: hd: add optional cport enable and disable callbacks by Johan Hovold · 9 years ago
  10. 2846d3e greybus: connection: add protocol-version helper by Johan Hovold · 9 years ago
  11. 9d7fc25 greybus: connection: add control-connected helper by Johan Hovold · 9 years ago
  12. 72d7482 greybus: connection: clean up control-disconnected helper by Johan Hovold · 9 years ago
  13. 8d7a712 greybus: connection: clean up init error paths by Johan Hovold · 9 years ago
  14. a95c258 greybus: connection: clean up svc-connection creation by Johan Hovold · 9 years ago
  15. ced6007 greybus: es{1,2}: remove obselete define by Fabien Parent · 9 years ago
  16. 2498050 greybus: svc: fix endianness for svc message by Rui Miguel Silva · 9 years ago
  17. cfb1690 greybus: greybus_protocols: add missing version-request definition by Johan Hovold · 9 years ago
  18. 5983293 greybus: svc: fix version response by Johan Hovold · 9 years ago
  19. c09db18 greybus: svc: fix ida memory leak by Johan Hovold · 9 years ago
  20. e5acf73 greybus: es2: add some documentation about endpoints mapping by Alexandre Bailon · 9 years ago
  21. 64c9cab greybus: es2: change (un)map methods to static by Alexandre Bailon · 9 years ago
  22. 1ff3dc9 greybus: es2: rename misnamed variables and methods by Alexandre Bailon · 9 years ago
  23. b9154df greybus: sdio: fix work-queue leak and use-after-free by Johan Hovold · 9 years ago
  24. e526526 greybus: sdio: fix tear-down use-after-free by Johan Hovold · 9 years ago
  25. d7849bf greybus: vibrator: fix tear-down race by Johan Hovold · 9 years ago
  26. 4c9e228 greybus: firmware: Send AP-ready operation by Viresh Kumar · 9 years ago
  27. 1a88628 greybus: firmware: firmware image name has .tftf instead of .fw by Viresh Kumar · 9 years ago
  28. c9733b7 greybus: firmware: Fix incorrect firmware file's name by Viresh Kumar · 9 years ago
  29. 8bcc2d8 greybus: firmware: firmware's file name is 32 characters long by Viresh Kumar · 9 years ago
  30. 19151c3 greybus: svc: Implement DME peer get/set attributes helpers by Viresh Kumar · 9 years ago
  31. 26717ed greybus: loopback: use dev_name to populate sysfsname by Bryan O'Donoghue · 9 years ago
  32. fbb8edb greybus: loopback: add gb_loopback_operation_sync by Bryan O'Donoghue · 9 years ago
  33. 5015115 greybus: loopback: sort list of connections for masking purposes by Bryan O'Donoghue · 9 years ago
  34. 4a655ad greybus: loopback: add response len to loopback protocol by Bryan O'Donoghue · 9 years ago
  35. f2cfa70 greybus: loopback: convert pr_info to dev_err by Bryan O'Donoghue · 9 years ago
  36. 909cdeb greybus: loopback: ensure sysfs entries are cleaned up on exit by Bryan O'Donoghue · 9 years ago
  37. c7ea5ed greybus: loopback: ensure debugfs entires are cleaned up on exit by Bryan O'Donoghue · 9 years ago
  38. 5f3e0d1 greybus: loopback: exit kfree after mutex release by Bryan O'Donoghue · 9 years ago
  39. 29f0202 greybus: loopback: hold a coarse lock while init/exit run by Bryan O'Donoghue · 9 years ago
  40. 6de00a5 greybus: loopback: ensure count decrement happens before sysfs_remove_groups by Bryan O'Donoghue · 9 years ago
  41. 8552ca0 greybus: connection: Add sysfs 'ap_cport_id' file for connections by Viresh Kumar · 9 years ago
  42. 0a02057 greybus: svc: destroy the route on module hot-unplug by Viresh Kumar · 9 years ago
  43. bb10685 greybus: svc: No need of per-direction route-create requests by Viresh Kumar · 9 years ago
  44. 5a5296b greybus: Add flags to struct gb_protocol by Viresh Kumar · 9 years ago
  45. fb19831 greybus: connection: Call connection_destroy() from gb_connection_svc_connection_destroy() by Viresh Kumar · 9 years ago
  46. 1b7a9cd greybus: connection: destroy svc connection on connection exit or errors by Viresh Kumar · 9 years ago
  47. a1163fa greybus: connection: call gb_svc_connection_create() from gb_connection_init() by Viresh Kumar · 9 years ago
  48. 4317f87 greybus: manifest: release cport descriptors to avoid 'excess descriptors' warning by Viresh Kumar · 9 years ago
  49. 98d7fbc greybus: manifest: don't reject the interface on failing to initialize a cport by Viresh Kumar · 9 years ago
  50. ff477d0 greybus: loopback: make sure to list_del on connection_exit by Bryan O'Donoghue · 9 years ago
  51. 566830f greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep() by Alexandre Bailon · 9 years ago
  52. 8afd831 greybus: Greybus driver: add a new callbacks to driver by Alexandre Bailon · 9 years ago
  53. 2111134 greybus: spi: Allow spi-core to allocate bus numbers dynamically by Viresh Kumar · 9 years ago
  54. 6c0d57b greybus: connection: protocol can be NULL in gb_connection_exit() by Viresh Kumar · 9 years ago
  55. 50bb9cc greybus: connection: fail to bind if connection init fails by Fabien Parent · 9 years ago
  56. fda2381 greybus: connection: call gb_connection_exit() from gb_connection_destroy() by Viresh Kumar · 9 years ago
  57. 4c583f4 greybus: connection: Propagate error properly by Viresh Kumar · 9 years ago
  58. 58f469a greybus: connection: no need to verify connection->protocol by Viresh Kumar · 9 years ago
  59. 3dca03d greybus: connection: convert connected dev_warn() to dev_err() by Viresh Kumar · 9 years ago
  60. 6300968 greybus: connection: staticize gb_connection_init() by Viresh Kumar · 9 years ago
  61. ad14b9e greybus: bundle: kill unnecessary forward declaration of routine by Viresh Kumar · 9 years ago
  62. 505f16c greybus: svc: unexport few internal functions by Viresh Kumar · 9 years ago
  63. 3f0e918 greybus: svc: Kill unnecessary wrapper functions by Viresh Kumar · 9 years ago
  64. d9fcfff greybus: svc: No need to return errors from [gb_]svc_connection_destroy() by Viresh Kumar · 9 years ago
  65. b701686 greybus: greybus_protocols: Pack all request/response structure by Viresh Kumar · 9 years ago
  66. 829a91e greybus: greybus_protocols: Pack structure as required by the module firmware by Viresh Kumar · 9 years ago
  67. d6ec787 greybus: greybus_protocols: svc: Add missing comment by Viresh Kumar · 9 years ago
  68. 3ccb160 greybus: svc: reject invalid state requests by Viresh Kumar · 9 years ago
  69. f66427a greybus: svc: Include system headers at the top by Viresh Kumar · 9 years ago
  70. 3a17dd4 greybus: build: android: avoid building for targets that don't have kernel binary by Vishal Bhoj · 9 years ago
  71. 1dc5392 greybus: fix cport-id defines by Johan Hovold · 9 years ago
  72. 239adcf greybus: es1: fix build-time cport constraint by Johan Hovold · 9 years ago
  73. 1a58a3b greybus: core: fix hd-creation error path by Johan Hovold · 9 years ago
  74. f470ead greybus: es{1,2}: remove control endpoint field by Fabien Parent · 9 years ago
  75. 24a6112 greybus: es2: get cport count from apb1 usb device by Fabien Parent · 9 years ago
  76. c011d55 greybus: es2: dynamically allocate array for cport <-> ep mapping by Fabien Parent · 9 years ago
  77. 144670c greybus: add num_cports field to greybus hd by Fabien Parent · 9 years ago
  78. e074a2e greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNT by Fabien Parent · 9 years ago
  79. b9fb704 greybus: svc: get hd directly from connection by Viresh Kumar · 9 years ago
  80. 2630fbf greybus: pwm: replace pr_err with dev_err by Johan Hovold · 9 years ago
  81. 505c9d2 greybus: interface: fix potential attribute-buffer overflow by Johan Hovold · 9 years ago
  82. 287bba8 greybus: svc: fix hot-plug-state allocation flag by Johan Hovold · 9 years ago
  83. 89f637f greybus: svc: fix device-id allocation flag by Johan Hovold · 9 years ago
  84. c01c77c greybus: endo: fix endo-id allocation flag by Johan Hovold · 9 years ago
  85. 2d465d5 greybus: sdio: fix command type defines by Rui Miguel Silva · 9 years ago
  86. af0b4d5 greybus: firmware: fix potential stack corruption by Johan Hovold · 9 years ago
  87. 977e209 greybus: es1/es2: set transfer flag to send a zero-length packet by Alexandre Bailon · 9 years ago
  88. 98676ca greybus: loopback: fix typo in comment by Bryan O'Donoghue · 9 years ago
  89. f06272b greybus: loopback: add module level sys/debug fs data points by Bryan O'Donoghue · 9 years ago
  90. a5a0ba4 greybus: loopback: remove checkpatch error causing macro by Bryan O'Donoghue · 9 years ago
  91. 42b9da5e greybus: loopback: initialized ms_wait negate warning by Bryan O'Donoghue · 9 years ago
  92. 84cfad0 greybus: loopback: add bitmask of connections to include in test by Bryan O'Donoghue · 9 years ago
  93. 4b0ea00c greybus: loopback: graph round-trip time for all threads by Bryan O'Donoghue · 9 years ago
  94. 7c98535 greybus: loopback: functionally decompose gb_loopback_calc_latency by Bryan O'Donoghue · 9 years ago
  95. bd41610 greybus: loopback: add gb_loopback_nsec_to_usec_latency by Bryan O'Donoghue · 9 years ago
  96. 67d1eec greybus: loopback: support synchronized tests over multiple cports by Bryan O'Donoghue · 9 years ago
  97. aa27bf8 greybus: loopback: convert sample report interface to debugfs by Bryan O'Donoghue · 9 years ago
  98. 2f84230 greybus: loopback: add ability to graph greybus latency by Bryan O'Donoghue · 9 years ago
  99. 464dc8c greybus: interface: change typo replicable => replaceable by Bryan O'Donoghue · 9 years ago
  100. 7ee5826 greybus: greybus_protocol: remove unused lights macros by Rui Miguel Silva · 9 years ago