1. 4505c4d greybus: protocol: make version debug message more informative by Johan Hovold · 9 years ago
  2. 519bf3c greybus: protocol: warn on protocol put errors by Johan Hovold · 9 years ago
  3. 7803384 greybus: protocol: warn on bad deregistration by Johan Hovold · 9 years ago
  4. 0b1118a greybus: operation: clean up error messages by Johan Hovold · 9 years ago
  5. ff65e20 greybus: operation: drop OOM-response FIXME by Johan Hovold · 9 years ago
  6. aae5a44 greybus: connection: replace pr_err with dev_err by Johan Hovold · 9 years ago
  7. 305a031 greybus: es1/es2: clean up error messages by Johan Hovold · 9 years ago
  8. 67b8175 greybus: connection: destroy connection on failing to bind it by Fabien Parent · 9 years ago
  9. 82ee1e6 greybus: es2: implement cport reset control request by Fabien Parent · 9 years ago
  10. f064b87 greybus: sdio: clarify operator precedence by Rui Miguel Silva · 9 years ago
  11. dcb8d8d greybus: sdio: convert greybus ocr values to mmc ones by Rui Miguel Silva · 9 years ago
  12. 6cac7dc greybus: sdio: fix card removable detection by Rui Miguel Silva · 9 years ago
  13. e0f875c greybus: sdio: add field to get_caps response by Rui Miguel Silva · 9 years ago
  14. 1575ef1 greybus: svc: skip setting flags for boot over unipro by Viresh Kumar · 9 years ago
  15. d3247a3 greybus: build: android: fix strip module build step by Michael Scott · 9 years ago
  16. adc4014 greybus: build: android: replace Linaro build specific logic with AOSP equivalents by Michael Scott · 9 years ago
  17. 3c9426a greybus: gpio: fix generic_handle_irq_desc api change by Rui Miguel Silva · 9 years ago
  18. 4ee1441 greybus: gpio: handle api change in generic_handle_irq_desc() by Greg Kroah-Hartman · 9 years ago
  19. 6ab1ce4 greybus: operation: remove gb_operation_destroy by Johan Hovold · 9 years ago
  20. 58c8512 greybus: es1/2: fix use-after-free in completion callback by Johan Hovold · 9 years ago
  21. 336dfea greybus: firmware: Don't send control-disconnected event for firmware protocol by Viresh Kumar · 9 years ago
  22. 06986a2 greybus: firmware: drop 'stage' from ready-to-boot request by Viresh Kumar · 9 years ago
  23. 78cd677 greybus: interface: gb_interface_create() isn't called for existing interfaces by Viresh Kumar · 9 years ago
  24. 80d1ede greybus: interface: Pass interface pointer to gb_interface_remove() by Viresh Kumar · 9 years ago
  25. 6bec5c7 greybus: svc: Read and clear module's boot status by Viresh Kumar · 9 years ago
  26. bbaca71 greybus: svc: Allow consecutive hotplug events for the same module by Viresh Kumar · 9 years ago
  27. c06307c greybus: svc: Use 'dev' instead '&op->connection->dev' by Viresh Kumar · 9 years ago
  28. c83d4ab greybus: loopback: remove module specific identifier from debugfs name by Bryan O'Donoghue · 9 years ago
  29. 8d8d36d greybus: loopback: drop redundant endo0 string from debugfs entry name by Bryan O'Donoghue · 9 years ago
  30. 42d7f7e greybus: loopback: masked out threads should sleep by Bryan O'Donoghue · 9 years ago
  31. f01f7a9 greybus: loopback: move sysfs entries to /sys/bus/greybus/devices/endo0 by Bryan O'Donoghue · 9 years ago
  32. 6872c46 greybus: es1, es2: hook tracepoints to hardware send/recv operations by Bryan O'Donoghue · 9 years ago
  33. 32b2b16 greybus: tracepoints: add tracepoints for host_device tx/rx by Bryan O'Donoghue · 9 years ago
  34. d090446 greybus: loopback: drop dependency on internal timestamps by Bryan O'Donoghue · 9 years ago
  35. 608f661 greybus: es2: comment out unused functions by Greg Kroah-Hartman · 9 years ago
  36. 5c8ad59 greybus: operation, core: hook tracepoints into message opertions by Bryan O'Donoghue · 9 years ago
  37. bb03ed9 greybus: tracepoints: add tracepoint definitions by Bryan O'Donoghue · 9 years ago
  38. 2e49b15 greybus: Documentation: Update sysfs-bus-greybus by Viresh Kumar · 9 years ago
  39. 3afe952 greybus: hd: remove connection-create/destroy callbacks by Johan Hovold · 9 years ago
  40. d7ea30a5 greybus: hd: add optional cport enable and disable callbacks by Johan Hovold · 9 years ago
  41. 2846d3e greybus: connection: add protocol-version helper by Johan Hovold · 9 years ago
  42. 9d7fc25 greybus: connection: add control-connected helper by Johan Hovold · 9 years ago
  43. 72d7482 greybus: connection: clean up control-disconnected helper by Johan Hovold · 9 years ago
  44. 8d7a712 greybus: connection: clean up init error paths by Johan Hovold · 9 years ago
  45. a95c258 greybus: connection: clean up svc-connection creation by Johan Hovold · 9 years ago
  46. ced6007 greybus: es{1,2}: remove obselete define by Fabien Parent · 9 years ago
  47. 2498050 greybus: svc: fix endianness for svc message by Rui Miguel Silva · 9 years ago
  48. cfb1690 greybus: greybus_protocols: add missing version-request definition by Johan Hovold · 9 years ago
  49. 5983293 greybus: svc: fix version response by Johan Hovold · 9 years ago
  50. c09db18 greybus: svc: fix ida memory leak by Johan Hovold · 9 years ago
  51. e5acf73 greybus: es2: add some documentation about endpoints mapping by Alexandre Bailon · 9 years ago
  52. 64c9cab greybus: es2: change (un)map methods to static by Alexandre Bailon · 9 years ago
  53. 1ff3dc9 greybus: es2: rename misnamed variables and methods by Alexandre Bailon · 9 years ago
  54. b9154df greybus: sdio: fix work-queue leak and use-after-free by Johan Hovold · 9 years ago
  55. e526526 greybus: sdio: fix tear-down use-after-free by Johan Hovold · 9 years ago
  56. d7849bf greybus: vibrator: fix tear-down race by Johan Hovold · 9 years ago
  57. 4c9e228 greybus: firmware: Send AP-ready operation by Viresh Kumar · 9 years ago
  58. 1a88628 greybus: firmware: firmware image name has .tftf instead of .fw by Viresh Kumar · 9 years ago
  59. c9733b7 greybus: firmware: Fix incorrect firmware file's name by Viresh Kumar · 9 years ago
  60. 8bcc2d8 greybus: firmware: firmware's file name is 32 characters long by Viresh Kumar · 9 years ago
  61. 19151c3 greybus: svc: Implement DME peer get/set attributes helpers by Viresh Kumar · 9 years ago
  62. 26717ed greybus: loopback: use dev_name to populate sysfsname by Bryan O'Donoghue · 9 years ago
  63. fbb8edb greybus: loopback: add gb_loopback_operation_sync by Bryan O'Donoghue · 9 years ago
  64. 5015115 greybus: loopback: sort list of connections for masking purposes by Bryan O'Donoghue · 9 years ago
  65. 4a655ad greybus: loopback: add response len to loopback protocol by Bryan O'Donoghue · 9 years ago
  66. f2cfa70 greybus: loopback: convert pr_info to dev_err by Bryan O'Donoghue · 9 years ago
  67. 909cdeb greybus: loopback: ensure sysfs entries are cleaned up on exit by Bryan O'Donoghue · 9 years ago
  68. c7ea5ed greybus: loopback: ensure debugfs entires are cleaned up on exit by Bryan O'Donoghue · 9 years ago
  69. 5f3e0d1 greybus: loopback: exit kfree after mutex release by Bryan O'Donoghue · 9 years ago
  70. 29f0202 greybus: loopback: hold a coarse lock while init/exit run by Bryan O'Donoghue · 9 years ago
  71. 6de00a5 greybus: loopback: ensure count decrement happens before sysfs_remove_groups by Bryan O'Donoghue · 9 years ago
  72. 8552ca0 greybus: connection: Add sysfs 'ap_cport_id' file for connections by Viresh Kumar · 9 years ago
  73. 0a02057 greybus: svc: destroy the route on module hot-unplug by Viresh Kumar · 9 years ago
  74. bb10685 greybus: svc: No need of per-direction route-create requests by Viresh Kumar · 9 years ago
  75. 5a5296b greybus: Add flags to struct gb_protocol by Viresh Kumar · 9 years ago
  76. fb19831 greybus: connection: Call connection_destroy() from gb_connection_svc_connection_destroy() by Viresh Kumar · 9 years ago
  77. 1b7a9cd greybus: connection: destroy svc connection on connection exit or errors by Viresh Kumar · 9 years ago
  78. a1163fa greybus: connection: call gb_svc_connection_create() from gb_connection_init() by Viresh Kumar · 9 years ago
  79. 4317f87 greybus: manifest: release cport descriptors to avoid 'excess descriptors' warning by Viresh Kumar · 9 years ago
  80. 98d7fbc greybus: manifest: don't reject the interface on failing to initialize a cport by Viresh Kumar · 9 years ago
  81. ff477d0 greybus: loopback: make sure to list_del on connection_exit by Bryan O'Donoghue · 9 years ago
  82. 566830f greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep() by Alexandre Bailon · 9 years ago
  83. 8afd831 greybus: Greybus driver: add a new callbacks to driver by Alexandre Bailon · 9 years ago
  84. 2111134 greybus: spi: Allow spi-core to allocate bus numbers dynamically by Viresh Kumar · 9 years ago
  85. 6c0d57b greybus: connection: protocol can be NULL in gb_connection_exit() by Viresh Kumar · 9 years ago
  86. 50bb9cc greybus: connection: fail to bind if connection init fails by Fabien Parent · 9 years ago
  87. fda2381 greybus: connection: call gb_connection_exit() from gb_connection_destroy() by Viresh Kumar · 9 years ago
  88. 4c583f4 greybus: connection: Propagate error properly by Viresh Kumar · 9 years ago
  89. 58f469a greybus: connection: no need to verify connection->protocol by Viresh Kumar · 9 years ago
  90. 3dca03d greybus: connection: convert connected dev_warn() to dev_err() by Viresh Kumar · 9 years ago
  91. 6300968 greybus: connection: staticize gb_connection_init() by Viresh Kumar · 9 years ago
  92. ad14b9e greybus: bundle: kill unnecessary forward declaration of routine by Viresh Kumar · 9 years ago
  93. 505f16c greybus: svc: unexport few internal functions by Viresh Kumar · 9 years ago
  94. 3f0e918 greybus: svc: Kill unnecessary wrapper functions by Viresh Kumar · 9 years ago
  95. d9fcfff greybus: svc: No need to return errors from [gb_]svc_connection_destroy() by Viresh Kumar · 9 years ago
  96. b701686 greybus: greybus_protocols: Pack all request/response structure by Viresh Kumar · 9 years ago
  97. 829a91e greybus: greybus_protocols: Pack structure as required by the module firmware by Viresh Kumar · 9 years ago
  98. d6ec787 greybus: greybus_protocols: svc: Add missing comment by Viresh Kumar · 9 years ago
  99. 3ccb160 greybus: svc: reject invalid state requests by Viresh Kumar · 9 years ago
  100. f66427a greybus: svc: Include system headers at the top by Viresh Kumar · 9 years ago