aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-09-22greybus: es2: comment out unused functionsGreg Kroah-Hartman1-0/+3
2015-09-18greybus: operation, core: hook tracepoints into message opertionsBryan O'Donoghue3-0/+12
2015-09-18greybus: tracepoints: add tracepoint definitionsBryan O'Donoghue1-0/+120
2015-09-17greybus: Documentation: Update sysfs-bus-greybusViresh Kumar1-39/+78
2015-09-17greybus: hd: remove connection-create/destroy callbacksJohan Hovold2-8/+0
2015-09-17greybus: hd: add optional cport enable and disable callbacksJohan Hovold2-1/+38
2015-09-17greybus: connection: add protocol-version helperJohan Hovold1-14/+25
2015-09-17greybus: connection: add control-connected helperJohan Hovold1-12/+26
2015-09-17greybus: connection: clean up control-disconnected helperJohan Hovold1-8/+11
2015-09-17greybus: connection: clean up init error pathsJohan Hovold1-6/+8
2015-09-17greybus: connection: clean up svc-connection creationJohan Hovold1-19/+34
2015-09-17greybus: es{1,2}: remove obselete defineFabien Parent2-6/+0
2015-09-15greybus: svc: fix endianness for svc messageRui Miguel Silva2-16/+16
2015-09-15greybus: greybus_protocols: add missing version-request definitionJohan Hovold3-23/+30
2015-09-15greybus: svc: fix version responseJohan Hovold1-2/+3
2015-09-15greybus: svc: fix ida memory leakJohan Hovold1-5/+6
2015-09-14greybus: es2: add some documentation about endpoints mappingAlexandre Bailon1-0/+10
2015-09-14greybus: es2: change (un)map methods to staticAlexandre Bailon1-2/+2
2015-09-14greybus: es2: rename misnamed variables and methodsAlexandre Bailon1-12/+12
2015-09-14greybus: sdio: fix work-queue leak and use-after-freeJohan Hovold1-7/+12
2015-09-14greybus: sdio: fix tear-down use-after-freeJohan Hovold1-1/+1
2015-09-14greybus: vibrator: fix tear-down raceJohan Hovold1-1/+1
2015-09-14greybus: firmware: Send AP-ready operationViresh Kumar2-0/+16
2015-09-14greybus: firmware: firmware image name has .tftf instead of .fwViresh Kumar1-2/+2
2015-09-14greybus: firmware: Fix incorrect firmware file's nameViresh Kumar1-2/+2
2015-09-14greybus: firmware: firmware's file name is 32 characters longViresh Kumar1-1/+1
2015-09-14greybus: svc: Implement DME peer get/set attributes helpersViresh Kumar3-0/+100
2015-09-14greybus: loopback: use dev_name to populate sysfsnameBryan O'Donoghue1-5/+2
2015-09-14greybus: loopback: add gb_loopback_operation_syncBryan O'Donoghue1-45/+51
2015-09-14greybus: loopback: sort list of connections for masking purposesBryan O'Donoghue1-2/+46
2015-09-14greybus: loopback: add response len to loopback protocolBryan O'Donoghue2-0/+2
2015-09-14greybus: loopback: convert pr_info to dev_errBryan O'Donoghue1-1/+1
2015-09-14greybus: loopback: ensure sysfs entries are cleaned up on exitBryan O'Donoghue1-1/+1
2015-09-14greybus: loopback: ensure debugfs entires are cleaned up on exitBryan O'Donoghue1-5/+10
2015-09-14greybus: loopback: exit kfree after mutex releaseBryan O'Donoghue1-1/+1
2015-09-14greybus: loopback: hold a coarse lock while init/exit runBryan O'Donoghue1-7/+4
2015-09-14greybus: loopback: ensure count decrement happens before sysfs_remove_groupsBryan O'Donoghue1-2/+1
2015-09-14greybus: connection: Add sysfs 'ap_cport_id' file for connectionsViresh Kumar2-0/+17
2015-09-14greybus: svc: destroy the route on module hot-unplugViresh Kumar2-2/+36
2015-09-14greybus: svc: No need of per-direction route-create requestsViresh Kumar1-8/+1
2015-09-14greybus: Add flags to struct gb_protocolViresh Kumar4-18/+25
2015-09-14greybus: connection: Call connection_destroy() from gb_connection_svc_connection_destroy()Viresh Kumar1-3/+3
2015-09-14greybus: connection: destroy svc connection on connection exit or errorsViresh Kumar1-1/+18
2015-09-14greybus: connection: call gb_svc_connection_create() from gb_connection_init()Viresh Kumar1-8/+21
2015-09-14greybus: manifest: release cport descriptors to avoid 'excess descriptors' warningViresh Kumar1-0/+13
2015-09-14greybus: manifest: don't reject the interface on failing to initialize a cportViresh Kumar1-8/+35
2015-09-04greybus: loopback: make sure to list_del on connection_exitBryan O'Donoghue1-2/+7
2015-09-04greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep()Alexandre Bailon1-1/+1
2015-09-04greybus: Greybus driver: add a new callbacks to driverAlexandre Bailon2-0/+7
2015-09-04greybus: spi: Allow spi-core to allocate bus numbers dynamicallyViresh Kumar1-1/+1