summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-07-15greybus: connection: add connection-state lockingJohan Hovold
2015-07-15greybus: operation: suppress response submission on connection tear downJohan Hovold
2015-07-15greybus: operation: clean up operation work functionJohan Hovold
2015-07-15greybus: operation: complete operations on cancellationJohan Hovold
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold
2015-07-15greybus: operation: add active counterJohan Hovold
2015-07-15greybus: operation: clean up create-incoming error pathJohan Hovold
2015-07-15greybus: operation: fix another cancellation use-after-freeJohan Hovold
2015-07-14greybus: uart: fix typo in defintionBryan O'Donoghue
2015-07-14greybus: loopback: fix 64bit printf format errorBryan O'Donoghue
2015-07-14greybus: loopback: fix broken tabs in greybus_protocols.hBryan O'Donoghue
2015-07-13greybus: loopback: update throughput metrics to improve granularityBryan O'Donoghue
2015-07-13greybus: loopback: truncate maximum loop data to link sizeBryan O'Donoghue
2015-07-13greybus: loopback: add sink to loopback protocolBryan O'Donoghue
2015-07-13greybus: loopback: make loopback type input equivalent to protocol typeBryan O'Donoghue
2015-07-13greybus: loopback: remove spurious pr_err in sysfs storeBryan O'Donoghue
2015-07-13greybus: loopback: remove magic number in state-machineBryan O'Donoghue
2015-07-13greybus: loopback: Move loopback operation definitionsBryan O'Donoghue
2015-07-13greybus: Cleanup connection leftoversViresh Kumar
2015-07-13greybus: operation: fix incoming-response corruptionJohan Hovold
2015-07-13greybus: operation: fix outgoing-response corruptionJohan Hovold
2015-07-13greybus: operation: fix use-after-free in response receive pathJohan Hovold
2015-07-13greybus: operation: fix operation-destroy raceJohan Hovold
2015-07-08greybus: properly cleanup ida and idr structures when shutting downGreg Kroah-Hartman
2015-07-08greybus: svc: save pointer to struct gb_svc in struct gb_interfaceViresh Kumar
2015-07-08greybus: svc: SVC is part of greybus coreViresh Kumar
2015-07-08greybus: connection: Use connection->dev for printing messagesViresh Kumar
2015-07-08greybus: interface: Fix comment mistake (s/add/init)Viresh Kumar
2015-07-08greybus: connection: Exit connection before destroying itViresh Kumar
2015-07-06greybus: sdio: fix transfer buffer handling and blocks countingRui Miguel Silva
2015-07-06greybus: sdio: add need poll to host capsRui Miguel Silva
2015-07-06greybus: sdio: check number of blocks in transferRui Miguel Silva
2015-07-06greybus: sdio: pass only data pointer to tranfer funtionRui Miguel Silva
2015-07-06greybus: sdio: fix call to stop command if no data existRui Miguel Silva
2015-07-06greybus: sdio: fix return of get_cd and get_roRui Miguel Silva
2015-07-06greybus: sdio: rework of event handlerRui Miguel Silva
2015-07-06greybus: sdio: split cmd_flags to there meaningRui Miguel Silva
2015-07-06greybus: Revert "examples: add manifest file for sdio"Greg Kroah-Hartman
2015-07-06greybus: examples: add manifest file for sdioRui Miguel Silva
2015-07-06greybus: makefile: fix unused cflagsPerry Hung
2015-07-01greybus: operation: fix cancellation of responsesJohan Hovold
2015-07-01greybus: operation: allocate response before setting resultJohan Hovold
2015-07-01greybus: operation: drop redundant oom messageJohan Hovold
2015-07-01greybus: operation: remove obsolete operation-field commentsJohan Hovold
2015-07-01greybus: operation: add unidirectional-operation flagJohan Hovold
2015-07-01greybus: operation: add incoming-operation flagJohan Hovold
2015-07-01greybus: operation: fix cancellation use-after-freeJohan Hovold
2015-07-01greybus: operation: make response helper staticJohan Hovold
2015-07-01greybus: operation: allow atomic request submissionsJohan Hovold
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold