1. 4a7908c greybus: manifest: Parse cports (within a bundle) in the order from manifest blob by Viresh Kumar · 9 years ago
  2. a0b5542 greybus: manifest: add interface-device prefix to messages by Johan Hovold · 9 years ago
  3. d1a9c05 greybus: fix sparse warning in manifest.c by Greg Kroah-Hartman · 9 years ago
  4. d6fba3d greybus: manifest: check for duplicate CPort descriptors when parsing by Johan Hovold · 9 years ago
  5. 98fdf5a greybus: core: defer connection creation to driver probe by Johan Hovold · 9 years ago
  6. 708d07a greybus: interface: separate manifest parsing from bundle registration by Johan Hovold · 9 years ago
  7. a7e36d0 greybus: bundle: separate bundle creation and registration by Johan Hovold · 9 years ago
  8. 100e900 greybus: use decimal notation for interfaces, bundles and cports by Johan Hovold · 9 years ago
  9. 0bf1f24 greybus: connection: separate connection creation and enabling by Johan Hovold · 9 years ago
  10. 2f3db92 greybus: don't use %h and %hh for printing short and char variables by Viresh Kumar · 9 years ago
  11. 47091af greybus: interface: drop the control bundle by Johan Hovold · 9 years ago
  12. f2152eb greybus: manifest: refactor cport-descriptor release by Johan Hovold · 9 years ago
  13. 2566fae greybus: connection: clean up connection-creation interface by Johan Hovold · 9 years ago
  14. fc25d90 greybus: manifest: simplify descriptor address calculation by Sachin Pandhare · 9 years ago
  15. f65fa47 greybus: fix vendor and product matching by Johan Hovold · 9 years ago
  16. 8034bd5 greybus: interface: remove unique id by Johan Hovold · 9 years ago
  17. 5c864e7 greybus: manifest: fix bundle descriptor parse by Rui Miguel Silva · 9 years ago
  18. b350007 greybus: manifest: fix the placement of arguments to pr_err by Bryan O'Donoghue · 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. 09fb10f greybus: manifest: convert pr_err to dev_err by Bryan O'Donoghue · 9 years ago
  22. b38fe34 greybus: manifest: reserve control connection cport/bundle ids by Bryan O'Donoghue · 9 years ago
  23. 6fa1adb greybus: connection: Exit connection before destroying it by Viresh Kumar · 9 years ago
  24. 730a2f6 greybus: control: Warn if non-control cport/bundles have control protocol/classes by Viresh Kumar · 9 years ago
  25. 6c68da2 greybus: interface: Get manifest using Control protocol by Viresh Kumar · 9 years ago
  26. b08488b greybus: manifest: Allow bundles/connections list to be non-empty at manifest parsing by Viresh Kumar · 9 years ago
  27. fb690ca greybus: rename HOST_DEV_CPORT_ID_MAX by Alex Elder · 9 years ago
  28. 2a64fb0 greybus: manifest: clean up properly when parsing bundles by Alex Elder · 9 years ago
  29. 52e8ce3 greybus: manifest: clean up properly when parsing cports by Alex Elder · 9 years ago
  30. c27a253 greybus: manifest: rework bundle parsing by Alex Elder · 9 years ago
  31. a6b13eb greybus: manifest: rework cport parsing by Alex Elder · 9 years ago
  32. c46839d greybus: manifest: use bundle's embedded interface pointer by Alex Elder · 9 years ago
  33. d393c98 greybus: manifest: really minor cleanups by Alex Elder · 9 years ago
  34. 190241a greybus: drop some unnecessary headers by Alex Elder · 9 years ago
  35. d51c0ff greybus: manifest: clean up a few pr_err() calls by Alex Elder · 9 years ago
  36. b022515 greybus: Remove class descriptor by Viresh Kumar · 9 years ago
  37. 8a5286e greybus: manifest: Remove vendor, product and unique-id from interface descriptor by Viresh Kumar · 9 years ago
  38. 55b930c greybus: manifest: Warn if descriptor size > expected size by Viresh Kumar · 9 years ago
  39. fa2fbf1 greybus: manifest: Account for padding in string descriptor by Viresh Kumar · 9 years ago
  40. 88e6d37 greybus: bundle: s/class_type/class by Viresh Kumar · 9 years ago
  41. 8e2e22d greybus: drop module descriptors by Viresh Kumar · 9 years ago
  42. a93db2d greybus: manifest: Use interface descriptor instead of module descriptor to get information by Viresh Kumar · 9 years ago
  43. 7c183f7 greybus: bundle: Create bundles using bundle descriptors by Viresh Kumar · 9 years ago
  44. 83a0cb5 greybus: Add bundle descriptor type by Viresh Kumar · 9 years ago
  45. d8187aa greybus: manifest: use size_t for a size variable by Alex Elder · 9 years ago
  46. 13fe6a9 greybus: manifest: don't need to check for desc_size == 0 anymore by Viresh Kumar · 9 years ago
  47. 19b3b2c greybus: manifest: descriptor size should be >= header size by Viresh Kumar · 9 years ago
  48. 86cad66 greybus: interface: remove global manifest_descs list by Greg Kroah-Hartman · 10 years ago
  49. 4ab9b3c greybus: interface: s/gb_interface_block/gb_interface/g by Greg Kroah-Hartman · 10 years ago
  50. 1db0a5f greybus: bundle: s/gb_interface/gb_bundle/g by Greg Kroah-Hartman · 10 years ago
  51. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  52. 4ec7b07 greybus: interface_block: s/gb_module/gb_interface_block/ by Greg Kroah-Hartman · 10 years ago
  53. 708c126 greybus: module versions: remove them by Greg Kroah-Hartman · 10 years ago
  54. 696e0cc greybus: Random spell fixes by Viresh Kumar · 10 years ago
  55. 64e6929 greybus: Pass '*ptr' to sizeof() wherever possible by Viresh Kumar · 10 years ago
  56. 86bf33a greybus: Revert "manifest: remove extra loop for finding module descriptor" by Greg Kroah-Hartman · 10 years ago
  57. b7be8d2 greybus: Revert "manifest: improve print message" by Greg Kroah-Hartman · 10 years ago
  58. 1dd90df greybus: manifest: make sure manifest_descs list is empty before parsing manifest by Viresh Kumar · 10 years ago
  59. 219871e greybus: manifest: improve print message by Viresh Kumar · 10 years ago
  60. 85f3aee greybus: manifest: remove extra loop for finding module descriptor by Viresh Kumar · 10 years ago
  61. 50fc08f greybus: manifest: don't free unallocated resources by Viresh Kumar · 10 years ago
  62. 4ed16a8 greybus: manifest: initialize variable during definition by Viresh Kumar · 10 years ago
  63. 43d9431 greybus: manifest: no need to initialize 'result' by Viresh Kumar · 10 years ago
  64. 545a697 greybus: control printing message by Alex Elder · 10 years ago
  65. 7fba007 greybus: use protocol_id for numeric values by Alex Elder · 10 years ago
  66. ff8aed5 greybus: fix gb_manifest_parse() successful return path by Matt Porter · 10 years ago
  67. 7a13e2f greybus: fix manifest parsing problem with descriptor payload by Matt Porter · 10 years ago
  68. 2fb5c51 greybus: manifest.c: minor sparse cleanup by Greg Kroah-Hartman · 10 years ago
  69. 937d0da greybus: fix module setup by Alex Elder · 10 years ago
  70. 2f30d9f greybus: manifest: some minor sparse warning fixups. by Greg Kroah-Hartman · 10 years ago
  71. ad1c449 greybus: record connection protocol by Alex Elder · 10 years ago
  72. cd34507 greybus: get rid of functions now... by Alex Elder · 10 years ago
  73. 63cc932 greybus: October 1 updates by Alex Elder · 10 years ago
  74. c095bbc greybus: manifest cport descriptor parsing by Alex Elder · 10 years ago
  75. d88bfb5 greybus: manifest interface descriptor parsing by Alex Elder · 10 years ago
  76. b09c94a greybus: start improving manifest parsing by Alex Elder · 10 years ago