aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/manifest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-09-27greybus: manifest: style fix missing space before '('Quentin Lambert1-1/+1
2016-06-15greybus: manifest: Disallow reuse of control cportViresh Kumar1-0/+7
2016-05-15greybus: interface: Extract and store Interface feature byteBryan O'Donoghue1-0/+3
2016-04-21greybus: interface: move vendor and product strings to control deviceJohan Hovold1-6/+7
2016-04-21greybus: manifest: fix illegal free in error pathJohan Hovold1-4/+7
2016-02-15greybus: manifest: Parse cports (within a bundle) in the order from manifest blobViresh Kumar1-1/+1
2016-02-11greybus: manifest: add interface-device prefix to messagesJohan Hovold1-20/+21
2016-02-03greybus: fix sparse warning in manifest.cGreg Kroah-Hartman1-1/+1
2016-01-21greybus: manifest: check for duplicate CPort descriptors when parsingJohan Hovold1-3/+14
2016-01-21greybus: core: defer connection creation to driver probeJohan Hovold1-13/+22
2015-12-08greybus: interface: separate manifest parsing from bundle registrationJohan Hovold1-19/+0
2015-12-08greybus: bundle: separate bundle creation and registrationJohan Hovold1-7/+19
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold1-1/+1
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold1-2/+12
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar1-3/+3
2015-11-25greybus: interface: drop the control bundleJohan Hovold1-44/+13
2015-11-25greybus: manifest: refactor cport-descriptor releaseJohan Hovold1-8/+17
2015-11-25greybus: connection: clean up connection-creation interfaceJohan Hovold1-1/+2
2015-11-23greybus: manifest: simplify descriptor address calculationSachin Pandhare1-1/+1
2015-11-21greybus: fix vendor and product matchingJohan Hovold1-5/+0
2015-11-21greybus: interface: remove unique idJohan Hovold1-1/+0
2015-11-16greybus: manifest: fix bundle descriptor parseRui Miguel Silva1-5/+13
2015-11-02greybus: manifest: fix the placement of arguments to pr_errBryan O'Donoghue1-2/+2
2015-09-14greybus: manifest: release cport descriptors to avoid 'excess descriptors' warningViresh Kumar1-0/+13
2015-09-14greybus: manifest: don't reject the interface on failing to initialize a cportViresh Kumar1-8/+35
2015-07-22greybus: manifest: convert pr_err to dev_errBryan O'Donoghue1-1/+1
2015-07-22greybus: manifest: reserve control connection cport/bundle idsBryan O'Donoghue1-26/+32
2015-07-08greybus: connection: Exit connection before destroying itViresh Kumar1-0/+1
2015-06-23greybus: control: Warn if non-control cport/bundles have control protocol/classesViresh Kumar1-3/+19
2015-06-23greybus: interface: Get manifest using Control protocolViresh Kumar1-0/+14
2015-06-23greybus: manifest: Allow bundles/connections list to be non-empty at manifest parsingViresh Kumar1-6/+0
2015-06-15greybus: rename HOST_DEV_CPORT_ID_MAXAlex Elder1-1/+4
2015-06-12greybus: manifest: clean up properly when parsing bundlesAlex Elder1-3/+14
2015-06-12greybus: manifest: clean up properly when parsing cportsAlex Elder1-1/+14
2015-06-10greybus: manifest: rework bundle parsingAlex Elder1-15/+8
2015-06-10greybus: manifest: rework cport parsingAlex Elder1-16/+13
2015-06-10greybus: manifest: use bundle's embedded interface pointerAlex Elder1-3/+3
2015-06-10greybus: manifest: really minor cleanupsAlex Elder1-17/+15
2015-06-10greybus: drop some unnecessary headersAlex Elder1-2/+0
2015-06-08greybus: manifest: clean up a few pr_err() callsAlex Elder1-3/+4
2015-05-01greybus: Remove class descriptorViresh Kumar1-5/+0
2015-05-01greybus: manifest: Remove vendor, product and unique-id from interface descriptorViresh Kumar1-3/+5
2015-04-29greybus: manifest: Warn if descriptor size > expected sizeViresh Kumar1-0/+7
2015-04-29greybus: manifest: Account for padding in string descriptorViresh Kumar1-0/+3
2015-04-06greybus: bundle: s/class_type/classViresh Kumar1-1/+1
2015-04-06greybus: drop module descriptorsViresh Kumar1-5/+0
2015-04-06greybus: manifest: Use interface descriptor instead of module descriptor to get informationViresh Kumar1-22/+23
2015-04-06greybus: bundle: Create bundles using bundle descriptorsViresh Kumar1-5/+9