aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/manifest.c
AgeCommit message (Expand)Author
2016-09-27greybus: manifest: style fix missing space before '('Quentin Lambert
2016-06-15greybus: manifest: Disallow reuse of control cportViresh Kumar
2016-05-15greybus: interface: Extract and store Interface feature byteBryan O'Donoghue
2016-04-21greybus: interface: move vendor and product strings to control deviceJohan Hovold
2016-04-21greybus: manifest: fix illegal free in error pathJohan Hovold
2016-02-15greybus: manifest: Parse cports (within a bundle) in the order from manifest ...Viresh Kumar
2016-02-11greybus: manifest: add interface-device prefix to messagesJohan Hovold
2016-02-03greybus: fix sparse warning in manifest.cGreg Kroah-Hartman
2016-01-21greybus: manifest: check for duplicate CPort descriptors when parsingJohan Hovold
2016-01-21greybus: core: defer connection creation to driver probeJohan Hovold
2015-12-08greybus: interface: separate manifest parsing from bundle registrationJohan Hovold
2015-12-08greybus: bundle: separate bundle creation and registrationJohan Hovold
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar
2015-11-25greybus: interface: drop the control bundleJohan Hovold
2015-11-25greybus: manifest: refactor cport-descriptor releaseJohan Hovold
2015-11-25greybus: connection: clean up connection-creation interfaceJohan Hovold
2015-11-23greybus: manifest: simplify descriptor address calculationSachin Pandhare
2015-11-21greybus: fix vendor and product matchingJohan Hovold
2015-11-21greybus: interface: remove unique idJohan Hovold
2015-11-16greybus: manifest: fix bundle descriptor parseRui Miguel Silva
2015-11-02greybus: manifest: fix the placement of arguments to pr_errBryan O'Donoghue
2015-09-14greybus: manifest: release cport descriptors to avoid 'excess descriptors' wa...Viresh Kumar
2015-09-14greybus: manifest: don't reject the interface on failing to initialize a cportViresh Kumar
2015-07-22greybus: manifest: convert pr_err to dev_errBryan O'Donoghue
2015-07-22greybus: manifest: reserve control connection cport/bundle idsBryan O'Donoghue
2015-07-08greybus: connection: Exit connection before destroying itViresh Kumar
2015-06-23greybus: control: Warn if non-control cport/bundles have control protocol/cla...Viresh Kumar
2015-06-23greybus: interface: Get manifest using Control protocolViresh Kumar
2015-06-23greybus: manifest: Allow bundles/connections list to be non-empty at manifest...Viresh Kumar
2015-06-15greybus: rename HOST_DEV_CPORT_ID_MAXAlex Elder
2015-06-12greybus: manifest: clean up properly when parsing bundlesAlex Elder
2015-06-12greybus: manifest: clean up properly when parsing cportsAlex Elder
2015-06-10greybus: manifest: rework bundle parsingAlex Elder
2015-06-10greybus: manifest: rework cport parsingAlex Elder
2015-06-10greybus: manifest: use bundle's embedded interface pointerAlex Elder
2015-06-10greybus: manifest: really minor cleanupsAlex Elder
2015-06-10greybus: drop some unnecessary headersAlex Elder
2015-06-08greybus: manifest: clean up a few pr_err() callsAlex Elder
2015-05-01greybus: Remove class descriptorViresh Kumar
2015-05-01greybus: manifest: Remove vendor, product and unique-id from interface descri...Viresh Kumar
2015-04-29greybus: manifest: Warn if descriptor size > expected sizeViresh Kumar
2015-04-29greybus: manifest: Account for padding in string descriptorViresh Kumar
2015-04-06greybus: bundle: s/class_type/classViresh Kumar
2015-04-06greybus: drop module descriptorsViresh Kumar
2015-04-06greybus: manifest: Use interface descriptor instead of module descriptor to g...Viresh Kumar
2015-04-06greybus: bundle: Create bundles using bundle descriptorsViresh Kumar
2015-04-05greybus: Add bundle descriptor typeViresh Kumar
2015-03-30greybus: manifest: use size_t for a size variableAlex Elder