summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/bundle.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
* staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGreg Kroah-Hartman2016-09-191-2/+1
* greybus: bundle: add runtime pm supportDavid Lin2016-07-141-0/+80
* greybus: Remove extra blank linesViresh Kumar2016-06-101-1/+0
* greybus: tracing: define bundle tracesAlex Elder2016-06-031-0/+9
* greybus: define BUNDLE_ID_NONEAlex Elder2016-06-031-0/+5
* greybus: Bundle: Initialize dma_mask for bundle deviceViresh Kumar2016-04-251-0/+1
* greybus: core: defer connection creation to driver probeJohan Hovold2016-01-211-7/+1
* greybus: legacy: add legacy-protocol bundle driverJohan Hovold2016-01-191-10/+0
* greybus: bundle: separate bundle creation and registrationJohan Hovold2015-12-081-14/+19
* greybus: bundle: separate connection disabling and destructionJohan Hovold2015-12-081-4/+9
* greybus: bundle: use dev_err for bundle-creation errorsJohan Hovold2015-12-081-1/+1
* greybus: bundle: kill the bundle lockJohan Hovold2015-12-081-20/+13
* greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold2015-12-081-3/+2
* greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold2015-12-081-30/+0
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-2/+2
* greybus: bundle: rename bundle devicesJohan Hovold2015-11-251-1/+1
* greybus: bundle: add bundle_id attributeJohan Hovold2015-11-251-0/+10
* greybus: bundle: use hexadecimal notation for class attributeJohan Hovold2015-11-251-1/+1
* greybus: bundle: rename class attributeJohan Hovold2015-11-251-4/+4
* greybus: move id-matching back to coreJohan Hovold2015-11-211-35/+0
* greybus: remove unique-id matchingJohan Hovold2015-11-211-6/+2
* greybus: bundle: fix double freeing of bundle structureViresh Kumar2015-10-211-1/+0
* greybus: connection: call gb_connection_exit() from gb_connection_destroy()Viresh Kumar2015-09-031-3/+1
* greybus: bundle: kill unnecessary forward declaration of routineViresh Kumar2015-09-031-14/+12
* greybus: bundles: remove gb_bundle(s)_init()Viresh Kumar2015-07-011-54/+0
* greybus: interface: device_id belongs to the interfaceViresh Kumar2015-07-011-18/+3
* greybus: svc: Drop svc_set_route_send()Viresh Kumar2015-07-011-6/+0
* greybus: interface: Get manifest using Control protocolViresh Kumar2015-06-231-0/+4
* greybus: bundle: fix gb_bundle_destroy()Alex Elder2015-06-121-14/+4
* greybus: bundle: refactor gb_bundle_find()Alex Elder2015-06-121-5/+5
* greybus: bundle: check for duplicate bundle idsAlex Elder2015-06-101-0/+10
* greybus: Tear down devices in the reverse orderViresh Kumar2015-06-091-1/+1
* greybus: bundle: use kstrdup() for state fileAlex Elder2015-05-011-3/+1
* greybus: bundle: add state sysfs fileGreg Kroah-Hartman2015-04-171-2/+35
* greybus: bundle: s/class_type/classViresh Kumar2015-04-061-10/+10
* greybus: driver corresponds to a bundle, not interfaceViresh Kumar2015-04-061-0/+48
* greybus: bundle: Initialize all bundles on link-upViresh Kumar2015-04-061-7/+20
* greybus: bundle: Create bundles using bundle descriptorsViresh Kumar2015-04-061-4/+6
* greybus: Unregister devices to get them freedViresh Kumar2015-04-051-1/+1
* greybus: bundle: fix sleep-while-atomic in gb_bundle_destroyJohan Hovold2015-02-141-2/+5
* greybus: sysfs: put a \n at the end of all sysfs filesGreg Kroah-Hartman2015-01-021-1/+1
* greybus: bundle: create GB_DEVICE_ID_BADGreg Kroah-Hartman2015-01-021-1/+3
* greybus: protocol: split binding of prototcols to connections out of initGreg Kroah-Hartman2014-12-231-0/+30
* greybus: add module supportGreg Kroah-Hartman2014-12-231-1/+1
* greybus: interface: s/gb_interface_block/gb_interface/gGreg Kroah-Hartman2014-12-191-17/+16
* greybus: interface_block.c: rename the "interfaces" list "bundles"Greg Kroah-Hartman2014-12-191-3/+3
* greybus: bundle: s/gb_interface/gb_bundle/gGreg Kroah-Hartman2014-12-131-80/+75
* greybus: bundle: rename interface.[c|h] to bundle.[c|h]Greg Kroah-Hartman2014-12-131-0/+186
OpenPOWER on IntegriCloud