aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-03-29greybus: audio: Add module specific driverVaibhav Agarwal2-1/+312
2016-03-29greybus: audio: Use single codec driver registrationVaibhav Agarwal3-869/+1044
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman16-58/+54
2016-03-22greybus: connection: add functions to get/set private dataGreg Kroah-Hartman1-0/+11
2016-03-22greybus: greybus_trace: Fix broken greybus ftraceDavid Lin1-2/+7
2016-03-17greybus: audio: Use CSD instead of E2EFC for audio data connectionsMark Greer1-2/+4
2016-03-17greybus: camera: Improve module registration mechanismGjorgji Rosikopulos2-11/+29
2016-03-17greybus: camera: Register capabilities operationJacopo Mondi1-0/+14
2016-03-17greybus: camera: Implement the capabilities operationLaurent Pinchart1-1/+59
2016-03-16greybus: power_supply: reverse version check for new psy APISandeep Patil2-6/+6
2016-03-16greybus: loopback_test: handle SIGINT signalAxel Haslam1-13/+40
2016-03-16greybus: Ensure gb->mutex is held when adding timerBryan O'Donoghue1-1/+4
2016-03-16greybus: loopback: Fix broken loopback min valuesAlexandre Bailon1-0/+3
2016-03-10greybus: greybus_protocols: remove svc-eject timeout defineJohan Hovold2-2/+3
2016-03-10greybus: svc: print an error message on failed eject attemptsJohan Hovold1-4/+11
2016-03-10greybus: svc: unexport eject helperJohan Hovold1-1/+0
2016-03-10greybus: interface: separate disabling from removalJohan Hovold3-36/+38
2016-03-10greybus: interface: rename initialisation functionJohan Hovold3-5/+5
2016-03-10greybus: interface: move interface-removal helperJohan Hovold4-10/+10
2016-03-10greybus: interface: remove useless spinlockJohan Hovold1-7/+3
2016-03-10greybus: interface: disable control connection on initialisation errorsJohan Hovold1-4/+11
2016-03-10greybus: svc: always register interfaces at hotplugJohan Hovold1-13/+9
2016-03-10greybus: interface: free bundles on initialisation errorsJohan Hovold1-5/+13
2016-03-10greybus: interface: separate initialisation and registrationJohan Hovold3-14/+22
2016-03-10greybus: svc: refactor interface-route destructionJohan Hovold1-11/+12
2016-03-10greybus: svc: refactor interface-route creationJohan Hovold3-48/+64
2016-03-10greybus: interface: add comment about early control-connection disableJohan Hovold1-0/+4
2016-03-10greybus: interface: remove unused drvdata helpersJohan Hovold1-14/+0
2016-03-10greybus: interface: remove unused function prototypeJohan Hovold1-1/+0
2016-03-09greybus: loopback: Fix broken synchonous testAlexandre Bailon1-4/+7
2016-03-09greybus: loopback: round closest the sixth decimalAlexandre Bailon1-1/+1
2016-03-09greybus: loopback: Fix warning on 32-bit buildAlexandre Bailon1-1/+2
2016-03-09greybus: greybus_manifest: remove unused SVC classJohan Hovold1-1/+1
2016-03-09greybus: greybus_manifest: remove unused AP class and protocolJohan Hovold1-2/+2
2016-03-08greybus: loopback_test: Use timeout argumentAxel Haslam1-1/+1
2016-03-08greybus: arche-platform: fix incorrect gpio variable typeDavid Lin2-2/+2
2016-03-05greybus: properly annotate struct gb_control_timesync_enable_requestGreg Kroah-Hartman1-3/+3
2016-03-04greybus: camera: disable E2EFC on CSI connectionFabien Parent1-3/+1
2016-03-04greybus: hd: rename CPort-features callbacksJohan Hovold4-23/+25
2016-03-04greybus: connection: add CSD connection flagJohan Hovold2-1/+8
2016-03-04greybus: connection: generalise CPortFlags handlingJohan Hovold4-15/+24
2016-03-04greybus: svc: clean up CPortFlags handlingJohan Hovold1-12/+5
2016-03-04greybus: connection: add connection-flag interfaceJohan Hovold2-4/+24
2016-03-03greybus: control: Add TimeSync control commandsBryan O'Donoghue2-0/+41
2016-03-03greybus: timesync: Add Control and SVC protocol TimeSync operation definitionsBryan O'Donoghue1-15/+21
2016-03-03greybus: timesync: Add Control and SVC TimeSync command/response data definitionsBryan O'Donoghue1-0/+28
2016-03-03greybus: manifest: reserve the Bridged PHY classGreg Kroah-Hartman2-1/+13
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman10-27/+42
2016-03-03greybus: remove gb_i2c_retries_operationMichael Mogenson2-39/+2
2016-03-03greybus: remove gb_i2c_timeout_operationMichael Mogenson2-34/+4