aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/interface.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareGravatar Viresh Kumar 1-0/+3
2015-12-30greybus: interface: Receive serial-number on hotplug eventGravatar Viresh Kumar 1-0/+1
2015-12-22greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_Gravatar Viresh Kumar 1-2/+2
2015-12-15greybus: interface: fix hot-unplug control-connection timeoutsGravatar Johan Hovold 1-0/+1
2015-11-25greybus: interface: kill gb_create_bundle_connectionGravatar Johan Hovold 1-1/+0
2015-11-25greybus: interface: make interfaces children of host devicesGravatar Johan Hovold 1-1/+0
2015-11-25greybus: interface: rename vendor and product attributesGravatar Johan Hovold 1-2/+2
2015-11-21greybus: fix vendor and product matchingGravatar Johan Hovold 1-4/+2
2015-11-21greybus: interface: remove unique idGravatar Johan Hovold 1-1/+0
2015-11-04greybus: hd: rename host-device structureGravatar Johan Hovold 1-5/+5
2015-10-09greybus: svc: skip setting flags for boot over uniproGravatar Viresh Kumar 1-0/+3
2015-09-24greybus: interface: Pass interface pointer to gb_interface_remove()Gravatar Viresh Kumar 1-1/+1
2015-08-11greybus: interface: Preserve data received during hotplug eventGravatar Viresh Kumar 1-0/+6
2015-08-03greybus: interface: declare gb_interface_destroy()Gravatar Alex Elder 1-0/+1
2015-07-24greybus: interface: localize gb_interface_destroy()Gravatar Viresh Kumar 1-1/+0
2015-07-24greybus: svc: remove interface->svc pointerGravatar Viresh Kumar 1-1/+0
2015-07-22greybus: svc: Add helpers to create AP<->SVC connectionGravatar Viresh Kumar 1-0/+1
2015-07-22greybus: interface: Update gb_create_control_connection() to support SVC prot...Gravatar Viresh Kumar 1-1/+1
2015-07-08greybus: svc: save pointer to struct gb_svc in struct gb_interfaceGravatar Viresh Kumar 1-0/+1
2015-07-01greybus: interface: device_id belongs to the interfaceGravatar Viresh Kumar 1-0/+1
2015-06-23greybus: interface: Get manifest using Control protocolGravatar Viresh Kumar 1-2/+3
2015-06-23greybus: Add control protocol supportGravatar Viresh Kumar 1-0/+1
2015-05-20greybus: interface: name routines consistentlyGravatar Viresh Kumar 1-3/+3
2015-04-06greybus: driver corresponds to a bundle, not interfaceGravatar Viresh Kumar 1-4/+0
2015-04-06greybus: manifest: Use interface descriptor instead of module descriptor to g...Gravatar Viresh Kumar 1-1/+1
2015-04-05greybus: interface: Fetch interface id instead of module id during setupGravatar Viresh Kumar 1-4/+4
2015-03-19greybus: interface: remove double underscore from fn nameGravatar Viresh Kumar 1-1/+1
2014-12-23greybus: interface: remove global manifest_descs listGravatar Greg Kroah-Hartman 1-0/+1
2014-12-23greybus: add module supportGravatar Greg Kroah-Hartman 1-1/+2
2014-12-19greybus: greybus_host_device: rename modules -> interfacesGravatar Greg Kroah-Hartman 1-1/+1
2014-12-19greybus: interface: we really are creating/destroying interfaces not modules.Gravatar Greg Kroah-Hartman 1-0/+6
2014-12-19greybus: interface.h: remove unused #definesGravatar Greg Kroah-Hartman 1-5/+0
2014-12-19greybus: interface: rename greybus_interface_block_id to greybus_interface_idGravatar Greg Kroah-Hartman 1-2/+2
2014-12-19greybus: interface: s/gb_interface_block/gb_interface/gGravatar Greg Kroah-Hartman 1-12/+11
2014-12-19greybus: rename interface_block.[c|h] -> interface.[c|h]Gravatar Greg Kroah-Hartman 1-0/+58
2014-12-13greybus: bundle: rename interface.[c|h] to bundle.[c|h]Gravatar Greg Kroah-Hartman 1-35/+0
2014-12-12greybus: add Linaro copyrightsGravatar Alex Elder 1-0/+1
2014-12-11greybus: interface_block: s/gb_module/gb_interface_block/Gravatar Greg Kroah-Hartman 1-5/+5
2014-11-14greybus: interface: move gb_module_interface_init() to interface.cGravatar Viresh Kumar 1-0/+1
2014-10-24greybus: hook up greybus to the driver modelGravatar Greg Kroah-Hartman 1-1/+3
2014-10-22greybus: interface: add gb_interface_find()Gravatar Matt Porter 1-0/+3
2014-10-21greybus: improve module cleanup codeGravatar Alex Elder 1-0/+1
2014-10-17greybus: add device initializationGravatar Alex Elder 1-0/+2
2014-10-03greybus: fix some hasty bugsGravatar Alex Elder 1-1/+1
2014-10-02greybus: October 1 updatesGravatar Alex Elder 1-1/+1
2014-10-02greybus: define greybus function abstractionGravatar Alex Elder 1-0/+1
2014-10-02greybus: define greybus interface abstractionGravatar Alex Elder 1-0/+24