aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-08-14greybus: makefile: add needed config options for lightsRui Miguel Silva1-1/+14
2015-08-14greybus: loopback: Print error on data mismatchViresh Kumar1-1/+3
2015-08-14greybus: loopback: Send some sensible dataViresh Kumar1-0/+2
2015-08-14greybus: operation: print message type on errorsViresh Kumar1-9/+11
2015-08-14greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosViresh Kumar4-27/+3
2015-08-13greybus: connection: Don't free resources freed by gb_connection_release()Viresh Kumar1-3/+1
2015-08-13greybus: connection: Destroy wq on failureViresh Kumar1-1/+3
2015-08-13greybus: raw: Move request/response structure/definitions to greybus_protocols.hViresh Kumar2-12/+16
2015-08-12greybus: hid: Move request/response structure/definitions to greybus_protocols.hViresh Kumar2-49/+52
2015-08-12greybus: battery: Move request/response structure/definitions to greybus_protocols.hViresh Kumar2-55/+58
2015-08-12greybus: protocol: send own protocol version while requesting itViresh Kumar3-31/+13
2015-08-11greybus: Merge branch 'master' into branch 'svc'.Greg Kroah-Hartman16-17/+379
2015-08-11greybus: connection: Send protocol version for firmware protocolViresh Kumar1-1/+13
2015-08-11greybus: Add firmware protocol driverViresh Kumar7-0/+282
2015-08-11greybus: protocol: Create request structure from within gb_protocol_get_version()Viresh Kumar3-5/+12
2015-08-11greybus: interface: Preserve data received during hotplug eventViresh Kumar2-8/+11
2015-08-11greybus: loopback: handle timestamp roll-overBryan O'Donoghue1-1/+6
2015-08-11greybus: loopback: functionally decompose calculation of turn-around timesBryan O'Donoghue1-3/+13
2015-08-11greybus: es-drivers: add outbound timestamp to connectionBryan O'Donoghue2-0/+4
2015-08-11greybus: connection: add a timestamp kfifo to track connection handoffBryan O'Donoghue2-1/+40
2015-08-11greybus: connection: fix jump label on device_add failureBryan O'Donoghue1-1/+1
2015-08-11greybus: Merge branch 'master' into branch 'svc'.Greg Kroah-Hartman23-268/+99
2015-08-11greybus: protocol: Remove unnecessary params of gb_protocol_get_version()Viresh Kumar3-21/+14
2015-08-11greybus: protocol: Drop define_get_version supportViresh Kumar1-23/+0
2015-08-11greybus: svc: preserve major/minor of protocol supported by SVCViresh Kumar1-2/+3
2015-08-11greybus: vibrator: Drop get_version supportViresh Kumar1-11/+0
2015-08-11greybus: usb: Drop get_version supportViresh Kumar1-13/+0
2015-08-11greybus: uart: Drop get_version supportViresh Kumar1-13/+3
2015-08-11greybus: spi: Drop get_version supportViresh Kumar1-10/+0
2015-08-11greybus: sdio: Drop get_version supportViresh Kumar1-9/+0
2015-08-11greybus: raw: Drop get_version supportViresh Kumar1-12/+0
2015-08-11greybus: pwm: Drop get_version supportViresh Kumar1-10/+0
2015-08-11greybus: loopback: Drop get_version supportViresh Kumar1-10/+0
2015-08-11greybus: i2c: Drop get_version supportViresh Kumar1-10/+0
2015-08-11greybus: hid: Drop get_version supportViresh Kumar1-9/+0
2015-08-11greybus: gpio: Drop get_version supportViresh Kumar1-10/+0
2015-08-11greybus: control: Drop get_version supportViresh Kumar2-11/+1
2015-08-11greybus: battery: Drop get_version supportViresh Kumar1-12/+0
2015-08-11greybus: audio: Drop get_version supportViresh Kumar3-42/+2
2015-08-11greybus: connection: request protocol version before initializing connectionViresh Kumar1-7/+24
2015-08-11greybus: connection: Save major/minor supported by moduleViresh Kumar2-0/+5
2015-08-11greybus: define greybus wide protocol request numbersViresh Kumar1-0/+4
2015-08-11greybus: connection: disconnect connection on failures during initializationViresh Kumar1-17/+27
2015-08-11greybus: svc: error out only for smaller payloads receivedViresh Kumar1-2/+2
2015-08-11greybus: audio: Add '<' to the print message for short messagesViresh Kumar1-1/+1
2015-08-11greybus: svc: Remove FIXME for firmware downloadViresh Kumar1-1/+0
2015-08-10greybus: vibrator: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: usb: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: uart: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-08-10greybus: spi: Use (already defined) major/minor macrosViresh Kumar1-2/+2