aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-02-05greybus: spi: add device_type field to device configRui Miguel Silva3-2/+28
2016-02-05greybus: uart: fix double free of tty portRui Miguel Silva1-1/+0
2016-02-05greybus: power_supply: rework get descriptorsRui Miguel Silva1-20/+37
2016-02-05greybus: camera: Add missing return valueJacopo Mondi1-2/+1
2016-02-05greybus: camera: Reset link speed on failed configJacopo Mondi1-6/+11
2016-02-05greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath1-1/+0
2016-02-03greybus: fix sparse warning in manifest.cGreg Kroah-Hartman1-1/+1
2016-02-03greybus: audio_manager: add missing headerBartosz Golaszewski1-0/+1
2016-02-02greybus: audio: use variable 'is_connected' to maintain module stateVaibhav Agarwal3-1/+38
2016-02-02greybus: audio: codec driver cleanupVaibhav Agarwal3-512/+230
2016-02-02greybus: connection: Fix sparse warnings around lockingViresh Kumar1-0/+2
2016-02-02greybus: lsgb: remove it, it's in the gb-utils repoGreg Kroah-Hartman1-151/+0
2016-02-02greybus: control: Fix sparse warningsViresh Kumar1-1/+1
2016-02-02greybus: audio: Fix sparse warningsViresh Kumar2-0/+2
2016-02-02greybus: audio_manager: use an 'ida' for the module idGreg Kroah-Hartman1-4/+9
2016-02-01greybus: loopback_test: Decrease the max number of devicesAxel Haslam1-1/+1
2016-02-01greybus: firmware: convert to bundle driverJohan Hovold6-27/+130
2016-02-01greybus: legacy: remove unimplemented classes from id tableJohan Hovold1-3/+0
2016-01-29greybus: arche-platform: reduce wait between WAKE_OUT checksMichael Scott1-2/+2
2016-01-29greybus: arche-platform: assert wake-detect to complete WAKE_OUT eventMichael Scott1-2/+4
2016-01-29greybus: arche-platform: bring SVC out of reset later in probeMichael Scott1-4/+4
2016-01-29greybus: arche-platform: ensure wake-detect pin is deassertedMichael Scott1-0/+2
2016-01-28greybus: hd: fix host-device-removal raceJohan Hovold1-2/+5
2016-01-27greybus: audio: Rename Audio class and remove the unused oneViresh Kumar2-3/+3
2016-01-27greybus: audio_codec: convert to bundle driverViresh Kumar4-70/+202
2016-01-27greybus: audio_codec: Free gccodec on dia probe failureViresh Kumar1-2/+9
2016-01-27greybus: audio_codec: Free gccodec on codec probe failureViresh Kumar1-0/+1
2016-01-27greybus: legacy: fix a null pointer dereferenceBartosz Golaszewski1-0/+3
2016-01-26greybus: loopback_test: make output to csv file a parameter optionAxel Haslam1-4/+8
2016-01-26greybus: svc watchdog: allow it to be enabled/disabled from userspaceGreg Kroah-Hartman4-9/+94
2016-01-26greybus: camera: only build module against msm kernelGreg Kroah-Hartman1-1/+3
2016-01-26greybus: svc: double the ping delay timeoutGreg Kroah-Hartman1-2/+3
2016-01-25greybus: arche-platform: Disable clock as part of driver removeVaibhav Hiremath2-0/+5
2016-01-25greybus: camera: Stream config change unipro speedJacopo Mondi1-22/+88
2016-01-23greybus: svc: return proper error code on watchdog create errorGreg Kroah-Hartman1-0/+1
2016-01-23greybus: svc: add a "watchdog" to check the network healthGreg Kroah-Hartman4-0/+123
2016-01-22greybus: lsgb: Minor tweaksGreg Kroah-Hartman1-6/+8
2016-01-22greybus: camera: add semiplanar and planar formatsGjorgji Rosikopulos1-2/+10
2016-01-22greybus: svc: Expose and retain VID/PID received from bootrom for ES2Viresh Kumar2-10/+36
2016-01-22greybus: lsgb: add lsgb shell scriptGreg Kroah-Hartman1-0/+149
2016-01-21greybus: audio_codec: update codec_name as per driver->nameVaibhav Agarwal1-1/+2
2016-01-21greybus: firmware: abort if AP_READY failsJohan Hovold1-9/+7
2016-01-21greybus: vibrator: convert to bundle driverJohan Hovold2-22/+54
2016-01-21greybus: hid: convert to bundle driverJohan Hovold2-20/+51
2016-01-21greybus: hid: clean up init error pathsJohan Hovold1-7/+9
2016-01-21greybus: connection: set request handlers at creationJohan Hovold4-46/+82
2016-01-21greybus: legacy: look up protocol at connection creationJohan Hovold1-49/+42
2016-01-21greybus: connection: remove legacy protocol id from coreJohan Hovold2-9/+7
2016-01-21greybus: legacy: add initialized flagJohan Hovold1-1/+6
2016-01-21greybus: legacy: refactor legacy-connection handlingJohan Hovold1-22/+45