aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-11-17greybus: vibrator-gb: proper allocate minor numbersGreg Kroah-Hartman1-5/+12
2014-11-17greybus: vibrator-gb: fixes based on Marti's review comments.Greg Kroah-Hartman2-18/+12
2014-11-17greybus: vibrator-gb: add vibrator driverGreg Kroah-Hartman5-1/+320
2014-11-17greybus: greybus_manifest.h: update with full list of protocolsGreg Kroah-Hartman1-2/+9
2014-11-17greybus: uart: handle NULL size requests in request_operation()Greg Kroah-Hartman1-1/+2
2014-11-17greybus: get rid of cport_id_map_lockAlex Elder3-6/+4
2014-11-17greybus: use a simple list of hd connectionsAlex Elder4-43/+7
2014-11-17greybus: record the host device in a gbufAlex Elder4-17/+13
2014-11-17greybus: use gbuf's destination cport idAlex Elder1-14/+9
2014-11-17greybus: record a gbuf's destination CPort idAlex Elder4-9/+15
2014-11-17greybus: reference count operationsAlex Elder2-4/+18
2014-11-17greybus: clean up gb_connection_operation_recv()Alex Elder2-6/+20
2014-11-17greybus: kill gb_operation_gbuf_complete()Alex Elder1-51/+0
2014-11-17greybus: delete some lines in "greybus.h"Alex Elder1-5/+0
2014-11-17greybus: move operation timeout teardownAlex Elder1-3/+1
2014-11-15greybus: Greybus UART connection driverGreg Kroah-Hartman1-24/+407
2014-11-15greybus: skeleton for future uevents.Greg Kroah-Hartman5-7/+55
2014-11-14greybus: Revert "manifest: remove extra loop for finding module descriptor"Greg Kroah-Hartman1-15/+14
2014-11-14greybus: Revert "manifest: improve print message"Greg Kroah-Hartman1-1/+2
2014-11-14greybus: interface: move gb_module_interface_init() to interface.cViresh Kumar5-35/+32
2014-11-14greybus: module: move module specific code to module.cViresh Kumar3-59/+60
2014-11-14greybus: module: move gb_module_find() to a more logical locationViresh Kumar1-11/+11
2014-11-14greybus: core: re-use gb_module_find() in gb_remove_module()Viresh Kumar1-10/+3
2014-11-14greybus: connection: fix duplicating naming in _gb_hd_connection_insert()Viresh Kumar1-4/+4
2014-11-14greybus: manifest: make sure manifest_descs list is empty before parsing manifestViresh Kumar1-0/+4
2014-11-14greybus: connection: try cancelling operations only if list isn't emptyViresh Kumar1-5/+4
2014-11-14greybus: nullify dangling pointersViresh Kumar3-0/+3
2014-11-14greybus: operation: free resources in the reverse order of allocationViresh Kumar1-2/+2
2014-11-14greybus: core: use 'drv' instead of dev->driverViresh Kumar1-1/+1
2014-11-14greybus: core: remove unnecessary bracesViresh Kumar1-2/+1
2014-11-14greybus: manifest: improve print messageViresh Kumar1-2/+1
2014-11-14greybus: manifest: remove extra loop for finding module descriptorViresh Kumar1-14/+15
2014-11-14greybus: connection: free resources properly on failuresViresh Kumar1-0/+1
2014-11-14greybus: interface: free resources properly on failuresViresh Kumar1-0/+1
2014-11-14greybus: module: free resources properly on failuresViresh Kumar1-4/+5
2014-11-14greybus: sysfs: generalize gb_module_attr() to capture more casesViresh Kumar1-36/+9
2014-11-14greybus: debug: mark debug messages with pr_debug() instead of printkViresh Kumar2-19/+25
2014-11-14greybus: don't set ->dev.driver to NULL when it is already NULLViresh Kumar3-3/+0
2014-11-14greybus: Fix missing gb_protocol_exit() on gb_exit()Viresh Kumar1-0/+1
2014-11-14greybus: manifest: don't free unallocated resourcesViresh Kumar1-1/+2
2014-11-14greybus: manifest: initialize variable during definitionViresh Kumar1-2/+1
2014-11-14greybus: manifest: no need to initialize 'result'Viresh Kumar1-1/+1
2014-11-14greybus: gitignore: few more additionsViresh Kumar1-0/+2
2014-11-14greybus: remove unused gb_connection_handler externsMatt Porter1-6/+0
2014-11-14greybus: pass operation type on request receiveAlex Elder2-3/+4
2014-11-14greybus: op_cycle doesn't need to be atomicAlex Elder3-16/+9
2014-11-14greybus: simplify pending operations trackingAlex Elder4-42/+17
2014-11-14greybus: move timeout out of gb_operation_insert()Alex Elder1-5/+5
2014-11-14greybus: fix request timeout bugAlex Elder1-23/+6
2014-11-14greybus: don't assume PAGE_SIZE for URB sizeAlex Elder1-1/+2