summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-21greybus: manifest: check for duplicate CPort descriptors when parsingJohan Hovold1-3/+14
2016-01-21greybus: core: defer connection creation to driver probeJohan Hovold6-42/+77
2016-01-21greybus: add bundle class to the bundle ueventGreg Kroah-Hartman1-0/+2
2016-01-21greybus: svc: add ping commandGreg Kroah-Hartman3-0/+9
2016-01-21greybus: firmware: log the name of the firmware being requestedGreg Kroah-Hartman1-2/+11
2016-01-20greybus: svc: add key event handlingRui Miguel Silva3-6/+121
2016-01-20greybus: audio_codec: Don't be tricky with the driver modelGreg Kroah-Hartman1-15/+0
2016-01-19greybus: legacy: add private driver dataJohan Hovold1-2/+23
2016-01-19greybus: connection: make cport lookup thread-safeJohan Hovold1-12/+6
2016-01-19greybus: connection: serialise connection creationJohan Hovold1-1/+16
2016-01-19greybus: connection: fix lookup raceJohan Hovold1-2/+21
2016-01-19greybus: connection: drop the connection_mutexJohan Hovold1-5/+1
2016-01-19greybus: connection: destroy workqueue at unregisterJohan Hovold1-4/+4
2016-01-19greybus: connection: remove WARN_ON from destroyJohan Hovold1-1/+1
2016-01-19greybus: control: add bundle-version operationJohan Hovold5-0/+72
2016-01-19greybus: connection: remove broken protocol-version handlingJohan Hovold3-9/+13
2016-01-19greybus: svc: store protocol versionJohan Hovold2-4/+7
2016-01-19greybus: core: disable bundle connections on hot-unplugJohan Hovold1-2/+6
2016-01-19greybus: legacy: use protocol pointer to determine stateJohan Hovold1-1/+1
2016-01-19greybus: connection: move legacy-protocol handling to legacy driverJohan Hovold4-113/+105
2016-01-19greybus: svc: drop legacy-protocol dependencyJohan Hovold4-50/+5
2016-01-19greybus: control: drop legacy-protocol dependencyJohan Hovold4-35/+62
2016-01-19greybus: greybus_protocols: remove control-protocol versionJohan Hovold2-4/+5
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold4-13/+11
2016-01-19greybus: firmware: remove skip-disconnected flagJohan Hovold1-1/+0
2016-01-19greybus: core: add defensive connection disable post disconnectJohan Hovold1-0/+7
2016-01-19greybus: core: disable incoming operations pre disconnectJohan Hovold1-0/+4
2016-01-19greybus: connection: add helper to disable incoming operationsJohan Hovold2-0/+55
2016-01-19greybus: connection: add unidirectional enabled stateJohan Hovold3-4/+29
2016-01-19greybus: connection: make connection enable/disable thread safeJohan Hovold2-2/+19
2016-01-19greybus: connection: disable operations on enable errorsJohan Hovold1-0/+1
2016-01-19greybus: connection: clean up operation cancellation on disableJohan Hovold1-31/+28
2016-01-19greybus: connection: always cancel operations on connection disableJohan Hovold2-10/+8
2016-01-19greybus: connection: add per-connection request handlersJohan Hovold3-9/+27
2016-01-19greybus: connection: remove disable from destructorJohan Hovold1-2/+0
2016-01-19greybus: connection: rename legacy init and exit functionsJohan Hovold5-14/+17
2016-01-19greybus: legacy: add legacy-protocol bundle driverJohan Hovold7-21/+125
2016-01-17greybus: camera: Update configure stream based on new interfaceGjorgji Rosikopulos1-8/+22
2016-01-17greybus: camera: Add support for configure streams flag in gb interfaceGjorgji Rosikopulos1-2/+7
2016-01-15greybus: firmware: replace colons with underscore in firmware file requestMichael Scott1-1/+1
2016-01-15greybus: Revert "camera: Fix backword compatibility in configure streams"Greg Kroah-Hartman1-2/+0
2016-01-15greybus: camera: Fix backword compatibility in configure streamsGjorgji Rosikopulos1-0/+2
2016-01-14greybus: camera: Return the result flags from the configure_streams responseLaurent Pinchart1-8/+12
2016-01-13greybus: audio: Enable codec module detection on different slotsVaibhav Agarwal1-5/+9
2016-01-13greybus: audio: Cleanup GB protocol connections in case of abrupt codec removalVaibhav Agarwal2-0/+61
2016-01-13greybus: audio: cleanup unnecessary dev_err messagesVaibhav Agarwal1-5/+5
2016-01-13greybus: audio: Report uevent on GB codec module insertion/removalVaibhav Agarwal2-0/+53
2016-01-13greybus: audio: Add GB Audio class protocol functionality in GB codec DAI opsVaibhav Agarwal1-3/+302
2016-01-13greybus: audio: Add topology parser for GB codecVaibhav Agarwal4-210/+1191
2016-01-13greybus: audio: Use greybus connection device for codec registrationVaibhav Agarwal2-35/+432