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