1. 19151c3 greybus: svc: Implement DME peer get/set attributes helpers by Viresh Kumar · 9 years ago
  2. 26717ed greybus: loopback: use dev_name to populate sysfsname by Bryan O'Donoghue · 9 years ago
  3. fbb8edb greybus: loopback: add gb_loopback_operation_sync by Bryan O'Donoghue · 9 years ago
  4. 5015115 greybus: loopback: sort list of connections for masking purposes by Bryan O'Donoghue · 9 years ago
  5. 4a655ad greybus: loopback: add response len to loopback protocol by Bryan O'Donoghue · 9 years ago
  6. f2cfa70 greybus: loopback: convert pr_info to dev_err by Bryan O'Donoghue · 9 years ago
  7. 909cdeb greybus: loopback: ensure sysfs entries are cleaned up on exit by Bryan O'Donoghue · 9 years ago
  8. c7ea5ed greybus: loopback: ensure debugfs entires are cleaned up on exit by Bryan O'Donoghue · 9 years ago
  9. 5f3e0d1 greybus: loopback: exit kfree after mutex release by Bryan O'Donoghue · 9 years ago
  10. 29f0202 greybus: loopback: hold a coarse lock while init/exit run by Bryan O'Donoghue · 9 years ago
  11. 6de00a5 greybus: loopback: ensure count decrement happens before sysfs_remove_groups by Bryan O'Donoghue · 9 years ago
  12. 8552ca0 greybus: connection: Add sysfs 'ap_cport_id' file for connections by Viresh Kumar · 9 years ago
  13. 0a02057 greybus: svc: destroy the route on module hot-unplug by Viresh Kumar · 9 years ago
  14. bb10685 greybus: svc: No need of per-direction route-create requests by Viresh Kumar · 9 years ago
  15. 5a5296b greybus: Add flags to struct gb_protocol by Viresh Kumar · 9 years ago
  16. fb19831 greybus: connection: Call connection_destroy() from gb_connection_svc_connection_destroy() by Viresh Kumar · 9 years ago
  17. 1b7a9cd greybus: connection: destroy svc connection on connection exit or errors by Viresh Kumar · 9 years ago
  18. a1163fa greybus: connection: call gb_svc_connection_create() from gb_connection_init() by Viresh Kumar · 9 years ago
  19. 4317f87 greybus: manifest: release cport descriptors to avoid 'excess descriptors' warning by Viresh Kumar · 9 years ago
  20. 98d7fbc greybus: manifest: don't reject the interface on failing to initialize a cport by Viresh Kumar · 9 years ago
  21. ff477d0 greybus: loopback: make sure to list_del on connection_exit by Bryan O'Donoghue · 9 years ago
  22. 566830f greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep() by Alexandre Bailon · 9 years ago
  23. 8afd831 greybus: Greybus driver: add a new callbacks to driver by Alexandre Bailon · 9 years ago
  24. 2111134 greybus: spi: Allow spi-core to allocate bus numbers dynamically by Viresh Kumar · 9 years ago
  25. 6c0d57b greybus: connection: protocol can be NULL in gb_connection_exit() by Viresh Kumar · 9 years ago
  26. 50bb9cc greybus: connection: fail to bind if connection init fails by Fabien Parent · 9 years ago
  27. fda2381 greybus: connection: call gb_connection_exit() from gb_connection_destroy() by Viresh Kumar · 9 years ago
  28. 4c583f4 greybus: connection: Propagate error properly by Viresh Kumar · 9 years ago
  29. 58f469a greybus: connection: no need to verify connection->protocol by Viresh Kumar · 9 years ago
  30. 3dca03d greybus: connection: convert connected dev_warn() to dev_err() by Viresh Kumar · 9 years ago
  31. 6300968 greybus: connection: staticize gb_connection_init() by Viresh Kumar · 9 years ago
  32. ad14b9e greybus: bundle: kill unnecessary forward declaration of routine by Viresh Kumar · 9 years ago
  33. 505f16c greybus: svc: unexport few internal functions by Viresh Kumar · 9 years ago
  34. 3f0e918 greybus: svc: Kill unnecessary wrapper functions by Viresh Kumar · 9 years ago
  35. d9fcfff greybus: svc: No need to return errors from [gb_]svc_connection_destroy() by Viresh Kumar · 9 years ago
  36. b701686 greybus: greybus_protocols: Pack all request/response structure by Viresh Kumar · 9 years ago
  37. 829a91e greybus: greybus_protocols: Pack structure as required by the module firmware by Viresh Kumar · 9 years ago
  38. d6ec787 greybus: greybus_protocols: svc: Add missing comment by Viresh Kumar · 9 years ago
  39. 3ccb160 greybus: svc: reject invalid state requests by Viresh Kumar · 9 years ago
  40. f66427a greybus: svc: Include system headers at the top by Viresh Kumar · 9 years ago
  41. 3a17dd4 greybus: build: android: avoid building for targets that don't have kernel binary by Vishal Bhoj · 9 years ago
  42. 1dc5392 greybus: fix cport-id defines by Johan Hovold · 9 years ago
  43. 239adcf greybus: es1: fix build-time cport constraint by Johan Hovold · 9 years ago
  44. 1a58a3b greybus: core: fix hd-creation error path by Johan Hovold · 9 years ago
  45. f470ead greybus: es{1,2}: remove control endpoint field by Fabien Parent · 9 years ago
  46. 24a6112 greybus: es2: get cport count from apb1 usb device by Fabien Parent · 9 years ago
  47. c011d55 greybus: es2: dynamically allocate array for cport <-> ep mapping by Fabien Parent · 9 years ago
  48. 144670c greybus: add num_cports field to greybus hd by Fabien Parent · 9 years ago
  49. e074a2e greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNT by Fabien Parent · 9 years ago
  50. b9fb704 greybus: svc: get hd directly from connection by Viresh Kumar · 9 years ago
  51. 2630fbf greybus: pwm: replace pr_err with dev_err by Johan Hovold · 9 years ago
  52. 505c9d2 greybus: interface: fix potential attribute-buffer overflow by Johan Hovold · 9 years ago
  53. 287bba8 greybus: svc: fix hot-plug-state allocation flag by Johan Hovold · 9 years ago
  54. 89f637f greybus: svc: fix device-id allocation flag by Johan Hovold · 9 years ago
  55. c01c77c greybus: endo: fix endo-id allocation flag by Johan Hovold · 9 years ago
  56. 2d465d5 greybus: sdio: fix command type defines by Rui Miguel Silva · 9 years ago
  57. af0b4d5 greybus: firmware: fix potential stack corruption by Johan Hovold · 9 years ago
  58. 977e209 greybus: es1/es2: set transfer flag to send a zero-length packet by Alexandre Bailon · 9 years ago
  59. 98676ca greybus: loopback: fix typo in comment by Bryan O'Donoghue · 9 years ago
  60. f06272b greybus: loopback: add module level sys/debug fs data points by Bryan O'Donoghue · 9 years ago
  61. a5a0ba4 greybus: loopback: remove checkpatch error causing macro by Bryan O'Donoghue · 9 years ago
  62. 42b9da5e greybus: loopback: initialized ms_wait negate warning by Bryan O'Donoghue · 9 years ago
  63. 84cfad0 greybus: loopback: add bitmask of connections to include in test by Bryan O'Donoghue · 9 years ago
  64. 4b0ea00c greybus: loopback: graph round-trip time for all threads by Bryan O'Donoghue · 9 years ago
  65. 7c98535 greybus: loopback: functionally decompose gb_loopback_calc_latency by Bryan O'Donoghue · 9 years ago
  66. bd41610 greybus: loopback: add gb_loopback_nsec_to_usec_latency by Bryan O'Donoghue · 9 years ago
  67. 67d1eec greybus: loopback: support synchronized tests over multiple cports by Bryan O'Donoghue · 9 years ago
  68. aa27bf8 greybus: loopback: convert sample report interface to debugfs by Bryan O'Donoghue · 9 years ago
  69. 2f84230 greybus: loopback: add ability to graph greybus latency by Bryan O'Donoghue · 9 years ago
  70. 464dc8c greybus: interface: change typo replicable => replaceable by Bryan O'Donoghue · 9 years ago
  71. 7ee5826 greybus: greybus_protocol: remove unused lights macros by Rui Miguel Silva · 9 years ago
  72. 4be6ea5 greybus: operation: Fix wrong order of arguments by Viresh Kumar · 9 years ago
  73. 1ab2e89 greybus: makefile: use POSIX functions for kernel cmp by Rui Miguel Silva · 9 years ago
  74. 2870b52 greybus: lights: add lights implementation by Rui Miguel Silva · 9 years ago
  75. 13fcfbb6 greybus: makefile: add needed config options for lights by Rui Miguel Silva · 9 years ago
  76. dc366f8 greybus: loopback: Print error on data mismatch by Viresh Kumar · 9 years ago
  77. dc4a106 greybus: loopback: Send some sensible data by Viresh Kumar · 9 years ago
  78. 21e3a3e greybus: operation: print message type on errors by Viresh Kumar · 9 years ago
  79. 0e2462d greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macros by Viresh Kumar · 9 years ago
  80. 435ea76 greybus: connection: Don't free resources freed by gb_connection_release() by Viresh Kumar · 9 years ago
  81. 22322c4 greybus: connection: Destroy wq on failure by Viresh Kumar · 9 years ago
  82. d65e3a2 greybus: raw: Move request/response structure/definitions to greybus_protocols.h by Viresh Kumar · 9 years ago
  83. 51aee04 greybus: hid: Move request/response structure/definitions to greybus_protocols.h by Viresh Kumar · 9 years ago
  84. ce83294 greybus: battery: Move request/response structure/definitions to greybus_protocols.h by Viresh Kumar · 9 years ago
  85. 1cb5fa4 greybus: protocol: send own protocol version while requesting it by Viresh Kumar · 9 years ago
  86. d706ef8 greybus: Merge branch 'master' into branch 'svc'. by Greg Kroah-Hartman · 9 years ago
  87. 58dab0f greybus: connection: Send protocol version for firmware protocol by Viresh Kumar · 9 years ago
  88. 90f1b61 greybus: Add firmware protocol driver by Viresh Kumar · 9 years ago
  89. 738599c greybus: protocol: Create request structure from within gb_protocol_get_version() by Viresh Kumar · 9 years ago
  90. 3944a45 greybus: interface: Preserve data received during hotplug event by Viresh Kumar · 9 years ago
  91. fd489e1 greybus: loopback: handle timestamp roll-over by Bryan O'Donoghue · 9 years ago
  92. 4c19266 greybus: loopback: functionally decompose calculation of turn-around times by Bryan O'Donoghue · 9 years ago
  93. 3f2a809 greybus: es-drivers: add outbound timestamp to connection by Bryan O'Donoghue · 9 years ago
  94. a1a4a29 greybus: connection: add a timestamp kfifo to track connection handoff by Bryan O'Donoghue · 9 years ago
  95. 8ebc998 greybus: connection: fix jump label on device_add failure by Bryan O'Donoghue · 9 years ago
  96. 542f27a greybus: Merge branch 'master' into branch 'svc'. by Greg Kroah-Hartman · 9 years ago
  97. bf81454 greybus: protocol: Remove unnecessary params of gb_protocol_get_version() by Viresh Kumar · 9 years ago
  98. b9938c4 greybus: protocol: Drop define_get_version support by Viresh Kumar · 9 years ago
  99. 3ea959e3 greybus: svc: preserve major/minor of protocol supported by SVC by Viresh Kumar · 9 years ago
  100. a404504 greybus: vibrator: Drop get_version support by Viresh Kumar · 9 years ago