aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-11-14greybus: add pwm protocol driverMatt Porter5-0/+540
2014-11-06greybus: kill gbuf->completeAlex Elder3-13/+4
2014-11-06greybus: move gb_operation_gbuf_complete()Alex Elder1-43/+43
2014-11-06greybus: get rid of greybus_gbuf_finished()Alex Elder3-10/+4
2014-11-06greybus: remove gbuf->contextAlex Elder3-8/+4
2014-11-06greybus: record gbuf->operationAlex Elder4-15/+17
2014-11-06greybus: get rid of gbuf->actual_lengthAlex Elder2-7/+0
2014-11-06greybus: kill old cport handler codeAlex Elder2-36/+0
2014-11-06greybus: kill test_sink.cAlex Elder2-39/+0
2014-11-05greybus: add an incoming request receive methodAlex Elder7-33/+21
2014-11-05greybus: move methods into protocolAlex Elder8-71/+24
2014-11-05greybus: register preallocated protocolsAlex Elder9-18/+166
2014-11-05greybus: order the protocols listAlex Elder1-12/+54
2014-11-05greybus: count rather than list protocol usersAlex Elder4-63/+47
2014-11-05greybus: identify protocol by id *and* versionAlex Elder3-17/+38
2014-11-05greybus: improve some error messagesAlex Elder4-1/+8
2014-11-05greybus: control printing messageAlex Elder1-1/+1
2014-11-05greybus: make _gb_protocol_find() staticAlex Elder1-1/+1
2014-11-05greybus: drop a redundant assignmentAlex Elder1-1/+0
2014-11-05greybus: fix a bug in gb_operation_gbuf_complete()Alex Elder1-2/+2
2014-10-30greybus: build: Add -fno-pic for 32bit arm as wellJohn Stultz1-0/+1
2014-10-29greybus: connection: fix up error patch logic in gb_connection_create()Greg Kroah-Hartman1-4/+2
2014-10-29greybus: introduce protocol abstractionAlex Elder7-6/+167
2014-10-29greybus: use protocol_id for numeric valuesAlex Elder5-22/+23
2014-10-29greybus: drop the cport id on errorAlex Elder1-0/+2
2014-10-29greybus: connection: call connection_init hook after setting the handlerMatt Porter1-0/+2
2014-10-29greybus: module: set device_id when initializing an interfaceMatt Porter1-0/+1
2014-10-28greybus: es1-ap-usb: document the lack of callback for the outgoing bulk urbsGreg Kroah-Hartman1-0/+25
2014-10-28greybus: Remove id_table usagesGreg Kroah-Hartman4-20/+0
2014-10-28greybus: #if 0 cleanupsGreg Kroah-Hartman2-12/+0
2014-10-28greybus: Merge branch 'master' into driver_model_reworkGreg Kroah-Hartman13-155/+118
2014-10-28greybus: sdio-gb: convert to the connection interface.Greg Kroah-Hartman2-20/+13
2014-10-28greybus: battery-gb: remove some #if 0 codeGreg Kroah-Hartman1-27/+0
2014-10-28greybus: uart-gb: mark some functions staticGreg Kroah-Hartman1-2/+2
2014-10-28greybus: begin abstracting connection operationsAlex Elder7-43/+52
2014-10-28greybus: kernel_ver.h: add ATTRIBUTE_GROUPS() macro for older kernelsGreg Kroah-Hartman1-0/+15
2014-10-27greybus: module: remove unneeded XXX comment about module id valuesGreg Kroah-Hartman1-1/+1
2014-10-27greybus: FIXME/XXX removals: We have proper reference counting nowGreg Kroah-Hartman4-4/+4
2014-10-27greybus: uart-gb: remove global init functionsGreg Kroah-Hartman3-35/+19
2014-10-27greybus: uart-gb: convert over to the connection interfaceGreg Kroah-Hartman3-21/+19
2014-10-27greybus: embed the i2c adapter structAlex Elder1-13/+5
2014-10-27greybus: gpio: kill gpio_controller->gpioAlex Elder1-1/+0
2014-10-27greybus: operation: make the timeout a per-operation thing, not per-connectionGreg Kroah-Hartman4-25/+30
2014-10-27greybus: core: make greybus_kill_gbuf not return a valueGreg Kroah-Hartman5-21/+13
2014-10-27greybus: core: check for valid hcd callbacksGreg Kroah-Hartman1-0/+13
2014-10-27greybus: gbuf: implement gbuf_kill_gbuf()Greg Kroah-Hartman3-2/+23
2014-10-27greybus: gpio-gb: fix some endian sparse warnings that were real.Greg Kroah-Hartman1-5/+5
2014-10-27greybus: operation: fix some sparse warningsGreg Kroah-Hartman1-4/+11
2014-10-24greybus: module: don't create duplicate module idsGreg Kroah-Hartman1-0/+7
2014-10-24greybus: i2c: point to the proper parent deviceGreg Kroah-Hartman1-2/+1