1. 7cf7bca greybus: pass messages to host drivers by Johan Hovold · 9 years ago
  2. cbba76f greybus: remove obsolete buffer-alignment requirement by Johan Hovold · 9 years ago
  3. 9f5f30e712 greybus: driver corresponds to a bundle, not interface by Viresh Kumar · 9 years ago
  4. 48f7047 greybus: debugfs: we shouldn't care if debugfs is working or not by Greg Kroah-Hartman · 9 years ago
  5. e8f824b greybus: Export greybus debugfs folder by Alexandre Bailon · 9 years ago
  6. df67155 greybus: add module support by Greg Kroah-Hartman · 10 years ago
  7. 1cd56a8 greybus: greybus_host_device: rename modules -> interfaces by Greg Kroah-Hartman · 10 years ago
  8. 13e6aac greybus: interface: we really are creating/destroying interfaces not modules. by Greg Kroah-Hartman · 10 years ago
  9. edb0e0b greybus: interface: rename greybus_interface_block_id to greybus_interface_id by Greg Kroah-Hartman · 10 years ago
  10. 4ab9b3c greybus: interface: s/gb_interface_block/gb_interface/g by Greg Kroah-Hartman · 10 years ago
  11. a93938a greybus: rename interface_block.[c|h] -> interface.[c|h] by Greg Kroah-Hartman · 10 years ago
  12. 1db0a5f greybus: bundle: s/gb_interface/gb_bundle/g by Greg Kroah-Hartman · 10 years ago
  13. 3bdec69 greybus: bundle: rename interface.[c|h] to bundle.[c|h] by Greg Kroah-Hartman · 10 years ago
  14. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  15. 2f0c8aa greybus: driver matching: Greybus drivers bind to interface blocks, not modules by Greg Kroah-Hartman · 10 years ago
  16. ab88eb5 greybus: interface_block: move sysfs files into the interface_block.c file by Greg Kroah-Hartman · 10 years ago
  17. 8ede6e3 greybus: interface_block: rename the sysfs files to not have 'module' in them by Greg Kroah-Hartman · 10 years ago
  18. 4ec7b07 greybus: interface_block: s/gb_module/gb_interface_block/ by Greg Kroah-Hartman · 10 years ago
  19. e505222 greybus: interface_block: rename module.[c|h] to interface_block.[c|h] by Greg Kroah-Hartman · 10 years ago
  20. 835fb5e greybus: enforce a buffer headroom maximum size by Alex Elder · 10 years ago
  21. 8b33730 greybus: have greybus allocate its own buffers by Alex Elder · 10 years ago
  22. e238e64 greybus: kill the last gbuf remnants by Alex Elder · 10 years ago
  23. 58a5bdc greybus: send buffers without gbufs by Alex Elder · 10 years ago
  24. a9163b2 greybus: cancel buffers via magic cookie by Alex Elder · 10 years ago
  25. 9ec5411 greybus: free space without gbufs by Alex Elder · 10 years ago
  26. d2a259f greybus: allocate space without gbufs by Alex Elder · 10 years ago
  27. 06a4a06 greybus: improve data buffer alignment by Alex Elder · 10 years ago
  28. 374e6a2 greybus: kill off the last of gbuf.c by Alex Elder · 10 years ago
  29. 4e5007e greybus: kill the gbuf slab cache by Alex Elder · 10 years ago
  30. bb88896 greybus: move gbuf initialization to caller by Alex Elder · 10 years ago
  31. 3c3cef4 greybus: move the definition of struct gbuf by Alex Elder · 10 years ago
  32. 2f528c8 greybus: kill gbuf->kref by Alex Elder · 10 years ago
  33. 6e5dd0b greybus: kill greybus_{get,put}_gbuf() by Alex Elder · 10 years ago
  34. 1e776f3 greybus: get rid of cport_id_map_lock by Alex Elder · 10 years ago
  35. 2c43ce4 greybus: use a simple list of hd connections by Alex Elder · 10 years ago
  36. ba99346 greybus: record the host device in a gbuf by Alex Elder · 10 years ago
  37. 63921d8 greybus: record a gbuf's destination CPort id by Alex Elder · 10 years ago
  38. ea590d5 greybus: delete some lines in "greybus.h" by Alex Elder · 10 years ago
  39. 0ac5a83 greybus: skeleton for future uevents. by Greg Kroah-Hartman · 10 years ago
  40. 676daaf greybus: module: move module specific code to module.c by Viresh Kumar · 10 years ago
  41. 437caa8 greybus: remove unused gb_connection_handler externs by Matt Porter · 10 years ago
  42. 5d2207e greybus: kill gbuf->complete by Alex Elder · 10 years ago
  43. eecf6de greybus: get rid of greybus_gbuf_finished() by Alex Elder · 10 years ago
  44. a77b068 greybus: remove gbuf->context by Alex Elder · 10 years ago
  45. ef45fa3 greybus: record gbuf->operation by Alex Elder · 10 years ago
  46. c69a50f greybus: get rid of gbuf->actual_length by Alex Elder · 10 years ago
  47. 7a0eed0 greybus: kill old cport handler code by Alex Elder · 10 years ago
  48. 4ccb6b7 greybus: introduce protocol abstraction by Alex Elder · 10 years ago
  49. a2f4763 greybus: sdio-gb: convert to the connection interface. by Greg Kroah-Hartman · 10 years ago
  50. 3689f97 greybus: begin abstracting connection operations by Alex Elder · 10 years ago
  51. 4d98098 greybus: uart-gb: remove global init functions by Greg Kroah-Hartman · 10 years ago
  52. aed0bc6 greybus: uart-gb: convert over to the connection interface by Greg Kroah-Hartman · 10 years ago
  53. 4afbba0 greybus: core: make greybus_kill_gbuf not return a value by Greg Kroah-Hartman · 10 years ago
  54. d814488 greybus: gbuf: implement gbuf_kill_gbuf() by Greg Kroah-Hartman · 10 years ago
  55. f0f61b9 greybus: hook up greybus to the driver model by Greg Kroah-Hartman · 10 years ago
  56. 525f146 greybus: make svc_set_route_send() public by Alex Elder · 10 years ago
  57. 63e4a8e greybus: module: fix double free of module by Greg Kroah-Hartman · 10 years ago
  58. 98f4ab2 greybus: ap: add support for the AP Device ID unipro management function message by Matt Porter · 10 years ago
  59. 697e55d greybus: improve module cleanup code by Alex Elder · 10 years ago
  60. 2bb7eae greybus: battery: some hooking up to the greybus core by Greg Kroah-Hartman · 10 years ago
  61. bb2e1c9 greybus: initial operations-based GPIO driver by Alex Elder · 10 years ago
  62. c149f8f greybus: kill off gbuf work queue by Alex Elder · 10 years ago
  63. 574341c greybus: add device initialization by Alex Elder · 10 years ago
  64. 17d265f greybus: stop init_subdevs stuff by Alex Elder · 10 years ago
  65. 61418b9 greybus: drop hd arg from submit_gbuf method by Alex Elder · 10 years ago
  66. 8faa8da greybus: greybus.h: remove transfer_flags by Greg Kroah-Hartman · 10 years ago
  67. 25b7b6d greybus: connection: properly lock idr by Greg Kroah-Hartman · 10 years ago
  68. e8caf9a greybus: get rid of gbuf->hdpriv by Alex Elder · 10 years ago
  69. 9a6f631 greybus: use alloc_gbuf_data() for both directions by Alex Elder · 10 years ago
  70. 6eb3f4b greybus: allocate gbufs using the connection by Alex Elder · 10 years ago
  71. ee9ebe4 greybus: add bg_hd_connection_find() by Alex Elder · 10 years ago
  72. 369fb83 greybus: bury some dead code by Alex Elder · 10 years ago
  73. 177404b greybus: use ida for cport id allocation by Alex Elder · 10 years ago
  74. 748e123 greybus: fix some hasty bugs by Alex Elder · 10 years ago
  75. cd34507 greybus: get rid of functions now... by Alex Elder · 10 years ago
  76. 1bb3c72 greybus: create host device cport id map by Alex Elder · 10 years ago
  77. b09c94a greybus: start improving manifest parsing by Alex Elder · 10 years ago
  78. e88afa5 greybus: introduce an operation abstraction by Alex Elder · 10 years ago
  79. c68adb2 greybus: introduce a connection abstraction by Alex Elder · 10 years ago
  80. ef0d2ba greybus: define greybus function abstraction by Alex Elder · 10 years ago
  81. 8c12cde greybus: define greybus interface abstraction by Alex Elder · 10 years ago
  82. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  83. ecf7d57 greybus: descriptor type updates by Alex Elder · 10 years ago
  84. 1cfc667 greybus: kill struct gmod_cport by Alex Elder · 10 years ago
  85. 51c75fd greybus: reorder greybus_svc_in() arguments by Alex Elder · 10 years ago
  86. 0db32a6 greybus: some more renames by Alex Elder · 10 years ago
  87. 4fc6454 greybus: remove serial number descriptor to match spec by Matt Porter · 10 years ago
  88. 6d63ff7 greybus: update descriptor module_id->module to match spec by Matt Porter · 10 years ago
  89. 2e35368 greybus: embed workqueue structure in struct gbuf by Alex Elder · 10 years ago
  90. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  91. 4a833fd greybus: core: hook up the hotplug message by Greg Kroah-Hartman · 10 years ago
  92. d0cfd10 greybus: ap: validate the rest of the svc message buffer sizes by Greg Kroah-Hartman · 10 years ago
  93. 85e0066 greybus: greybus.h: add function prototype for add/remove a module by Greg Kroah-Hartman · 10 years ago
  94. 3e7736e greybus: gbuf: clean up logic of who owns what "part" of the gbuf by Greg Kroah-Hartman · 10 years ago
  95. f036e05 greybus: gbuf: implement submission logic by Greg Kroah-Hartman · 10 years ago
  96. 52adb56 greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec by Matt Porter · 10 years ago
  97. 772149b greybus: fix hd init sequence of setting up parent and driver pointers properly by Greg Kroah-Hartman · 10 years ago
  98. 45f3678 greybus: gbuf: cport in buffer stream logic by Greg Kroah-Hartman · 10 years ago
  99. 80e04f0 greybus: gbuf recieve path work, not done, dinner time... by Greg Kroah-Hartman · 10 years ago
  100. 9c8d3af greybus: es1: handle cport data in and out by Greg Kroah-Hartman · 10 years ago