summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24greybus: interface: gb_interface_create() isn't called for existing interfacesViresh Kumar1-7/+0
2015-09-24greybus: interface: Pass interface pointer to gb_interface_remove()Viresh Kumar1-20/+9
2015-09-02greybus: add num_cports field to greybus hdFabien Parent1-1/+1
2015-09-02greybus: interface: fix potential attribute-buffer overflowJohan Hovold1-1/+1
2015-08-18greybus: interface: change typo replicable => replaceableBryan O'Donoghue1-1/+1
2015-07-29greybus: interface: make gb_interface_destroy() staticGreg Kroah-Hartman1-3/+3
2015-07-29greybus: svc: revert svc changes to keep things working for a while.Greg Kroah-Hartman1-3/+3
2015-07-27greybus: interface: make gb_interface_destroy() staticGreg Kroah-Hartman1-3/+3
2015-07-22greybus: svc: Add helpers to create AP<->SVC connectionViresh Kumar1-1/+1
2015-07-22greybus: interface: Update gb_create_control_connection() to support SVC prot...Viresh Kumar1-7/+27
2015-07-22greybus: interface: drop stale commentViresh Kumar1-2/+1
2015-07-08greybus: interface: Fix comment mistake (s/add/init)Viresh Kumar1-1/+1
2015-07-01greybus: interface: device_id belongs to the interfaceViresh Kumar1-17/+9
2015-06-23greybus: interface: Get manifest using Control protocolViresh Kumar1-20/+80
2015-06-12greybus: bundle: fix gb_bundle_destroy()Alex Elder1-2/+4
2015-06-09greybus: Tear down devices in the reverse orderViresh Kumar1-1/+1
2015-05-20greybus: interface: name routines consistentlyViresh Kumar1-6/+6
2015-05-11greybus: endo: Create modules after validating Endo IDViresh Kumar1-1/+1
2015-04-09greybus: endo: hook up endos into the device treeGreg Kroah-Hartman1-2/+2
2015-04-06greybus: driver corresponds to a bundle, not interfaceViresh Kumar1-34/+0
2015-04-06greybus: manifest: Use interface descriptor instead of module descriptor to g...Viresh Kumar1-1/+1
2015-04-05greybus: interface: Fetch interface id instead of module id during setupViresh Kumar1-18/+20
2015-04-05greybus: Unregister devices to get them freedViresh Kumar1-2/+5
2015-03-24greybus: interface: put module->dev on failuresViresh Kumar1-5/+9
2014-12-23greybus: interface: remove global manifest_descs listGreg Kroah-Hartman1-0/+1
2014-12-23greybus: add module supportGreg Kroah-Hartman1-6/+17
2014-12-19greybus: interface: rename gb_modules_lock -> gb_interfaces_lockGreg Kroah-Hartman1-5/+5
2014-12-19greybus: greybus_host_device: rename modules -> interfacesGreg Kroah-Hartman1-3/+3
2014-12-19greybus: interface: we really are creating/destroying interfaces not modules.Greg Kroah-Hartman1-7/+7
2014-12-19greybus: interface: rename greybus_interface_block_id to greybus_interface_idGreg Kroah-Hartman1-3/+3
2014-12-19greybus: interface: s/gb_interface_block/gb_interface/gGreg Kroah-Hartman1-79/+80
2014-12-19greybus: rename interface_block.[c|h] -> interface.[c|h]Greg Kroah-Hartman1-0/+233
2014-12-13greybus: bundle: rename interface.[c|h] to bundle.[c|h]Greg Kroah-Hartman1-186/+0
2014-12-12greybus: add Linaro copyrightsAlex Elder1-0/+1
2014-12-11greybus: interface_block: s/gb_module/gb_interface_block/Greg Kroah-Hartman1-16/+16
2014-11-15greybus: skeleton for future uevents.Greg Kroah-Hartman1-1/+1
2014-11-14greybus: interface: move gb_module_interface_init() to interface.cViresh Kumar1-0/+30
2014-11-14greybus: interface: free resources properly on failuresViresh Kumar1-0/+1
2014-11-14greybus: don't set ->dev.driver to NULL when it is already NULLViresh Kumar1-1/+0
2014-11-05greybus: improve some error messagesAlex Elder1-0/+2
2014-10-27greybus: FIXME/XXX removals: We have proper reference counting nowGreg Kroah-Hartman1-1/+1
2014-10-24greybus: hook up greybus to the driver modelGreg Kroah-Hartman1-9/+62
2014-10-22greybus: interface: add gb_interface_find()Matt Porter1-0/+12
2014-10-21greybus: improve module cleanup codeAlex Elder1-0/+14
2014-10-17greybus: add device initializationAlex Elder1-0/+15
2014-10-03greybus: fix some hasty bugsAlex Elder1-1/+1
2014-10-02greybus: October 1 updatesAlex Elder1-1/+1
2014-10-02greybus: define greybus function abstractionAlex Elder1-0/+1
2014-10-02greybus: define greybus interface abstractionAlex Elder1-0/+58