aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/control.c
AgeCommit message (Expand)Author
2017-01-07staging: greybus: remove timesync protocol supportGreg Kroah-Hartman
2016-08-11greybus: control: make disconnecting a core operationJohan Hovold
2016-08-03greybus: control: remove some bracesJohan Hovold
2016-07-26greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATEViresh Kumar
2016-07-22greybus: control: Print bundle-id in print messagesViresh Kumar
2016-07-21greybus: control: suppress bundle_activate() for bootromJohan Hovold
2016-07-08greybus: control: add connection suspend and resume callsDavid Lin
2016-07-08greybus: control: add interface hibernate abort operationDavid Lin
2016-07-08greybus: control: add interface deactivate prepare operationDavid Lin
2016-07-08greybus: control: add interface suspend prepare operationDavid Lin
2016-07-08greybus: control: add bundle deactivate and activate operationDavid Lin
2016-07-08greybus: control: add bundle suspend and resume preparationsDavid Lin
2016-06-02greybus: control: Mode-switch is a 'core' operationViresh Kumar
2016-05-27greybus: interface: implement generic mode-switch functionalityJohan Hovold
2016-05-27greybus: control: add error message to mode-switch helperJohan Hovold
2016-05-27greybus: control: implement disconnecting operationJohan Hovold
2016-05-27greybus: core: avoid I/O to disconnected interfacesJohan Hovold
2016-05-14greybus: control: Drop unused parameter from timesync_authoritativeBryan O'Donoghue
2016-05-14greybus: control: Add TimeSync get-last-event logicBryan O'Donoghue
2016-05-05greybus: Revert "interface: Fetch and expose version of interface's firmware"Viresh Kumar
2016-04-29greybus: control: implement mode-switch operationJohan Hovold
2016-04-21greybus: control: return error pointer when failing to create control deviceJohan Hovold
2016-04-21greybus: interface: move vendor and product strings to control deviceJohan Hovold
2016-04-21greybus: interface: register control device at hotplugJohan Hovold
2016-04-21greybus: core: make the control object be a deviceJohan Hovold
2016-04-21greybus: control: move timesync-operation functionsJohan Hovold
2016-04-12greybus: Fixup __u64, __u32 to __le64, __le32 in timesync declarationsBryan O'Donoghue
2016-03-30greybus: interface: clean up ES3-bootroom-quirk handlingJohan Hovold
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman
2016-03-03greybus: control: Add TimeSync control commandsBryan O'Donoghue
2016-02-02greybus: control: Fix sparse warningsViresh Kumar
2016-01-21greybus: connection: return error-valued pointer on creation errorsJohan Hovold
2016-01-21greybus: connection: add helper to create control connectionsJohan Hovold
2016-01-19greybus: control: add bundle-version operationJohan Hovold
2016-01-19greybus: control: drop legacy-protocol dependencyJohan Hovold
2016-01-19greybus: greybus_protocols: remove control-protocol versionJohan Hovold
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold
2016-01-19greybus: connection: rename legacy init and exit functionsJohan Hovold
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareViresh Kumar
2015-12-22greybus: control: Use Macro's instead of direct values for major/minorViresh Kumar
2015-12-15greybus: interface: clean up control-connection handlingJohan Hovold
2015-11-25greybus: control: do not assume a control bundleJohan Hovold
2015-11-02greybus: control: remove unused request handlerJohan Hovold
2015-10-15greybus: control: use the bundle struct device instead of the connectorGreg Kroah-Hartman
2015-09-14greybus: Add flags to struct gb_protocolViresh Kumar
2015-08-14greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosViresh Kumar
2015-08-11greybus: control: Drop get_version supportViresh Kumar
2015-07-20greybus: operation: fix atomic response allocationJohan Hovold
2015-07-01greybus: control: Use gb_builtin_protocol_driver()Viresh Kumar
2015-06-23greybus: Add control protocol supportViresh Kumar