aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/control.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-07staging: greybus: remove timesync protocol supportGravatar Greg Kroah-Hartman 1-50/+0
2016-08-11greybus: control: make disconnecting a core operationGravatar Johan Hovold 1-5/+21
2016-08-03greybus: control: remove some bracesGravatar Johan Hovold 1-2/+1
2016-07-26greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATEGravatar Viresh Kumar 1-1/+1
2016-07-22greybus: control: Print bundle-id in print messagesGravatar Viresh Kumar 1-14/+16
2016-07-21greybus: control: suppress bundle_activate() for bootromGravatar Johan Hovold 1-0/+7
2016-07-08greybus: control: add connection suspend and resume callsGravatar David Lin 1-0/+21
2016-07-08greybus: control: add interface hibernate abort operationGravatar David Lin 1-0/+24
2016-07-08greybus: control: add interface deactivate prepare operationGravatar David Lin 1-0/+23
2016-07-08greybus: control: add interface suspend prepare operationGravatar David Lin 1-0/+35
2016-07-08greybus: control: add bundle deactivate and activate operationGravatar David Lin 1-0/+50
2016-07-08greybus: control: add bundle suspend and resume preparationsGravatar David Lin 1-0/+65
2016-06-02greybus: control: Mode-switch is a 'core' operationGravatar Viresh Kumar 1-7/+13
2016-05-27greybus: interface: implement generic mode-switch functionalityGravatar Johan Hovold 1-0/+17
2016-05-27greybus: control: add error message to mode-switch helperGravatar Johan Hovold 1-1/+10
2016-05-27greybus: control: implement disconnecting operationGravatar Johan Hovold 1-0/+12
2016-05-27greybus: core: avoid I/O to disconnected interfacesGravatar Johan Hovold 1-1/+4
2016-05-14greybus: control: Drop unused parameter from timesync_authoritativeGravatar Bryan O'Donoghue 1-1/+1
2016-05-14greybus: control: Add TimeSync get-last-event logicGravatar Bryan O'Donoghue 1-0/+14
2016-05-05greybus: Revert "interface: Fetch and expose version of interface's firmware"Gravatar Viresh Kumar 1-28/+0
2016-04-29greybus: control: implement mode-switch operationGravatar Johan Hovold 1-0/+7
2016-04-21greybus: control: return error pointer when failing to create control deviceGravatar Johan Hovold 1-5/+8
2016-04-21greybus: interface: move vendor and product strings to control deviceGravatar Johan Hovold 1-0/+29
2016-04-21greybus: interface: register control device at hotplugGravatar Johan Hovold 1-0/+21
2016-04-21greybus: core: make the control object be a deviceGravatar Johan Hovold 1-3/+25
2016-04-21greybus: control: move timesync-operation functionsGravatar Johan Hovold 1-36/+36
2016-04-12greybus: Fixup __u64, __u32 to __le64, __le32 in timesync declarationsGravatar Bryan O'Donoghue 1-1/+1
2016-03-30greybus: interface: clean up ES3-bootroom-quirk handlingGravatar Johan Hovold 1-2/+1
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-1/+1
2016-03-03greybus: control: Add TimeSync control commandsGravatar Bryan O'Donoghue 1-0/+36
2016-02-02greybus: control: Fix sparse warningsGravatar Viresh Kumar 1-1/+1
2016-01-21greybus: connection: return error-valued pointer on creation errorsGravatar Johan Hovold 1-2/+4
2016-01-21greybus: connection: add helper to create control connectionsGravatar Johan Hovold 1-3/+1
2016-01-19greybus: control: add bundle-version operationGravatar Johan Hovold 1-0/+51
2016-01-19greybus: control: drop legacy-protocol dependencyGravatar Johan Hovold 1-24/+48
2016-01-19greybus: greybus_protocols: remove control-protocol versionGravatar Johan Hovold 1-0/+5
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsGravatar Johan Hovold 1-2/+0
2016-01-19greybus: connection: rename legacy init and exit functionsGravatar Johan Hovold 1-2/+2
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareGravatar Viresh Kumar 1-0/+29
2015-12-22greybus: control: Use Macro's instead of direct values for major/minorGravatar Viresh Kumar 1-2/+2
2015-12-15greybus: interface: clean up control-connection handlingGravatar Johan Hovold 1-9/+48
2015-11-25greybus: control: do not assume a control bundleGravatar Johan Hovold 1-8/+4
2015-11-02greybus: control: remove unused request handlerGravatar Johan Hovold 1-35/+0
2015-10-15greybus: control: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-2/+2
2015-09-14greybus: Add flags to struct gb_protocolGravatar Viresh Kumar 1-0/+2
2015-08-14greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosGravatar Viresh Kumar 1-1/+1
2015-08-11greybus: control: Drop get_version supportGravatar Viresh Kumar 1-9/+1
2015-07-20greybus: operation: fix atomic response allocationGravatar Johan Hovold 1-1/+2
2015-07-01greybus: control: Use gb_builtin_protocol_driver()Gravatar Viresh Kumar 1-10/+1
2015-06-23greybus: Add control protocol supportGravatar Viresh Kumar 1-0/+150