aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/bundle.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGravatar Greg Kroah-Hartman 1-2/+1
2016-07-14greybus: bundle: add runtime pm supportGravatar David Lin 1-0/+80
2016-06-10greybus: Remove extra blank linesGravatar Viresh Kumar 1-1/+0
2016-06-03greybus: tracing: define bundle tracesGravatar Alex Elder 1-0/+9
2016-06-03greybus: define BUNDLE_ID_NONEGravatar Alex Elder 1-0/+5
2016-04-25greybus: Bundle: Initialize dma_mask for bundle deviceGravatar Viresh Kumar 1-0/+1
2016-01-21greybus: core: defer connection creation to driver probeGravatar Johan Hovold 1-7/+1
2016-01-19greybus: legacy: add legacy-protocol bundle driverGravatar Johan Hovold 1-10/+0
2015-12-08greybus: bundle: separate bundle creation and registrationGravatar Johan Hovold 1-14/+19
2015-12-08greybus: bundle: separate connection disabling and destructionGravatar Johan Hovold 1-4/+9
2015-12-08greybus: bundle: use dev_err for bundle-creation errorsGravatar Johan Hovold 1-1/+1
2015-12-08greybus: bundle: kill the bundle lockGravatar Johan Hovold 1-20/+13
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsGravatar Johan Hovold 1-3/+2
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsGravatar Johan Hovold 1-30/+0
2015-12-04greybus: don't use %h and %hh for printing short and char variablesGravatar Viresh Kumar 1-2/+2
2015-11-25greybus: bundle: rename bundle devicesGravatar Johan Hovold 1-1/+1
2015-11-25greybus: bundle: add bundle_id attributeGravatar Johan Hovold 1-0/+10
2015-11-25greybus: bundle: use hexadecimal notation for class attributeGravatar Johan Hovold 1-1/+1
2015-11-25greybus: bundle: rename class attributeGravatar Johan Hovold 1-4/+4
2015-11-21greybus: move id-matching back to coreGravatar Johan Hovold 1-35/+0
2015-11-21greybus: remove unique-id matchingGravatar Johan Hovold 1-6/+2
2015-10-21greybus: bundle: fix double freeing of bundle structureGravatar Viresh Kumar 1-1/+0
2015-09-03greybus: connection: call gb_connection_exit() from gb_connection_destroy()Gravatar Viresh Kumar 1-3/+1
2015-09-03greybus: bundle: kill unnecessary forward declaration of routineGravatar Viresh Kumar 1-14/+12
2015-07-01greybus: bundles: remove gb_bundle(s)_init()Gravatar Viresh Kumar 1-54/+0
2015-07-01greybus: interface: device_id belongs to the interfaceGravatar Viresh Kumar 1-18/+3
2015-07-01greybus: svc: Drop svc_set_route_send()Gravatar Viresh Kumar 1-6/+0
2015-06-23greybus: interface: Get manifest using Control protocolGravatar Viresh Kumar 1-0/+4
2015-06-12greybus: bundle: fix gb_bundle_destroy()Gravatar Alex Elder 1-14/+4
2015-06-12greybus: bundle: refactor gb_bundle_find()Gravatar Alex Elder 1-5/+5
2015-06-10greybus: bundle: check for duplicate bundle idsGravatar Alex Elder 1-0/+10
2015-06-09greybus: Tear down devices in the reverse orderGravatar Viresh Kumar 1-1/+1
2015-05-01greybus: bundle: use kstrdup() for state fileGravatar Alex Elder 1-3/+1
2015-04-17greybus: bundle: add state sysfs fileGravatar Greg Kroah-Hartman 1-2/+35
2015-04-06greybus: bundle: s/class_type/classGravatar Viresh Kumar 1-10/+10
2015-04-06greybus: driver corresponds to a bundle, not interfaceGravatar Viresh Kumar 1-0/+48
2015-04-06greybus: bundle: Initialize all bundles on link-upGravatar Viresh Kumar 1-7/+20
2015-04-06greybus: bundle: Create bundles using bundle descriptorsGravatar Viresh Kumar 1-4/+6
2015-04-05greybus: Unregister devices to get them freedGravatar Viresh Kumar 1-1/+1
2015-02-14greybus: bundle: fix sleep-while-atomic in gb_bundle_destroyGravatar Johan Hovold 1-2/+5
2015-01-02greybus: sysfs: put a \n at the end of all sysfs filesGravatar Greg Kroah-Hartman 1-1/+1
2015-01-02greybus: bundle: create GB_DEVICE_ID_BADGravatar Greg Kroah-Hartman 1-1/+3
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGravatar Greg Kroah-Hartman 1-0/+30
2014-12-23greybus: add module supportGravatar Greg Kroah-Hartman 1-1/+1
2014-12-19greybus: interface: s/gb_interface_block/gb_interface/gGravatar Greg Kroah-Hartman 1-17/+16
2014-12-19greybus: interface_block.c: rename the "interfaces" list "bundles"Gravatar Greg Kroah-Hartman 1-3/+3
2014-12-13greybus: bundle: s/gb_interface/gb_bundle/gGravatar Greg Kroah-Hartman 1-80/+75
2014-12-13greybus: bundle: rename interface.[c|h] to bundle.[c|h]Gravatar Greg Kroah-Hartman 1-0/+186