aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/interface.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-11staging: greybus: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGravatar Greg Kroah-Hartman 1-0/+1
2017-07-27staging: greybus: fix parenthesis alignmentsGravatar Diwakar Sharma 1-20/+20
2017-01-07staging: greybus: remove timesync protocol supportGravatar Greg Kroah-Hartman 1-54/+2
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGravatar Greg Kroah-Hartman 1-1/+1
2016-08-06greybus: interface: fix timesync registration sequencingGravatar David Lin 1-9/+9
2016-08-03greybus: interface: delete control device upon enable failureGravatar David Lin 1-1/+3
2016-07-28greybus: replace Ara referencesGravatar Johan Hovold 1-14/+14
2016-07-26greybus: interface: Add quirk for no PM for S2 LoaderGravatar Viresh Kumar 1-0/+10
2016-07-26greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATEGravatar Viresh Kumar 1-1/+1
2016-07-21greybus: control: suppress bundle_activate() for bootromGravatar Johan Hovold 1-1/+2
2016-07-21greybus: interface: fix interface_id attribute groupGravatar Johan Hovold 1-1/+1
2016-07-20greybus: interface: hibernate UniPro link in activation error pathGravatar Johan Hovold 1-2/+9
2016-07-20greybus: interface: add power_state attributeGravatar Viresh Kumar 1-0/+58
2016-07-20greybus: interface: prevent reactivation during removalGravatar Johan Hovold 1-1/+1
2016-07-20greybus: interface: make sure type is invariant during reactivationGravatar Johan Hovold 1-20/+55
2016-07-20greybus: interface: clean up ES3 activation-retry hackGravatar Johan Hovold 1-8/+32
2016-07-20greybus: interface: do not read DME during reactivationGravatar Johan Hovold 1-1/+11
2016-07-20greybus: interface: use an enum for interface typeGravatar Johan Hovold 1-14/+18
2016-07-19greybus: interface: amend interface registration messageGravatar Johan Hovold 1-5/+14
2016-07-19greybus: interface: make attributes type dependentGravatar Johan Hovold 1-0/+47
2016-07-19greybus: interface: partition attribute groupGravatar Johan Hovold 1-3/+38
2016-07-19greybus: interface: add interface-type attributeGravatar Johan Hovold 1-0/+25
2016-07-16greybus: timesync/pm: Make synchronous call to restore FrameTimeGravatar Bryan O'Donoghue 1-0/+6
2016-07-14greybus: interface: add runtime pm supportGravatar David Lin 1-0/+109
2016-07-08greybus: interface: send deactivate prepare when interface is disabledGravatar David Lin 1-0/+3
2016-07-08greybus: interface: implement unipro link hibernate callGravatar David Lin 1-4/+2
2016-06-23greybus: timesync: Enforce TimeSync locks as subordinate to Interface locksGravatar Bryan O'Donoghue 1-41/+9
2016-06-06greybus: timesync: Bind TimeSync into GreybusGravatar Bryan O'Donoghue 1-0/+7
2016-06-06greybus: timesync: Add timesync core driverGravatar Bryan O'Donoghue 1-0/+55
2016-06-02greybus: interface: Mode switch takes over a secondGravatar Viresh Kumar 1-1/+1
2016-05-27greybus: interface: implement generic mode-switch functionalityGravatar Johan Hovold 1-2/+178
2016-05-27greybus: interface: avoid I/O to bootrom during removalGravatar Johan Hovold 1-2/+6
2016-05-27greybus: interface: clean up bootrom quirk handlingGravatar Johan Hovold 1-4/+7
2016-05-27greybus: core: avoid I/O to disconnected interfacesGravatar Johan Hovold 1-7/+0
2016-05-26greybus: tracing: define interface tracesGravatar Alex Elder 1-0/+17
2016-05-26greybus: interface: fix svc-resource error messagesGravatar Johan Hovold 1-3/+3
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereGravatar Sandeep Patil 1-1/+1
2016-05-18greybus: interface: retry enumeration of UniPro-only modulesGravatar Jeffrey Carlyle 1-1/+2
2016-05-13greybus: interface: remove unused interface-version quirkGravatar Johan Hovold 1-4/+1
2016-05-13greybus: interface: fix type in enable error messageGravatar Johan Hovold 1-1/+1
2016-05-05greybus: Revert "interface: Fetch and expose version of interface's firmware"Gravatar Viresh Kumar 1-15/+0
2016-04-28greybus: interface: fix broken UniPro flow controlGravatar Johan Hovold 1-0/+3
2016-04-25greybus: interface: implement interface activation and power downGravatar Johan Hovold 1-2/+122
2016-04-25greybus: interface: add active state flagGravatar Johan Hovold 1-0/+7
2016-04-25greybus: module: implement controlled module removalGravatar Johan Hovold 1-1/+21
2016-04-25greybus: core: add module abstractionGravatar Johan Hovold 1-28/+12
2016-04-21greybus: svc: keep interfaces registered during mode switchGravatar Johan Hovold 1-15/+17
2016-04-21greybus: interface: reduce control-device lifetimeGravatar Johan Hovold 1-12/+22
2016-04-21greybus: control: return error pointer when failing to create control deviceGravatar Johan Hovold 1-2/+4