summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/svc.c
Commit message (Expand)AuthorAgeFilesLines
* greybus: svc: Replace link config hack with standard operationLaurent Pinchart2016-01-081-10/+23
* greybus: interface: Receive serial-number on hotplug eventViresh Kumar2015-12-301-0/+1
* greybus: svc: Set interface's hotplug attributes before using themViresh Kumar2015-12-231-5/+5
* greybus: firmware and svc: detect the difference between ES2 and ES3 chipsEli Sennesh2015-12-221-13/+28
* greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_Viresh Kumar2015-12-221-2/+2
* greybus: svc: drop copy-pasted function headerJohan Hovold2015-12-221-1/+0
* greybus: svc: Add support for the link config operationLaurent Pinchart2015-12-211-0/+18
* greybus: interface: fix hot-unplug control-connection timeoutsJohan Hovold2015-12-151-2/+3
* greybus: svc: create svc along with host deviceJohan Hovold2015-12-081-13/+55
* greybus: svc: add missing boot-status error messageJohan Hovold2015-12-071-1/+4
* greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar2015-12-041-5/+5
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-14/+14
* greybus: svc: Use -EIO instead of -EINVAL for unipro errorsViresh Kumar2015-12-041-2/+2
* greybus: core: add bus id to ueventsJohan Hovold2015-12-031-0/+1
* greybus: svc: flush workqueue at connection exitJohan Hovold2015-12-031-0/+2
* greybus: svc: fix racy hotplug handlingJohan Hovold2015-12-021-2/+10
* greybus: svc: defer processing of hot-unplug requestsJohan Hovold2015-12-021-15/+29
* greybus: svc: generalise deferred request handlingJohan Hovold2015-12-021-28/+50
* greybus: svc: clean up interface-remove helperJohan Hovold2015-12-021-5/+3
* greybus: svc: clean up deferred hotplug handlerJohan Hovold2015-12-021-9/+10
* greybus: svc: clean up hotplug/unplug request handlersJohan Hovold2015-12-021-11/+15
* greybus: connection: unconditionally enable connectionsJohan Hovold2015-11-251-1/+0
* greybus: kill the endoJohan Hovold2015-11-251-10/+0
* greybus: svc: clean up log messagesJohan Hovold2015-11-251-54/+52
* greybus: hd: fix svc-connection handlingJohan Hovold2015-11-251-59/+0
* greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold2015-11-251-2/+1
* greybus: connection: clean up connection-creation interfaceJohan Hovold2015-11-251-5/+2
* greybus: svc: move endo id and ap interface id to svcJohan Hovold2015-11-251-10/+33
* greybus: svc: register svc device at helloJohan Hovold2015-11-251-14/+11
* greybus: svc: clean up svc initialisationJohan Hovold2015-11-251-2/+1
* greybus: svc: make svc a deviceJohan Hovold2015-11-251-3/+28
* greybus: connection: drop parent parameter from connection createJohan Hovold2015-11-251-1/+1
* greybus: hd: make host device a deviceJohan Hovold2015-11-251-1/+1
* greybus: interface: rename vendor and product attributesJohan Hovold2015-11-251-2/+2
* greybus: fix vendor and product matchingJohan Hovold2015-11-211-2/+2
* greybus: svc: fix missing version-request sanity checksJohan Hovold2015-11-191-0/+8
* greybus: svc: use bit-macro for cport flagsJohan Hovold2015-11-111-3/+3
* greybus: use decimal notation for interface and cport idsJohan Hovold2015-11-111-2/+2
* greybus: hd: rename host-device structureJohan Hovold2015-11-041-7/+7
* greybus: svc: don't trust any struct devicesGreg Kroah-Hartman2015-10-191-61/+49
* greybus: svc: skip setting flags for boot over uniproViresh Kumar2015-10-091-2/+24
* greybus: interface: Pass interface pointer to gb_interface_remove()Viresh Kumar2015-09-241-2/+2
* greybus: svc: Read and clear module's boot statusViresh Kumar2015-09-241-0/+40
* greybus: svc: Allow consecutive hotplug events for the same moduleViresh Kumar2015-09-241-11/+41
* greybus: svc: Use 'dev' instead '&op->connection->dev'Viresh Kumar2015-09-241-2/+1
* greybus: svc: fix endianness for svc messageRui Miguel Silva2015-09-151-4/+4
* greybus: greybus_protocols: add missing version-request definitionJohan Hovold2015-09-151-10/+11
* greybus: svc: fix version responseJohan Hovold2015-09-151-2/+3
* greybus: svc: fix ida memory leakJohan Hovold2015-09-151-5/+6
* greybus: svc: Implement DME peer get/set attributes helpersViresh Kumar2015-09-141-0/+72
OpenPOWER on IntegriCloud