summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2016-06-10greybus: Remove extra blank linesViresh Kumar12-17/+0
2016-06-10greybus: firmware: Fix spelling mistakeViresh Kumar1-1/+1
2016-06-10greybus: timesync: Do 64 bit divisions in a 32 friendly wayBryan O'Donoghue1-7/+15
2016-06-10greybus: uart: Fix minor number leakBryan O'Donoghue1-0/+1
2016-06-10greybus: audio: Ratelimit err messages in bundle, topology driverVaibhav Agarwal2-21/+27
2016-06-09greybus: Remove apbridgea_shutdown_xx sequence if already doneVaibhav Agarwal1-12/+0
2016-06-09greybus: Use mute_stream callback to initiate GB data xferVaibhav Agarwal1-58/+19
2016-06-09greybus: update UniPro Set Interface Power Mode operation to match specEli Sennesh4-7/+64
2016-06-09greybus: connection: Avoid unnecessary line breaksViresh Kumar1-4/+2
2016-06-09greybus: hd: Export host device tracepoint from hd.cViresh Kumar2-6/+5
2016-06-09greybus: Remove legacy suspend/resume callbacksViresh Kumar1-3/+0
2016-06-09greybus: Use BIT(2) for GREYBUS_ID_MATCH_CLASSViresh Kumar1-1/+1
2016-06-09greybus: core: Make greybus_match_one_id() return boolViresh Kumar1-5/+5
2016-06-09greybus: bootrom: Compile as a separate moduleViresh Kumar4-36/+4
2016-06-09greybus: remove obsolete SVC result codesMarti Bolivar1-3/+3
2016-06-09greybus: pwm: Fix compilation with v4.3 kernelViresh Kumar1-2/+2
2016-06-09greybus: camera: Add debug data formatGjorgji Rosikopulos1-1/+5
2016-06-09greybus: fix forced disable of offloaded connectionsJohan Hovold1-0/+8
2016-06-09greybus: tracing: drop "greybus" prefixAlex Elder1-4/+4
2016-06-08greybus: don't key on an enumerated constantAlex Elder1-1/+7
2016-06-08greybus: svc: pwrmon: validate svc protocol op status when getting rail namesDavid Lin2-1/+10
2016-06-08greybus: kernel_ver.h: provide pwm_is_enabled()Greg Kroah-Hartman2-1/+8
2016-06-08greybus: audio: Ratelimit err messagesVaibhav Agarwal1-17/+17
2016-06-07greybus: svc: implement connection_quiescing callJeffrey Carlyle2-1/+34
2016-06-06greybus: timesync: Add debugfs entry to display frame-ping in ktimeBryan O'Donoghue1-12/+102
2016-06-06greybus: timesync: Add gb_timesync_frame_time_to_timespec()Bryan O'Donoghue2-25/+247
2016-06-06greybus: tracepoints: Add standard Linux tracepoint for TimeSync eventBryan O'Donoghue2-5/+40
2016-06-06greybus: timesync: Bind TimeSync into GreybusBryan O'Donoghue3-3/+32
2016-06-06greybus: timesync: Add timesync core driverBryan O'Donoghue10-13/+1288
2016-06-06greybus: audio: Report DISCONNECT event after resource cleanup.Vaibhav Agarwal1-1/+3
2016-06-06greybus: audio: Report warning in case module is already removedVaibhav Agarwal1-0/+2
2016-06-03greybus: tracing: fix message tracesAlex Elder1-20/+12
2016-06-03greybus: tracing: add timing tracesAlex Elder4-1/+23
2016-06-03greybus: tracing: define connection tracesAlex Elder2-0/+96
2016-06-03greybus: tracing: define bundle tracesAlex Elder2-0/+65
2016-06-03greybus: tracing: add interface mode_switchAlex Elder1-2/+4
2016-06-03greybus: tracing: assign "parent" id firstAlex Elder1-2/+2
2016-06-03greybus: tracing: fix module num_interfacesAlex Elder1-3/+5
2016-06-03greybus: tracing: reorder trace definitionsAlex Elder1-53/+53
2016-06-03greybus: tracing: fix host device num_cportsAlex Elder1-2/+2
2016-06-03greybus: define BUNDLE_ID_NONEAlex Elder2-0/+7
2016-06-03greybus: tracing: fix "make check" warningsAlex Elder1-7/+7
2016-06-03greybus: camera-gb: Implement camera module reference counting as subject.Evgeniy Borisov1-25/+72
2016-06-03greybus: camera-gb: Extend gb camera module structureEvgeniy Borisov1-0/+6
2016-06-03greybus: camera-gb: Add description of interface headerEvgeniy Borisov1-4/+63
2016-06-02greybus: Add comment about the mode_switch_started flagViresh Kumar1-0/+5
2016-06-02greybus: interface: Mode switch takes over a secondViresh Kumar1-1/+1
2016-06-02greybus: control: Mode-switch is a 'core' operationViresh Kumar1-7/+13
2016-06-02greybus: fw-mgmt: Add hooks to do mode-switchViresh Kumar1-1/+8
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar11-84/+0