aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/interface.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19greybus: control: add bundle-version operationGravatar Johan Hovold 1-0/+4
2016-01-19greybus: legacy: add legacy-protocol bundle driverGravatar Johan Hovold 1-10/+0
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareGravatar Viresh Kumar 1-0/+15
2015-12-30greybus: interface: Receive serial-number on hotplug eventGravatar Viresh Kumar 1-0/+2
2015-12-22greybus: interface: Expose DDBL1 manufacturing and production id in sysfsGravatar Viresh Kumar 1-0/+4
2015-12-21greybus: interface: Prefix hexadecimal values with '0x'Gravatar Viresh Kumar 1-6/+6
2015-12-15greybus: interface: fix hot-unplug control-connection timeoutsGravatar Johan Hovold 1-0/+3
2015-12-15greybus: interface: clean up control-connection handlingGravatar Johan Hovold 1-15/+13
2015-12-08greybus: interface: clean up error messagesGravatar Johan Hovold 1-4/+3
2015-12-08greybus: interface: fix interface-registration raceGravatar Johan Hovold 1-17/+15
2015-12-08greybus: interface: separate manifest parsing from bundle registrationGravatar Johan Hovold 1-8/+20
2015-12-08greybus: interface: remove defensive WARN_ONGravatar Johan Hovold 1-3/+0
2015-12-08greybus: connection: separate connection creation and enablingGravatar Johan Hovold 1-0/+6
2015-11-25greybus: interface: drop the control bundleGravatar Johan Hovold 1-31/+11
2015-11-25greybus: connection: clean up connection-creation interfaceGravatar Johan Hovold 1-1/+2
2015-11-25greybus: interface: kill gb_create_bundle_connectionGravatar Johan Hovold 1-33/+18
2015-11-25greybus: interface: make interfaces children of host devicesGravatar Johan Hovold 1-14/+3
2015-11-25greybus: connection: drop parent parameter from connection createGravatar Johan Hovold 1-1/+1
2015-11-25greybus: hd: make host device a deviceGravatar Johan Hovold 1-1/+1
2015-11-25greybus: interface: add interface_id attributeGravatar Johan Hovold 1-0/+2
2015-11-25greybus: interface: remove device_id attributeGravatar Johan Hovold 1-2/+0
2015-11-25greybus: interface: rename vendor and product attributesGravatar Johan Hovold 1-4/+4
2015-11-21greybus: interface: remove unique idGravatar Johan Hovold 1-2/+0
2015-11-11greybus: use decimal notation for interface and cport idsGravatar Johan Hovold 1-2/+1
2015-11-11greybus: interface: fix obsolete commentGravatar Johan Hovold 1-1/+1
2015-11-11greybus: interface: fix potential use-after-free at removeGravatar Johan Hovold 1-3/+3
2015-11-04greybus: hd: rename host-device structureGravatar Johan Hovold 1-3/+3
2015-10-21greybus: interface: fix double freeing of interface structureGravatar Viresh Kumar 1-1/+0
2015-09-24greybus: interface: gb_interface_create() isn't called for existing interfacesGravatar Viresh Kumar 1-7/+0
2015-09-24greybus: interface: Pass interface pointer to gb_interface_remove()Gravatar Viresh Kumar 1-20/+9
2015-09-02greybus: add num_cports field to greybus hdGravatar Fabien Parent 1-1/+1
2015-09-02greybus: interface: fix potential attribute-buffer overflowGravatar Johan Hovold 1-1/+1
2015-08-18greybus: interface: change typo replicable => replaceableGravatar Bryan O'Donoghue 1-1/+1
2015-07-29greybus: interface: make gb_interface_destroy() staticGravatar Greg Kroah-Hartman 1-3/+3
2015-07-29greybus: svc: revert svc changes to keep things working for a while.Gravatar Greg Kroah-Hartman 1-3/+3
2015-07-27greybus: interface: make gb_interface_destroy() staticGravatar Greg Kroah-Hartman 1-3/+3
2015-07-22greybus: svc: Add helpers to create AP<->SVC connectionGravatar Viresh Kumar 1-1/+1
2015-07-22greybus: interface: Update gb_create_control_connection() to support SVC prot...Gravatar Viresh Kumar 1-7/+27
2015-07-22greybus: interface: drop stale commentGravatar Viresh Kumar 1-2/+1
2015-07-08greybus: interface: Fix comment mistake (s/add/init)Gravatar Viresh Kumar 1-1/+1
2015-07-01greybus: interface: device_id belongs to the interfaceGravatar Viresh Kumar 1-17/+9
2015-06-23greybus: interface: Get manifest using Control protocolGravatar Viresh Kumar 1-20/+80
2015-06-12greybus: bundle: fix gb_bundle_destroy()Gravatar Alex Elder 1-2/+4
2015-06-09greybus: Tear down devices in the reverse orderGravatar Viresh Kumar 1-1/+1
2015-05-20greybus: interface: name routines consistentlyGravatar Viresh Kumar 1-6/+6
2015-05-11greybus: endo: Create modules after validating Endo IDGravatar Viresh Kumar 1-1/+1
2015-04-09greybus: endo: hook up endos into the device treeGravatar Greg Kroah-Hartman 1-2/+2
2015-04-06greybus: driver corresponds to a bundle, not interfaceGravatar Viresh Kumar 1-34/+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-18/+20