aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-08-04greybus: audio: Split helper APIs based on stream directionVaibhav Agarwal1-177/+228
2016-08-04greybus: audio: Enable audio path based on control switch state onlyVaibhav Agarwal1-284/+50
2016-08-04greybus: audio: Remove un-necessary goto statementVaibhav Agarwal1-10/+11
2016-08-03greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath2-18/+50
2016-08-03greybus: arche-platform: Reset SVC & APB only if turned off by SUSPEND_PREPAREVaibhav Hiremath1-0/+3
2016-08-03greybus: es2: rename USB vendor-request timeout defineJohan Hovold1-17/+18
2016-08-03greybus: es2: add define for ARPC CPort requestsJohan Hovold1-1/+5
2016-08-03greybus: es2: allow ARPC result to be ignoredJohan Hovold1-2/+4
2016-08-03greybus: es2: always set result valueJohan Hovold1-4/+7
2016-08-03greybus: es2: clean up ARPC symbol namesJohan Hovold2-4/+4
2016-08-03greybus: connection: fix offloaded-connection ping cport idJohan Hovold1-1/+1
2016-08-03greybus: control: remove some bracesJohan Hovold1-2/+1
2016-08-03greybus: remove unused protocol-version messagesJohan Hovold1-9/+0
2016-08-03greybus: audio: Remove GET_TX/RX_DELAY message typesMark Greer3-62/+2
2016-08-03greybus: audio: apbridgea: Remove GET_TX/RX_DELAY message typesMark Greer3-40/+2
2016-08-03greybus: timesync: Printout strobe count on sync failureBryan O'Donoghue1-1/+2
2016-08-03greybus: timesync: Ensure parallel synchronous calls succeedBryan O'Donoghue1-2/+1
2016-08-03greybus: timesync: Implement a retry mechanismBryan O'Donoghue1-6/+16
2016-08-03greybus: svc_watchdog: use schedule_delayed_work helperDavid Lin1-5/+3
2016-08-03greybus: interface: delete control device upon enable failureDavid Lin1-1/+3
2016-07-28greybus: es2: fix arpc active-list corruptionJohan Hovold1-1/+1
2016-07-28greybus: es2: fix arpc error messageJohan Hovold1-2/+2
2016-07-28greybus: es2: fix arpc response-allocation error handlingJohan Hovold1-1/+1
2016-07-28greybus: replace Ara referencesJohan Hovold3-16/+16
2016-07-28greybus: Documentation/sysfs: replace Ara referencesJohan Hovold1-2/+2
2016-07-28greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disableVaibhav Hiremath1-1/+1
2016-07-27greybus: camera: Rename debug and metadata mbus formatsGjorgji Rosikopulos1-2/+2
2016-07-26greybus: audio: add runtime pm to enumerated control and DAPM widgetDavid Lin1-0/+47
2016-07-26greybus: svc_watchdog: Add sysfs file to change the behavior of biteDavid Lin4-8/+66
2016-07-26greybus: firmware: Update Documentation and sample applicationViresh Kumar2-17/+52
2016-07-26greybus: firmware: Add 'status' byte to backend fw version responseViresh Kumar3-13/+61
2016-07-26greybus: firmware: Add new status types for backend updated requestViresh Kumar2-1/+4
2016-07-26greybus: interface: Add quirk for no PM for S2 LoaderViresh Kumar4-4/+21
2016-07-26greybus: interface: Rename *_NO_PM as *_NO_BUNDLE_ACTIVATEViresh Kumar3-3/+3
2016-07-26greybus: firmware: Add runtime PM supportViresh Kumar3-5/+46
2016-07-26greybus: operation: clean up request handlerJohan Hovold1-8/+12
2016-07-26greybus: operation: fix broken response tracepointJohan Hovold1-1/+3
2016-07-26greybus: operation: fix broken response error messagesJohan Hovold1-7/+10
2016-07-22greybus: HID: Add runtime pm supportPhilip Yang1-4/+47
2016-07-22greybus: bootrom: Rename download_firmware() as find_firmware()Viresh Kumar1-4/+4
2016-07-22greybus: bootrom: Create gb_bootrom_cancel_timeout()Viresh Kumar1-5/+10
2016-07-22greybus: bootrom: Set timeout before sending AP_READYViresh Kumar1-5/+7
2016-07-22greybus: bootrom: Don't print duplicate error messagesViresh Kumar1-7/+5
2016-07-22greybus: bootrom: Skip setting timeout in failure path of size requestViresh Kumar1-3/+5
2016-07-22greybus: vibrator: integrate runtime pmAnn Chen1-4/+34
2016-07-22greybus: control: Print bundle-id in print messagesViresh Kumar1-14/+16
2016-07-22greybus: operation: print id when synchronous operation timeoutDavid Lin1-2/+2
2016-07-22greybus: audio: Avoid using ARA keywordVaibhav Agarwal1-5/+5
2016-07-21greybus: spilib: make spilib independent of gbphyViresh Kumar4-15/+46
2016-07-21greybus: firmware: Improve test applicationViresh Kumar1-50/+96