aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02-12staging: greybus: fix symbolic permission coding style issuesGioh Kim1-3/+3
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim1-11/+15
2017-01-07staging: greybus: remove timesync protocol supportGreg Kroah-Hartman1-87/+0
2016-12-04don't open-code file_inode()Al Viro1-3/+3
2016-08-26greybus: svc: fix timeout indentationJohan Hovold1-1/+1
2016-08-19greybus: svc: drop unnecessary symbol exportsJohan Hovold1-11/+0
2016-08-18greybus: Revert "svc: drop all symbol exports"Greg Kroah-Hartman1-0/+12
2016-08-18greybus: svc: drop all symbol exportsJohan Hovold1-12/+0
2016-08-10greybus: greybus-driver: Add intf_oops operationGeorgi Dobrev1-0/+50
2016-07-26greybus: svc_watchdog: Add sysfs file to change the behavior of biteDavid Lin1-0/+31
2016-07-19greybus: connection: drop the svc quiescing operationJohan Hovold1-31/+0
2016-07-08greybus: svc: add power mode call for link hibernationDavid Lin1-0/+35
2016-07-08greybus: svc: add interface resume operationDavid Lin1-0/+29
2016-06-28greybus: svc: remove input device handling in SVC protocolSandeep Patil1-102/+2
2016-06-15greybus: svc: Pass the correct pointer to input_free_device()Vaibhav Hiremath1-1/+1
2016-06-14greybus: svc: disable connection after all its users are goneViresh Kumar1-1/+3
2016-06-10greybus: Remove extra blank linesViresh Kumar1-1/+0
2016-06-09greybus: update UniPro Set Interface Power Mode operation to match specEli Sennesh1-3/+23
2016-06-08greybus: svc: pwrmon: validate svc protocol op status when getting rail namesDavid Lin1-1/+9
2016-06-07greybus: svc: implement connection_quiescing callJeffrey Carlyle1-1/+22
2016-06-06greybus: timesync: Bind TimeSync into GreybusBryan O'Donoghue1-3/+15
2016-05-27greybus: svc: remove deprecated hotplug operationsJohan Hovold1-122/+0
2016-05-27greybus: interface: implement generic mode-switch functionalityJohan Hovold1-51/+4
2016-05-27greybus: svc: add stub connection-quiescing operationJohan Hovold1-0/+10
2016-05-27greybus: drop a bogus semicolonAlex Elder1-1/+1
2016-05-25greybus: Revert "update UniPro Set Interface Power Mode operation to match spec"Jeffrey Carlyle1-21/+3
2016-05-24greybus: update UniPro Set Interface Power Mode operation to match specEli Sennesh1-3/+21
2016-05-20greybus: svc: use EREMOTEIO for remote errorsJohan Hovold1-4/+4
2016-05-20greybus: svc: fix another pwrmon return valueJohan Hovold1-1/+1
2016-05-14greybus: svc: Add TimeSync SVC commandsBryan O'Donoghue1-0/+85
2016-05-12greybus: svc: support status in svc_intf_activate responseJeffrey Carlyle1-0/+5
2016-05-09greybus: svc: implement svc_intf_activateJeffrey Carlyle1-3/+16
2016-05-09greybus: svc: implement svc_intf_{vsys,refclk,unipro}_{enable,disable} operationsJeffrey Carlyle1-3/+51
2016-05-04greybus: svc: reconfig APBridgeA-Switch link to handle required loadMitchell Tasman1-1/+35
2016-04-29greybus: svc: define the version requestJohan Hovold1-4/+4
2016-04-25greybus: svc: free pwrmon_rails memory upon exitDavid Lin1-0/+2
2016-04-25greybus: svc: clean up gb_svc struct for pwrmonDavid Lin1-13/+14
2016-04-25greybus: svc: implement interface mailbox eventJohan Hovold1-0/+96
2016-04-25greybus: svc: implement module inserted and removed operationsJohan Hovold1-0/+124
2016-04-25greybus: svc: add stub interface-activate functionJohan Hovold1-0/+9
2016-04-25greybus: svc: add stub functions for v_sys, refclk and uniproJohan Hovold1-0/+21
2016-04-25greybus: module: implement controlled module removalJohan Hovold1-0/+4
2016-04-25greybus: core: add module abstractionJohan Hovold1-43/+40
2016-04-25greybus: svc: refactor interface re-enableJohan Hovold1-7/+19
2016-04-25greybus: svc: use a common prefix for debugfs functionsJohan Hovold1-6/+6
2016-04-21greybus: svc: fix function-parameter indentationJohan Hovold1-2/+2
2016-04-21greybus: svc: fix pwrmon return valueJohan Hovold1-1/+1
2016-04-21greybus: svc: keep error messages uniformJohan Hovold1-10/+10