summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-09-03greybus: es1: fix build-time cport constraintJohan Hovold
2015-09-03greybus: core: fix hd-creation error pathJohan Hovold
2015-09-02greybus: es{1,2}: remove control endpoint fieldFabien Parent
2015-09-02greybus: es2: get cport count from apb1 usb deviceFabien Parent
2015-09-02greybus: es2: dynamically allocate array for cport <-> ep mappingFabien Parent
2015-09-02greybus: add num_cports field to greybus hdFabien Parent
2015-09-02greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNTFabien Parent
2015-09-02greybus: svc: get hd directly from connectionViresh Kumar
2015-09-02greybus: pwm: replace pr_err with dev_errJohan Hovold
2015-09-02greybus: interface: fix potential attribute-buffer overflowJohan Hovold
2015-09-02greybus: svc: fix hot-plug-state allocation flagJohan Hovold
2015-09-02greybus: svc: fix device-id allocation flagJohan Hovold
2015-09-02greybus: endo: fix endo-id allocation flagJohan Hovold
2015-09-01greybus: sdio: fix command type definesRui Miguel Silva
2015-09-01greybus: firmware: fix potential stack corruptionJohan Hovold
2015-09-01greybus: es1/es2: set transfer flag to send a zero-length packetAlexandre Bailon
2015-08-18greybus: loopback: fix typo in commentBryan O'Donoghue
2015-08-18greybus: loopback: add module level sys/debug fs data pointsBryan O'Donoghue
2015-08-18greybus: loopback: remove checkpatch error causing macroBryan O'Donoghue
2015-08-18greybus: loopback: initialized ms_wait negate warningBryan O'Donoghue
2015-08-18greybus: loopback: add bitmask of connections to include in testBryan O'Donoghue
2015-08-18greybus: loopback: graph round-trip time for all threadsBryan O'Donoghue
2015-08-18greybus: loopback: functionally decompose gb_loopback_calc_latencyBryan O'Donoghue
2015-08-18greybus: loopback: add gb_loopback_nsec_to_usec_latencyBryan O'Donoghue
2015-08-18greybus: loopback: support synchronized tests over multiple cportsBryan O'Donoghue
2015-08-18greybus: loopback: convert sample report interface to debugfsBryan O'Donoghue
2015-08-18greybus: loopback: add ability to graph greybus latencyBryan O'Donoghue
2015-08-18greybus: interface: change typo replicable => replaceableBryan O'Donoghue
2015-08-18greybus: greybus_protocol: remove unused lights macrosRui Miguel Silva
2015-08-18greybus: operation: Fix wrong order of argumentsViresh Kumar
2015-08-18greybus: makefile: use POSIX functions for kernel cmpRui Miguel Silva
2015-08-14greybus: lights: add lights implementationRui Miguel Silva
2015-08-14greybus: makefile: add needed config options for lightsRui Miguel Silva
2015-08-14greybus: loopback: Print error on data mismatchViresh Kumar
2015-08-14greybus: loopback: Send some sensible dataViresh Kumar
2015-08-14greybus: operation: print message type on errorsViresh Kumar
2015-08-14greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosViresh Kumar
2015-08-13greybus: connection: Don't free resources freed by gb_connection_release()Viresh Kumar
2015-08-13greybus: connection: Destroy wq on failureViresh Kumar
2015-08-13greybus: raw: Move request/response structure/definitions to greybus_protocols.hViresh Kumar
2015-08-12greybus: hid: Move request/response structure/definitions to greybus_protocols.hViresh Kumar
2015-08-12greybus: battery: Move request/response structure/definitions to greybus_prot...Viresh Kumar
2015-08-12greybus: protocol: send own protocol version while requesting itViresh Kumar
2015-08-11greybus: Merge branch 'master' into branch 'svc'.Greg Kroah-Hartman
2015-08-11greybus: connection: Send protocol version for firmware protocolViresh Kumar
2015-08-11greybus: Add firmware protocol driverViresh Kumar
2015-08-11greybus: protocol: Create request structure from within gb_protocol_get_versi...Viresh Kumar
2015-08-11greybus: interface: Preserve data received during hotplug eventViresh Kumar
2015-08-11greybus: loopback: handle timestamp roll-overBryan O'Donoghue
2015-08-11greybus: loopback: functionally decompose calculation of turn-around timesBryan O'Donoghue