summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-01-14greybus: audio: Use greybus connection device for codec registrationVaibhav Agarwal2-35/+432
2016-01-14greybus: Makefile: fix up build test for gb-audio-codec.koGreg Kroah-Hartman1-1/+0
2016-01-14greybus: audio: Build audio module conditionallyVaibhav Agarwal3-7/+7
2016-01-14greybus: audio: Add Audio ManagerSvetlin Ankov6-0/+644
2016-01-14greybus: audio: Add direct audio streaming control for APBridgeAMark Greer5-0/+333
2016-01-14greybus: audio: Add Greybus Audio Device Class Protocol helper routinesMark Greer3-0/+309
2016-01-14greybus: audio: Add Audio Device Class Protocol definitionsMark Greer1-0/+367
2016-01-14greybus: audio: Use underscore in file nameMark Greer2-1/+1
2016-01-14greybus: arche-apb-ctrl: Enable the clocks after regulator enableVaibhav Hiremath1-14/+17
2016-01-14greybus: camera: HACK: Register gb camera to the HOST cameraGjorgji Rosikopulos1-0/+121
2016-01-14greybus: camera: HACK: Export GB camera interfaceGjorgji Rosikopulos1-0/+37
2016-01-14greybus: lights: remove sync operation and work queueRui Miguel Silva1-1/+22
2016-01-14greybus: kernel_ver: add handle for lights in 4.5Rui Miguel Silva1-0/+9
2016-01-14greybus: uevent: add GREYBUS_ID to ueventGreg Kroah-Hartman1-0/+4
2016-01-13greybus: makefile: add requirement for CONFIG_INPUTRui Miguel Silva1-1/+1
2016-01-13greybus: connection: refactor connection enable and disableJohan Hovold1-24/+45
2016-01-13greybus: connection: fix connection-state handlingJohan Hovold2-10/+14
2016-01-13greybus: svc: add intf_eject attributeRui Miguel Silva2-0/+37
2016-01-13greybus: svc: add interface eject operationRui Miguel Silva3-0/+25
2016-01-12greybus: power_supply: fix check for configured supplyRui Miguel Silva1-1/+2
2016-01-12greybus: APBridge: move APBridge request protocol to a common .h fileGreg Kroah-Hartman3-32/+32
2016-01-12greybus: host: provide "generic" apbridge output callsGreg Kroah-Hartman5-66/+104
2016-01-12greybus: power_supply: fix use after free of power supplyRui Miguel Silva1-3/+1
2016-01-12greybus: power_supply: fix leak getting string propertiesRui Miguel Silva1-5/+3
2016-01-12greybus: power_supply: fix error path at supplies setupRui Miguel Silva1-1/+6
2016-01-12greybus: power_supply: free supplies at releaseRui Miguel Silva1-0/+1
2016-01-12greybus: power_supply: fix unregister on error pathRui Miguel Silva1-2/+8
2016-01-12greybus: power_supply: do not release failed supply allocRui Miguel Silva1-0/+3
2016-01-12greybus: power_supply: fix lock imbalance in init error pathJohan Hovold1-2/+4
2016-01-12greybus: arche-platform: Add wake/detect support along with handshaking with APVaibhav Hiremath1-5/+70
2016-01-12greybus: arche-apb-ctrl: deassert reset at the end of probeVaibhav Hiremath1-5/+6
2016-01-12greybus: arche-apb-ctrl: Remove wake_detect gpio and related codeVaibhav Hiremath1-81/+0
2016-01-12greybus: arche: Remove unwanted headers and rearrange othersViresh Kumar2-24/+13
2016-01-12greybus: arche-apb: Drop unnecessary checksViresh Kumar1-7/+1
2016-01-12greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error casesViresh Kumar1-9/+17
2016-01-12greybus: arche-apb: Don't use gpio after failing to request itViresh Kumar1-5/+8
2016-01-12greybus: arche-apb: Properly use dev_err/info/warnViresh Kumar1-7/+7
2016-01-12greybus: arche-apb: NULL is a valid regulatorViresh Kumar1-10/+6
2016-01-12greybus: arche-apb: devm_regulator_get() doesn't return NULLViresh Kumar1-2/+2
2016-01-12greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checksViresh Kumar1-6/+6
2016-01-12greybus: arche-apb: platform data 'apb' is guaranteed to be validViresh Kumar1-3/+1
2016-01-12greybus: arche-apb: Spelling and whitespace fixesViresh Kumar1-3/+1
2016-01-12greybus: arche-platform: propagate errors returned by gpiolibViresh Kumar1-3/+3
2016-01-12greybus: arche-platform: svc_reset_gpio can't be invalid in arche_platform_cl...Viresh Kumar1-3/+2
2016-01-12greybus: arche-platform: Put APB in reset if of_platform_populate() failsViresh Kumar1-2/+5
2016-01-12greybus: arche-platform: Export GPIOs after populating APBsViresh Kumar1-2/+2
2016-01-12greybus: arche-platform: arche_pdata is guaranteed to be validViresh Kumar1-4/+1
2016-01-09greybus: firmware/bootrom: debug output from bootrom protocolEli Sennesh1-2/+19
2016-01-09greybus: connection: fix version-request error handlingJohan Hovold1-2/+3
2016-01-09greybus: core: fix greybus device matchingJohan Hovold1-1/+6