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