summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-09-14greybus: es2: rename misnamed variables and methodsAlexandre Bailon
2015-09-14greybus: sdio: fix work-queue leak and use-after-freeJohan Hovold
2015-09-14greybus: sdio: fix tear-down use-after-freeJohan Hovold
2015-09-14greybus: vibrator: fix tear-down raceJohan Hovold
2015-09-14greybus: firmware: Send AP-ready operationViresh Kumar
2015-09-14greybus: firmware: firmware image name has .tftf instead of .fwViresh Kumar
2015-09-14greybus: firmware: Fix incorrect firmware file's nameViresh Kumar
2015-09-14greybus: firmware: firmware's file name is 32 characters longViresh Kumar
2015-09-14greybus: svc: Implement DME peer get/set attributes helpersViresh Kumar
2015-09-14greybus: loopback: use dev_name to populate sysfsnameBryan O'Donoghue
2015-09-14greybus: loopback: add gb_loopback_operation_syncBryan O'Donoghue
2015-09-14greybus: loopback: sort list of connections for masking purposesBryan O'Donoghue
2015-09-14greybus: loopback: add response len to loopback protocolBryan O'Donoghue
2015-09-14greybus: loopback: convert pr_info to dev_errBryan O'Donoghue
2015-09-14greybus: loopback: ensure sysfs entries are cleaned up on exitBryan O'Donoghue
2015-09-14greybus: loopback: ensure debugfs entires are cleaned up on exitBryan O'Donoghue
2015-09-14greybus: loopback: exit kfree after mutex releaseBryan O'Donoghue
2015-09-14greybus: loopback: hold a coarse lock while init/exit runBryan O'Donoghue
2015-09-14greybus: loopback: ensure count decrement happens before sysfs_remove_groupsBryan O'Donoghue
2015-09-14greybus: connection: Add sysfs 'ap_cport_id' file for connectionsViresh Kumar
2015-09-14greybus: svc: destroy the route on module hot-unplugViresh Kumar
2015-09-14greybus: svc: No need of per-direction route-create requestsViresh Kumar
2015-09-14greybus: Add flags to struct gb_protocolViresh Kumar
2015-09-14greybus: connection: Call connection_destroy() from gb_connection_svc_connect...Viresh Kumar
2015-09-14greybus: connection: destroy svc connection on connection exit or errorsViresh Kumar
2015-09-14greybus: connection: call gb_svc_connection_create() from gb_connection_init()Viresh Kumar
2015-09-14greybus: manifest: release cport descriptors to avoid 'excess descriptors' wa...Viresh Kumar
2015-09-14greybus: manifest: don't reject the interface on failing to initialize a cportViresh Kumar
2015-09-04greybus: loopback: make sure to list_del on connection_exitBryan O'Donoghue
2015-09-04greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep()Alexandre Bailon
2015-09-04greybus: Greybus driver: add a new callbacks to driverAlexandre Bailon
2015-09-04greybus: spi: Allow spi-core to allocate bus numbers dynamicallyViresh Kumar
2015-09-03greybus: connection: protocol can be NULL in gb_connection_exit()Viresh Kumar
2015-09-03greybus: connection: fail to bind if connection init failsFabien Parent
2015-09-03greybus: connection: call gb_connection_exit() from gb_connection_destroy()Viresh Kumar
2015-09-03greybus: connection: Propagate error properlyViresh Kumar
2015-09-03greybus: connection: no need to verify connection->protocolViresh Kumar
2015-09-03greybus: connection: convert connected dev_warn() to dev_err()Viresh Kumar
2015-09-03greybus: connection: staticize gb_connection_init()Viresh Kumar
2015-09-03greybus: bundle: kill unnecessary forward declaration of routineViresh Kumar
2015-09-03greybus: svc: unexport few internal functionsViresh Kumar
2015-09-03greybus: svc: Kill unnecessary wrapper functionsViresh Kumar
2015-09-03greybus: svc: No need to return errors from [gb_]svc_connection_destroy()Viresh Kumar
2015-09-03greybus: greybus_protocols: Pack all request/response structureViresh Kumar
2015-09-03greybus: greybus_protocols: Pack structure as required by the module firmwareViresh Kumar
2015-09-03greybus: greybus_protocols: svc: Add missing commentViresh Kumar
2015-09-03greybus: svc: reject invalid state requestsViresh Kumar
2015-09-03greybus: svc: Include system headers at the topViresh Kumar
2015-09-03greybus: build: android: avoid building for targets that don't have kernel bi...Vishal Bhoj
2015-09-03greybus: fix cport-id definesJohan Hovold