aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-09-03greybus: connection: protocol can be NULL in gb_connection_exit()Viresh Kumar1-3/+1
2015-09-03greybus: connection: fail to bind if connection init failsFabien Parent2-6/+15
2015-09-03greybus: connection: call gb_connection_exit() from gb_connection_destroy()Viresh Kumar4-38/+32
2015-09-03greybus: connection: Propagate error properlyViresh Kumar1-1/+1
2015-09-03greybus: connection: no need to verify connection->protocolViresh Kumar1-5/+0
2015-09-03greybus: connection: convert connected dev_warn() to dev_err()Viresh Kumar1-3/+3
2015-09-03greybus: connection: staticize gb_connection_init()Viresh Kumar2-27/+26
2015-09-03greybus: bundle: kill unnecessary forward declaration of routineViresh Kumar1-14/+12
2015-09-03greybus: svc: unexport few internal functionsViresh Kumar2-6/+3
2015-09-03greybus: svc: Kill unnecessary wrapper functionsViresh Kumar1-50/+16
2015-09-03greybus: svc: No need to return errors from [gb_]svc_connection_destroy()Viresh Kumar2-10/+16
2015-09-03greybus: greybus_protocols: Pack all request/response structureViresh Kumar1-82/+82
2015-09-03greybus: greybus_protocols: Pack structure as required by the module firmwareViresh Kumar1-9/+9
2015-09-03greybus: greybus_protocols: svc: Add missing commentViresh Kumar1-0/+1
2015-09-03greybus: svc: reject invalid state requestsViresh Kumar1-5/+52
2015-09-03greybus: svc: Include system headers at the topViresh Kumar1-1/+2
2015-09-03greybus: build: android: avoid building for targets that don't have kernel binaryVishal Bhoj1-0/+2
2015-09-03greybus: fix cport-id definesJohan Hovold1-9/+3
2015-09-03greybus: es1: fix build-time cport constraintJohan Hovold1-1/+1
2015-09-03greybus: core: fix hd-creation error pathJohan Hovold1-1/+1
2015-09-02greybus: es{1,2}: remove control endpoint fieldFabien Parent2-19/+3
2015-09-02greybus: es2: get cport count from apb1 usb deviceFabien Parent1-7/+46
2015-09-02greybus: es2: dynamically allocate array for cport <-> ep mappingFabien Parent1-1/+9
2015-09-02greybus: add num_cports field to greybus hdFabien Parent6-15/+31
2015-09-02greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNTFabien Parent1-5/+5
2015-09-02greybus: svc: get hd directly from connectionViresh Kumar1-2/+2
2015-09-02greybus: pwm: replace pr_err with dev_errJohan Hovold1-1/+1
2015-09-02greybus: interface: fix potential attribute-buffer overflowJohan Hovold1-1/+1
2015-09-02greybus: svc: fix hot-plug-state allocation flagJohan Hovold1-1/+1
2015-09-02greybus: svc: fix device-id allocation flagJohan Hovold1-1/+1
2015-09-02greybus: endo: fix endo-id allocation flagJohan Hovold1-1/+1
2015-09-01greybus: sdio: fix command type definesRui Miguel Silva1-2/+2
2015-09-01greybus: firmware: fix potential stack corruptionJohan Hovold1-3/+4
2015-09-01greybus: es1/es2: set transfer flag to send a zero-length packetAlexandre Bailon2-0/+2
2015-08-18greybus: loopback: fix typo in commentBryan O'Donoghue1-1/+1
2015-08-18greybus: loopback: add module level sys/debug fs data pointsBryan O'Donoghue1-89/+154
2015-08-18greybus: loopback: remove checkpatch error causing macroBryan O'Donoghue1-9/+12
2015-08-18greybus: loopback: initialized ms_wait negate warningBryan O'Donoghue1-1/+1
2015-08-18greybus: loopback: add bitmask of connections to include in testBryan O'Donoghue1-2/+17
2015-08-18greybus: loopback: graph round-trip time for all threadsBryan O'Donoghue1-15/+140
2015-08-18greybus: loopback: functionally decompose gb_loopback_calc_latencyBryan O'Donoghue1-4/+10
2015-08-18greybus: loopback: add gb_loopback_nsec_to_usec_latencyBryan O'Donoghue1-3/+10
2015-08-18greybus: loopback: support synchronized tests over multiple cportsBryan O'Donoghue1-69/+195
2015-08-18greybus: loopback: convert sample report interface to debugfsBryan O'Donoghue1-111/+66
2015-08-18greybus: loopback: add ability to graph greybus latencyBryan O'Donoghue1-7/+39
2015-08-18greybus: interface: change typo replicable => replaceableBryan O'Donoghue1-1/+1
2015-08-18greybus: greybus_protocol: remove unused lights macrosRui Miguel Silva1-2/+0
2015-08-18greybus: operation: Fix wrong order of argumentsViresh Kumar1-1/+1
2015-08-18greybus: makefile: use POSIX functions for kernel cmpRui Miguel Silva1-1/+1
2015-08-14greybus: lights: add lights implementationRui Miguel Silva4-0/+1420