aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-04-29greybus: operation: add helper functions for unidirectional operationsJohan Hovold2-0/+57
2016-04-29greybus: operation: add support for initiating unidirectional operationsJohan Hovold2-12/+29
2016-04-29greybus: operation: update gb_operation_request_send() documentationJohan Hovold1-7/+14
2016-04-29greybus: fix outdated kernel-doc commentJohan Hovold1-1/+1
2016-04-29greybus: interface: remove unused prototypeJohan Hovold1-3/+0
2016-04-29greybus: Documentation/sysfs: fix sysfs pathsSandeep Patil1-29/+29
2016-04-29greybus: Documentation/sysfs: add entry for host device bus_idSandeep Patil3-0/+9
2016-04-29greybus: hd: add bus_id attributeSandeep Patil1-0/+16
2016-04-28greybus: interface: fix broken UniPro flow controlJohan Hovold1-0/+3
2016-04-27greybus: firmware: Add firmware management bundle driverViresh Kumar3-0/+128
2016-04-25greybus: audio: Identify jack type based on attributes reportedVaibhav Agarwal1-12/+3
2016-04-25greybus: audio: Rename widget_type to jack_attrubuteVaibhav Agarwal1-1/+1
2016-04-25greybus: audio: Reorder gb_deactivate sequence to avoid protocol errorVaibhav Agarwal1-96/+171
2016-04-25greybus: audio: Changes in response to ASoC cleanupVaibhav Agarwal3-7/+11
2016-04-25greybus: Bundle: Initialize dma_mask for bundle deviceViresh Kumar1-0/+1
2016-04-25greybus: svc: free pwrmon_rails memory upon exitDavid Lin1-0/+2
2016-04-25greybus: svc: clean up gb_svc struct for pwrmonDavid Lin2-15/+14
2016-04-25greybus: svc: implement interface mailbox eventJohan Hovold2-0/+109
2016-04-25greybus: svc: implement module inserted and removed operationsJohan Hovold2-0/+140
2016-04-25greybus: interface: implement interface activation and power downJohan Hovold1-2/+122
2016-04-25greybus: svc: add stub interface-activate functionJohan Hovold3-0/+24
2016-04-25greybus: svc: add stub functions for v_sys, refclk and uniproJohan Hovold2-0/+24
2016-04-25greybus: interface: add active state flagJohan Hovold2-0/+8
2016-04-25greybus: module: implement controlled module removalJohan Hovold5-2/+83
2016-04-25greybus: core: add module abstractionJohan Hovold11-96/+333
2016-04-25greybus: svc: refactor interface re-enableJohan Hovold1-7/+19
2016-04-25greybus: Documentation/sysfs: sort entries alphabeticallyJohan Hovold1-18/+18
2016-04-25greybus: Documentation/sysfs: add entry for control deviceJohan Hovold1-3/+11
2016-04-25greybus: svc: use a common prefix for debugfs functionsJohan Hovold1-6/+6
2016-04-25greybus: audio: acquire wakelock during active playbackVaibhav Agarwal1-0/+1
2016-04-23greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar3-27/+33
2016-04-22greybus: audio: acquire wakelock during active playbackVaibhav Agarwal1-1/+5
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
2016-04-21greybus: es2: move ap_disconnect() below ap_probe()Viresh Kumar1-13/+13
2016-04-21greybus: es2: don't protest when getting -ENOENT/ESHUTDOWN USB errorsViresh Kumar1-0/+5
2016-04-21greybus: es2: disable cport-in after remove greybus host deviceViresh Kumar1-2/+2
2016-04-21greybus: es2: Allow proper release of greybus host deviceViresh Kumar1-0/+1
2016-04-21greybus: audio-codec: Staticize few routines to fix build warningsViresh Kumar1-3/+3
2016-04-21greybus: bootrom: fix typoViresh Kumar1-1/+1
2016-04-21greybus: camera-gb: Remove hardcode for CSI TX number of lanesEvgeniy Borisov1-1/+1
2016-04-21greybus: svc: add AP power measurements debugfs supportDavid Lin3-0/+263
2016-04-21greybus: es2: Fix apb_log null pointer exceptionDavid Lin1-1/+1
2016-04-21greybus: uart: Update line coding settings only when neededAxel Haslam1-1/+1
2016-04-21greybus: svc: remove interface-remove helperJohan Hovold1-10/+6
2016-04-21greybus: svc: keep interfaces registered during mode switchJohan Hovold2-56/+31
2016-04-21greybus: svc: make sure to deactivate all interfaces on disconnectJohan Hovold1-0/+1
2016-04-21greybus: interface: reduce control-device lifetimeJohan Hovold2-12/+23
2016-04-21greybus: control: return error pointer when failing to create control deviceJohan Hovold2-7/+12