aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-05-27greybus: connection: rename an error labelJohan Hovold1-2/+2
2016-05-27greybus: es2: reset cports at disableJohan Hovold1-2/+2
2016-05-27greybus: connection: log cport-enable error messagesJohan Hovold1-2/+9
2016-05-27greybus: svc: add stub connection-quiescing operationJohan Hovold2-0/+12
2016-05-27greybus: control: implement disconnecting operationJohan Hovold3-0/+20
2016-05-27greybus: connection: add control connection flagJohan Hovold2-7/+14
2016-05-27greybus: interface: avoid I/O to bootrom during removalJohan Hovold2-2/+7
2016-05-27greybus: interface: clean up bootrom quirk handlingJohan Hovold1-4/+7
2016-05-27greybus: core: avoid I/O to disconnected interfacesJohan Hovold5-9/+27
2016-05-27greybus: drop a bogus semicolonAlex Elder1-1/+1
2016-05-27greybus: use PTR_ERR_OR_ZERO()Alex Elder1-4/+1
2016-05-27greybus: fix pointless null checkAlex Elder1-2/+1
2016-05-27greybus: eliminate unneeded null checkAlex Elder1-2/+1
2016-05-27greybus: fix unbalanced mutexAlex Elder1-2/+8
2016-05-27greybus: report right error valueAlex Elder1-1/+1
2016-05-27greybus: es2: Release reserved cports CDSI0 and CDSI1Vaibhav Agarwal1-0/+4
2016-05-27greybus: hd: Add API to release reserved CPortsVaibhav Agarwal2-0/+9
2016-05-26greybus: tracing: define interface tracesAlex Elder2-0/+97
2016-05-26greybus: tracing: add module tracesAlex Elder2-0/+62
2016-05-26greybus: tracing: fix hd tracesAlex Elder4-28/+44
2016-05-26greybus: tracing: fix a bad tracepointAlex Elder1-1/+1
2016-05-26greybus: remove redundant latency-tag sanity checksJohan Hovold1-10/+0
2016-05-26greybus: interface: fix svc-resource error messagesJohan Hovold1-3/+3
2016-05-26greybus: Documentation/sysfs: gbphy0 is an invalid nameViresh Kumar2-0/+0
2016-05-26greybus: Documentation/sysfs: Rename gpbridge to gbphyViresh Kumar2-0/+0
2016-05-26greybus: Fix loopback app after rename to gpphyAxel Haslam1-32/+32
2016-05-25greybus: arche-platform: Enable SVC clock during FW_FLASHING stateVaibhav Hiremath1-2/+12
2016-05-25greybus: arche-platform: Enter ACTIVE state only from OFF stateVaibhav Hiremath1-0/+7
2016-05-25greybus: arche-platform: Make fw_flashing_seq() return errorVaibhav Hiremath1-3/+6
2016-05-25greybus: Revert "update UniPro Set Interface Power Mode operation to match spec"Jeffrey Carlyle4-61/+6
2016-05-24greybus: update UniPro Set Interface Power Mode operation to match specEli Sennesh4-6/+61
2016-05-23greybus: Fix unbalanced irq_enable() backtraceBryan O'Donoghue1-1/+1
2016-05-23greybus: audio: Fix memory leakVaibhav Agarwal1-1/+1
2016-05-20greybus: legacy: remove protocol.o from the makefileDavid Lin1-1/+0
2016-05-20greybus: tracing: refine commentsAlex Elder1-14/+13
2016-05-20greybus: tracing: eliminate "location" commentsAlex Elder1-7/+0
2016-05-20greybus: tracing: define events using macrosAlex Elder1-42/+21
2016-05-20greybus: add operation tracesAlex Elder2-1/+85
2016-05-20greybus: legacy: remove legacy driver supportDavid Lin8-564/+1
2016-05-20greybus: camera: Convert to bundle driverLaurent Pinchart2-40/+84
2016-05-20greybus: fw-management: Fix error message's textViresh Kumar1-1/+1
2016-05-20greybus: fw-core: destroy connections on errorViresh Kumar1-2/+1
2016-05-20greybus: svc: use EREMOTEIO for remote errorsJohan Hovold1-4/+4
2016-05-20greybus: audio_apbridgea: fix two return valuesJohan Hovold1-2/+2
2016-05-20greybus: svc: fix another pwrmon return valueJohan Hovold1-1/+1
2016-05-20greybus: arche-platform: Rename assert_wakedetect=>arche_platform_wd_irq_enVaibhav Hiremath1-4/+4
2016-05-20greybus: arche-platform: Do not assert wake/detect signal to SVCVaibhav Hiremath1-14/+6
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil14-555/+555
2016-05-18greybus: interface: retry enumeration of UniPro-only modulesJeffrey Carlyle2-2/+22
2016-05-18greybus: uart fix missing negation on DTR settingAxel Haslam1-1/+1