aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-10-15greybus: light : use the bundle struct device instead of the connectorGreg Kroah-Hartman1-10/+8
2015-10-15greybus: pwm: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+3
2015-10-15greybus: i2c: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-10-15greybus: gpio: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-5/+6
2015-10-15greybus: firmware: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-6/+7
2015-10-15greybus: audio: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-5/+6
2015-10-15greybus: hid: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-4/+5
2015-10-15greybus: spi: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-5/+5
2015-10-15greybus: uart: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-5/+5
2015-10-15greybus: vibrator: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-10-14greybus: loopback: add reserved fields to track firmware latenciesBryan O'Donoghue1-0/+2
2015-10-14greybus: gpio: handle set_irq_flags api changeJohan Hovold1-7/+0
2015-10-14greybus: build: add pwm to config options to enableJohan Hovold1-1/+1
2015-10-14greybus: connection: remove duplicate protocol lookup error messageJohan Hovold1-4/+0
2015-10-14greybus: protocol: make protocol-lookup error message more informativeJohan Hovold2-4/+6
2015-10-14greybus: vibrator: add missing protocol-register error handlingJohan Hovold1-1/+10
2015-10-14greybus: protocol: make version debug message more informativeJohan Hovold1-4/+7
2015-10-14greybus: protocol: warn on protocol put errorsJohan Hovold1-12/+6
2015-10-14greybus: protocol: warn on bad deregistrationJohan Hovold2-21/+9
2015-10-14greybus: operation: clean up error messagesJohan Hovold1-8/+11
2015-10-14greybus: operation: drop OOM-response FIXMEJohan Hovold1-1/+1
2015-10-14greybus: connection: replace pr_err with dev_errJohan Hovold1-3/+3
2015-10-14greybus: es1/es2: clean up error messagesJohan Hovold2-14/+12
2015-10-14greybus: connection: destroy connection on failing to bind itFabien Parent1-1/+8
2015-10-14greybus: es2: implement cport reset control requestFabien Parent1-0/+37
2015-10-09greybus: sdio: clarify operator precedenceRui Miguel Silva1-21/+21
2015-10-09greybus: sdio: convert greybus ocr values to mmc onesRui Miguel Silva1-1/+25
2015-10-09greybus: sdio: fix card removable detectionRui Miguel Silva1-2/+2
2015-10-09greybus: sdio: add field to get_caps responseRui Miguel Silva2-0/+6
2015-10-09greybus: svc: skip setting flags for boot over uniproViresh Kumar5-5/+40
2015-10-06greybus: build: android: fix strip module build stepMichael Scott1-1/+1
2015-10-03greybus: build: android: replace Linaro build specific logic with AOSP equivalentsMichael Scott1-9/+5
2015-10-01greybus: gpio: fix generic_handle_irq_desc api changeRui Miguel Silva1-1/+1
2015-09-30greybus: gpio: handle api change in generic_handle_irq_desc()Greg Kroah-Hartman1-0/+4
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold6-9/+10
2015-09-29greybus: es1/2: fix use-after-free in completion callbackJohan Hovold2-8/+8
2015-09-24greybus: firmware: Don't send control-disconnected event for firmware protocolViresh Kumar1-0/+1
2015-09-24greybus: firmware: drop 'stage' from ready-to-boot requestViresh Kumar2-3/+1
2015-09-24greybus: interface: gb_interface_create() isn't called for existing interfacesViresh Kumar1-7/+0
2015-09-24greybus: interface: Pass interface pointer to gb_interface_remove()Viresh Kumar3-23/+12
2015-09-24greybus: svc: Read and clear module's boot statusViresh Kumar2-0/+44
2015-09-24greybus: svc: Allow consecutive hotplug events for the same moduleViresh Kumar1-11/+41
2015-09-24greybus: svc: Use 'dev' instead '&op->connection->dev'Viresh Kumar1-2/+1
2015-09-23greybus: loopback: remove module specific identifier from debugfs nameBryan O'Donoghue1-3/+2
2015-09-23greybus: loopback: drop redundant endo0 string from debugfs entry nameBryan O'Donoghue1-1/+1
2015-09-23greybus: loopback: masked out threads should sleepBryan O'Donoghue1-1/+3
2015-09-23greybus: loopback: move sysfs entries to /sys/bus/greybus/devices/endo0Bryan O'Donoghue1-2/+2
2015-09-23greybus: es1, es2: hook tracepoints to hardware send/recv operationsBryan O'Donoghue2-4/+12
2015-09-23greybus: tracepoints: add tracepoints for host_device tx/rxBryan O'Donoghue2-0/+53
2015-09-23greybus: loopback: drop dependency on internal timestampsBryan O'Donoghue5-63/+0