1. 63921d8 greybus: record a gbuf's destination CPort id by Alex Elder · 10 years ago
  2. ea590d5 greybus: delete some lines in "greybus.h" by Alex Elder · 10 years ago
  3. 0ac5a83 greybus: skeleton for future uevents. by Greg Kroah-Hartman · 10 years ago
  4. 676daaf greybus: module: move module specific code to module.c by Viresh Kumar · 10 years ago
  5. 437caa8 greybus: remove unused gb_connection_handler externs by Matt Porter · 10 years ago
  6. 5d2207e greybus: kill gbuf->complete by Alex Elder · 10 years ago
  7. eecf6de greybus: get rid of greybus_gbuf_finished() by Alex Elder · 10 years ago
  8. a77b068 greybus: remove gbuf->context by Alex Elder · 10 years ago
  9. ef45fa3 greybus: record gbuf->operation by Alex Elder · 10 years ago
  10. c69a50f greybus: get rid of gbuf->actual_length by Alex Elder · 10 years ago
  11. 7a0eed0 greybus: kill old cport handler code by Alex Elder · 10 years ago
  12. 4ccb6b7 greybus: introduce protocol abstraction by Alex Elder · 10 years ago
  13. a2f4763 greybus: sdio-gb: convert to the connection interface. by Greg Kroah-Hartman · 10 years ago
  14. 3689f97 greybus: begin abstracting connection operations by Alex Elder · 10 years ago
  15. 4d98098 greybus: uart-gb: remove global init functions by Greg Kroah-Hartman · 10 years ago
  16. aed0bc6 greybus: uart-gb: convert over to the connection interface by Greg Kroah-Hartman · 10 years ago
  17. 4afbba0 greybus: core: make greybus_kill_gbuf not return a value by Greg Kroah-Hartman · 10 years ago
  18. d814488 greybus: gbuf: implement gbuf_kill_gbuf() by Greg Kroah-Hartman · 10 years ago
  19. f0f61b9 greybus: hook up greybus to the driver model by Greg Kroah-Hartman · 10 years ago
  20. 525f146 greybus: make svc_set_route_send() public by Alex Elder · 10 years ago
  21. 63e4a8e greybus: module: fix double free of module by Greg Kroah-Hartman · 10 years ago
  22. 98f4ab2 greybus: ap: add support for the AP Device ID unipro management function message by Matt Porter · 10 years ago
  23. 697e55d greybus: improve module cleanup code by Alex Elder · 10 years ago
  24. 2bb7eae greybus: battery: some hooking up to the greybus core by Greg Kroah-Hartman · 10 years ago
  25. bb2e1c9 greybus: initial operations-based GPIO driver by Alex Elder · 10 years ago
  26. c149f8f greybus: kill off gbuf work queue by Alex Elder · 10 years ago
  27. 574341c greybus: add device initialization by Alex Elder · 10 years ago
  28. 17d265f greybus: stop init_subdevs stuff by Alex Elder · 10 years ago
  29. 61418b9 greybus: drop hd arg from submit_gbuf method by Alex Elder · 10 years ago
  30. 8faa8da greybus: greybus.h: remove transfer_flags by Greg Kroah-Hartman · 10 years ago
  31. 25b7b6d greybus: connection: properly lock idr by Greg Kroah-Hartman · 10 years ago
  32. e8caf9a greybus: get rid of gbuf->hdpriv by Alex Elder · 10 years ago
  33. 9a6f631 greybus: use alloc_gbuf_data() for both directions by Alex Elder · 10 years ago
  34. 6eb3f4b greybus: allocate gbufs using the connection by Alex Elder · 10 years ago
  35. ee9ebe4 greybus: add bg_hd_connection_find() by Alex Elder · 10 years ago
  36. 369fb83 greybus: bury some dead code by Alex Elder · 10 years ago
  37. 177404b greybus: use ida for cport id allocation by Alex Elder · 10 years ago
  38. 748e123 greybus: fix some hasty bugs by Alex Elder · 10 years ago
  39. cd34507 greybus: get rid of functions now... by Alex Elder · 10 years ago
  40. 1bb3c72 greybus: create host device cport id map by Alex Elder · 10 years ago
  41. b09c94a greybus: start improving manifest parsing by Alex Elder · 10 years ago
  42. e88afa5 greybus: introduce an operation abstraction by Alex Elder · 10 years ago
  43. c68adb2 greybus: introduce a connection abstraction by Alex Elder · 10 years ago
  44. ef0d2ba greybus: define greybus function abstraction by Alex Elder · 10 years ago
  45. 8c12cde greybus: define greybus interface abstraction by Alex Elder · 10 years ago
  46. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  47. ecf7d57 greybus: descriptor type updates by Alex Elder · 10 years ago
  48. 1cfc667 greybus: kill struct gmod_cport by Alex Elder · 10 years ago
  49. 51c75fd greybus: reorder greybus_svc_in() arguments by Alex Elder · 10 years ago
  50. 0db32a6 greybus: some more renames by Alex Elder · 10 years ago
  51. 4fc6454 greybus: remove serial number descriptor to match spec by Matt Porter · 10 years ago
  52. 6d63ff7 greybus: update descriptor module_id->module to match spec by Matt Porter · 10 years ago
  53. 2e35368 greybus: embed workqueue structure in struct gbuf by Alex Elder · 10 years ago
  54. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  55. 4a833fd greybus: core: hook up the hotplug message by Greg Kroah-Hartman · 10 years ago
  56. d0cfd10 greybus: ap: validate the rest of the svc message buffer sizes by Greg Kroah-Hartman · 10 years ago
  57. 85e0066 greybus: greybus.h: add function prototype for add/remove a module by Greg Kroah-Hartman · 10 years ago
  58. 3e7736e greybus: gbuf: clean up logic of who owns what "part" of the gbuf by Greg Kroah-Hartman · 10 years ago
  59. f036e05 greybus: gbuf: implement submission logic by Greg Kroah-Hartman · 10 years ago
  60. 52adb56 greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec by Matt Porter · 10 years ago
  61. 772149b greybus: fix hd init sequence of setting up parent and driver pointers properly by Greg Kroah-Hartman · 10 years ago
  62. 45f3678 greybus: gbuf: cport in buffer stream logic by Greg Kroah-Hartman · 10 years ago
  63. 80e04f0 greybus: gbuf recieve path work, not done, dinner time... by Greg Kroah-Hartman · 10 years ago
  64. 9c8d3af greybus: es1: handle cport data in and out by Greg Kroah-Hartman · 10 years ago
  65. 1129973 greybus: es1: add the start of cport urb handling. by Greg Kroah-Hartman · 10 years ago
  66. 8c53e07 greybus: AP: move a bunch of svc message handling logic into ap.c by Greg Kroah-Hartman · 10 years ago
  67. 05ad189 greybus: switch to the term "manifest" by Alex Elder · 10 years ago
  68. 33ea3a3 greybus: add battery module by Greg Kroah-Hartman · 10 years ago
  69. 68f1fc4 greybus: more hd work by Greg Kroah-Hartman · 10 years ago
  70. a39879f greybus: host controller additions by Greg Kroah-Hartman · 10 years ago
  71. 06340ef greybus: split sysfs functions out to separate file. by Greg Kroah-Hartman · 10 years ago
  72. e24e725 greybus: greybus_string() by Greg Kroah-Hartman · 10 years ago
  73. 21ee411 greybus: module id attributes by Greg Kroah-Hartman · 10 years ago
  74. b94295e greybus: sysfs attributes for functions and more driver core integration. by Greg Kroah-Hartman · 10 years ago
  75. 526c5c8 greybus: start parsing descriptor fields by Greg Kroah-Hartman · 10 years ago
  76. a239f67 greybus: start parsing descriptor structures by Greg Kroah-Hartman · 10 years ago
  77. 6dca7b9 greybus: get field names right for descriptors by Greg Kroah-Hartman · 10 years ago
  78. 6584c8a greybus: s/greybus_device_id/greybus_module_id/g by Greg Kroah-Hartman · 10 years ago
  79. 712d659 greybus: greybus.h: tiny movement around by Greg Kroah-Hartman · 10 years ago
  80. de536e3 greybus: ap message loop added. by Greg Kroah-Hartman · 10 years ago
  81. 27fb831 greybus: register the bus with the driver core and add framework for debugfs files. by Greg Kroah-Hartman · 10 years ago
  82. db6e1fd greybus: hook up sdio, gpio, and tty into the greybus core. by Greg Kroah-Hartman · 10 years ago
  83. 199d68d greybus: start moving the function types into the greybus core by Greg Kroah-Hartman · 10 years ago
  84. d5d1903 greybus: add framework for 'struct gbuf' by Greg Kroah-Hartman · 10 years ago
  85. 776f136 greybus: greybus.h: tiny coding style cleanups by Greg Kroah-Hartman · 10 years ago
  86. c8a797a greybus: Import most recent greybus code to new repo. by Greg Kroah-Hartman · 10 years ago