summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/control.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: remove timesync protocol supportGreg Kroah-Hartman2017-01-071-50/+0
* greybus: control: make disconnecting a core operationJohan Hovold2016-08-111-5/+21
* greybus: control: remove some bracesJohan Hovold2016-08-031-2/+1
* greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATEViresh Kumar2016-07-261-1/+1
* greybus: control: Print bundle-id in print messagesViresh Kumar2016-07-221-14/+16
* greybus: control: suppress bundle_activate() for bootromJohan Hovold2016-07-211-0/+7
* greybus: control: add connection suspend and resume callsDavid Lin2016-07-081-0/+21
* greybus: control: add interface hibernate abort operationDavid Lin2016-07-081-0/+24
* greybus: control: add interface deactivate prepare operationDavid Lin2016-07-081-0/+23
* greybus: control: add interface suspend prepare operationDavid Lin2016-07-081-0/+35
* greybus: control: add bundle deactivate and activate operationDavid Lin2016-07-081-0/+50
* greybus: control: add bundle suspend and resume preparationsDavid Lin2016-07-081-0/+65
* greybus: control: Mode-switch is a 'core' operationViresh Kumar2016-06-021-7/+13
* greybus: interface: implement generic mode-switch functionalityJohan Hovold2016-05-271-0/+17
* greybus: control: add error message to mode-switch helperJohan Hovold2016-05-271-1/+10
* greybus: control: implement disconnecting operationJohan Hovold2016-05-271-0/+12
* greybus: core: avoid I/O to disconnected interfacesJohan Hovold2016-05-271-1/+4
* greybus: control: Drop unused parameter from timesync_authoritativeBryan O'Donoghue2016-05-141-1/+1
* greybus: control: Add TimeSync get-last-event logicBryan O'Donoghue2016-05-141-0/+14
* greybus: Revert "interface: Fetch and expose version of interface's firmware"Viresh Kumar2016-05-051-28/+0
* greybus: control: implement mode-switch operationJohan Hovold2016-04-291-0/+7
* greybus: control: return error pointer when failing to create control deviceJohan Hovold2016-04-211-5/+8
* greybus: interface: move vendor and product strings to control deviceJohan Hovold2016-04-211-0/+29
* greybus: interface: register control device at hotplugJohan Hovold2016-04-211-0/+21
* greybus: core: make the control object be a deviceJohan Hovold2016-04-211-3/+25
* greybus: control: move timesync-operation functionsJohan Hovold2016-04-211-36/+36
* greybus: Fixup __u64, __u32 to __le64, __le32 in timesync declarationsBryan O'Donoghue2016-04-121-1/+1
* greybus: interface: clean up ES3-bootroom-quirk handlingJohan Hovold2016-03-301-2/+1
* greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman2016-03-221-1/+1
* greybus: control: Add TimeSync control commandsBryan O'Donoghue2016-03-031-0/+36
* greybus: control: Fix sparse warningsViresh Kumar2016-02-021-1/+1
* greybus: connection: return error-valued pointer on creation errorsJohan Hovold2016-01-211-2/+4
* greybus: connection: add helper to create control connectionsJohan Hovold2016-01-211-3/+1
* greybus: control: add bundle-version operationJohan Hovold2016-01-191-0/+51
* greybus: control: drop legacy-protocol dependencyJohan Hovold2016-01-191-24/+48
* greybus: greybus_protocols: remove control-protocol versionJohan Hovold2016-01-191-0/+5
* greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold2016-01-191-2/+0
* greybus: connection: rename legacy init and exit functionsJohan Hovold2016-01-191-2/+2
* greybus: interface: Fetch and expose version of interface's firmwareViresh Kumar2015-12-301-0/+29
* greybus: control: Use Macro's instead of direct values for major/minorViresh Kumar2015-12-221-2/+2
* greybus: interface: clean up control-connection handlingJohan Hovold2015-12-151-9/+48
* greybus: control: do not assume a control bundleJohan Hovold2015-11-251-8/+4
* greybus: control: remove unused request handlerJohan Hovold2015-11-021-35/+0
* greybus: control: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-2/+2
* greybus: Add flags to struct gb_protocolViresh Kumar2015-09-141-0/+2
* greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosViresh Kumar2015-08-141-1/+1
* greybus: control: Drop get_version supportViresh Kumar2015-08-111-9/+1
* greybus: operation: fix atomic response allocationJohan Hovold2015-07-201-1/+2
* greybus: control: Use gb_builtin_protocol_driver()Viresh Kumar2015-07-011-10/+1
* greybus: Add control protocol supportViresh Kumar2015-06-231-0/+150
OpenPOWER on IntegriCloud