aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/control.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Staging: greybus: Do not use multiple blank linesBhanusree Pola1-1/+0
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-26/+27
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-01-07staging: greybus: remove timesync protocol supportGreg Kroah-Hartman1-50/+0
2016-08-11greybus: control: make disconnecting a core operationJohan Hovold1-5/+21
2016-08-03greybus: control: remove some bracesJohan Hovold1-2/+1
2016-07-26greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATEViresh Kumar1-1/+1
2016-07-22greybus: control: Print bundle-id in print messagesViresh Kumar1-14/+16
2016-07-21greybus: control: suppress bundle_activate() for bootromJohan Hovold1-0/+7
2016-07-08greybus: control: add connection suspend and resume callsDavid Lin1-0/+21
2016-07-08greybus: control: add interface hibernate abort operationDavid Lin1-0/+24
2016-07-08greybus: control: add interface deactivate prepare operationDavid Lin1-0/+23
2016-07-08greybus: control: add interface suspend prepare operationDavid Lin1-0/+35
2016-07-08greybus: control: add bundle deactivate and activate operationDavid Lin1-0/+50
2016-07-08greybus: control: add bundle suspend and resume preparationsDavid Lin1-0/+65
2016-06-02greybus: control: Mode-switch is a 'core' operationViresh Kumar1-7/+13
2016-05-27greybus: interface: implement generic mode-switch functionalityJohan Hovold1-0/+17
2016-05-27greybus: control: add error message to mode-switch helperJohan Hovold1-1/+10
2016-05-27greybus: control: implement disconnecting operationJohan Hovold1-0/+12
2016-05-27greybus: core: avoid I/O to disconnected interfacesJohan Hovold1-1/+4
2016-05-14greybus: control: Drop unused parameter from timesync_authoritativeBryan O'Donoghue1-1/+1
2016-05-14greybus: control: Add TimeSync get-last-event logicBryan O'Donoghue1-0/+14
2016-05-05greybus: Revert "interface: Fetch and expose version of interface's firmware"Viresh Kumar1-28/+0
2016-04-29greybus: control: implement mode-switch operationJohan Hovold1-0/+7
2016-04-21greybus: control: return error pointer when failing to create control deviceJohan Hovold1-5/+8
2016-04-21greybus: interface: move vendor and product strings to control deviceJohan Hovold1-0/+29
2016-04-21greybus: interface: register control device at hotplugJohan Hovold1-0/+21
2016-04-21greybus: core: make the control object be a deviceJohan Hovold1-3/+25
2016-04-21greybus: control: move timesync-operation functionsJohan Hovold1-36/+36
2016-04-12greybus: Fixup __u64, __u32 to __le64, __le32 in timesync declarationsBryan O'Donoghue1-1/+1
2016-03-30greybus: interface: clean up ES3-bootroom-quirk handlingJohan Hovold1-2/+1
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-1/+1
2016-03-03greybus: control: Add TimeSync control commandsBryan O'Donoghue1-0/+36
2016-02-02greybus: control: Fix sparse warningsViresh Kumar1-1/+1
2016-01-21greybus: connection: return error-valued pointer on creation errorsJohan Hovold1-2/+4
2016-01-21greybus: connection: add helper to create control connectionsJohan Hovold1-3/+1
2016-01-19greybus: control: add bundle-version operationJohan Hovold1-0/+51
2016-01-19greybus: control: drop legacy-protocol dependencyJohan Hovold1-24/+48
2016-01-19greybus: greybus_protocols: remove control-protocol versionJohan Hovold1-0/+5
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold1-2/+0
2016-01-19greybus: connection: rename legacy init and exit functionsJohan Hovold1-2/+2
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareViresh Kumar1-0/+29
2015-12-22greybus: control: Use Macro's instead of direct values for major/minorViresh Kumar1-2/+2
2015-12-15greybus: interface: clean up control-connection handlingJohan Hovold1-9/+48
2015-11-25greybus: control: do not assume a control bundleJohan Hovold1-8/+4
2015-11-02greybus: control: remove unused request handlerJohan Hovold1-35/+0
2015-10-15greybus: control: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-09-14greybus: Add flags to struct gb_protocolViresh Kumar1-0/+2
2015-08-14greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosViresh Kumar1-1/+1