summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/manifest.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* greybus: manifest: style fix missing space before '('Quentin Lambert2016-09-271-1/+1
* greybus: manifest: Disallow reuse of control cportViresh Kumar2016-06-151-0/+7
* greybus: interface: Extract and store Interface feature byteBryan O'Donoghue2016-05-151-0/+3
* greybus: interface: move vendor and product strings to control deviceJohan Hovold2016-04-211-6/+7
* greybus: manifest: fix illegal free in error pathJohan Hovold2016-04-211-4/+7
* greybus: manifest: Parse cports (within a bundle) in the order from manifest ...Viresh Kumar2016-02-151-1/+1
* greybus: manifest: add interface-device prefix to messagesJohan Hovold2016-02-111-20/+21
* greybus: fix sparse warning in manifest.cGreg Kroah-Hartman2016-02-031-1/+1
* greybus: manifest: check for duplicate CPort descriptors when parsingJohan Hovold2016-01-211-3/+14
* greybus: core: defer connection creation to driver probeJohan Hovold2016-01-211-13/+22
* greybus: interface: separate manifest parsing from bundle registrationJohan Hovold2015-12-081-19/+0
* greybus: bundle: separate bundle creation and registrationJohan Hovold2015-12-081-7/+19
* greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold2015-12-081-1/+1
* greybus: connection: separate connection creation and enablingJohan Hovold2015-12-081-2/+12
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-3/+3
* greybus: interface: drop the control bundleJohan Hovold2015-11-251-44/+13
* greybus: manifest: refactor cport-descriptor releaseJohan Hovold2015-11-251-8/+17
* greybus: connection: clean up connection-creation interfaceJohan Hovold2015-11-251-1/+2
* greybus: manifest: simplify descriptor address calculationSachin Pandhare2015-11-231-1/+1
* greybus: fix vendor and product matchingJohan Hovold2015-11-211-5/+0
* greybus: interface: remove unique idJohan Hovold2015-11-211-1/+0
* greybus: manifest: fix bundle descriptor parseRui Miguel Silva2015-11-161-5/+13
* greybus: manifest: fix the placement of arguments to pr_errBryan O'Donoghue2015-11-021-2/+2
* greybus: manifest: release cport descriptors to avoid 'excess descriptors' wa...Viresh Kumar2015-09-141-0/+13
* greybus: manifest: don't reject the interface on failing to initialize a cportViresh Kumar2015-09-141-8/+35
* greybus: manifest: convert pr_err to dev_errBryan O'Donoghue2015-07-221-1/+1
* greybus: manifest: reserve control connection cport/bundle idsBryan O'Donoghue2015-07-221-26/+32
* greybus: connection: Exit connection before destroying itViresh Kumar2015-07-081-0/+1
* greybus: control: Warn if non-control cport/bundles have control protocol/cla...Viresh Kumar2015-06-231-3/+19
* greybus: interface: Get manifest using Control protocolViresh Kumar2015-06-231-0/+14
* greybus: manifest: Allow bundles/connections list to be non-empty at manifest...Viresh Kumar2015-06-231-6/+0
* greybus: rename HOST_DEV_CPORT_ID_MAXAlex Elder2015-06-151-1/+4
* greybus: manifest: clean up properly when parsing bundlesAlex Elder2015-06-121-3/+14
* greybus: manifest: clean up properly when parsing cportsAlex Elder2015-06-121-1/+14
* greybus: manifest: rework bundle parsingAlex Elder2015-06-101-15/+8
* greybus: manifest: rework cport parsingAlex Elder2015-06-101-16/+13
* greybus: manifest: use bundle's embedded interface pointerAlex Elder2015-06-101-3/+3
* greybus: manifest: really minor cleanupsAlex Elder2015-06-101-17/+15
* greybus: drop some unnecessary headersAlex Elder2015-06-101-2/+0
* greybus: manifest: clean up a few pr_err() callsAlex Elder2015-06-081-3/+4
* greybus: Remove class descriptorViresh Kumar2015-05-011-5/+0
* greybus: manifest: Remove vendor, product and unique-id from interface descri...Viresh Kumar2015-05-011-3/+5
* greybus: manifest: Warn if descriptor size > expected sizeViresh Kumar2015-04-291-0/+7
* greybus: manifest: Account for padding in string descriptorViresh Kumar2015-04-291-0/+3
* greybus: bundle: s/class_type/classViresh Kumar2015-04-061-1/+1
* greybus: drop module descriptorsViresh Kumar2015-04-061-5/+0
* greybus: manifest: Use interface descriptor instead of module descriptor to g...Viresh Kumar2015-04-061-22/+23
* greybus: bundle: Create bundles using bundle descriptorsViresh Kumar2015-04-061-5/+9
OpenPOWER on IntegriCloud