aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-12-19greybus: greybus_host_device: rename modules -> interfacesGreg Kroah-Hartman4-6/+6
2014-12-19greybus: interface: we really are creating/destroying interfaces not modules.Greg Kroah-Hartman5-18/+17
2014-12-19greybus: greybus_id.h: minor typo fixesGreg Kroah-Hartman1-2/+2
2014-12-19greybus: interface.h: remove unused #definesGreg Kroah-Hartman1-5/+0
2014-12-19greybus: interface: rename greybus_interface_block_id to greybus_interface_idGreg Kroah-Hartman5-11/+11
2014-12-19greybus: interface: s/gb_interface_block/gb_interface/gGreg Kroah-Hartman12-167/+165
2014-12-19greybus: rename interface_block.[c|h] -> interface.[c|h]Greg Kroah-Hartman4-5/+5
2014-12-19greybus: interface_block.c: rename the "interfaces" list "bundles"Greg Kroah-Hartman3-5/+5
2014-12-13greybus: bundle: s/gb_interface/gb_bundle/gGreg Kroah-Hartman12-150/+144
2014-12-13greybus: es1-ap-usb: don't protest when getting -EPROTO USB errorsGreg Kroah-Hartman1-2/+2
2014-12-13greybus: bundle: rename interface.[c|h] to bundle.[c|h]Greg Kroah-Hartman4-2/+2
2014-12-12greybus: add Linaro copyrightsAlex Elder27-0/+27
2014-12-11greybus: driver matching: Greybus drivers bind to interface blocks, not modulesGreg Kroah-Hartman5-19/+21
2014-12-11greybus: interface: document sysfs filesGreg Kroah-Hartman1-0/+7
2014-12-11greybus: connection: document the sysfs filesGreg Kroah-Hartman1-0/+20
2014-12-11greybus: interface_block: move sysfs files into the interface_block.c fileGreg Kroah-Hartman4-60/+30
2014-12-11greybus: sysfs documentation: Document the greybus interface block sysfs files.Greg Kroah-Hartman1-0/+35
2014-12-11greybus: interface_block: rename the sysfs files to not have 'module' in themGreg Kroah-Hartman3-20/+20
2014-12-11greybus: interface_block: s/gb_module/gb_interface_block/Greg Kroah-Hartman12-146/+149
2014-12-11greybus: interface_block: rename module.[c|h] to interface_block.[c|h]Greg Kroah-Hartman4-2/+2
2014-12-11greybus: module: remove obsolete gb_tty pointerGreg Kroah-Hartman2-4/+0
2014-12-11greybus: module versions: remove themGreg Kroah-Hartman3-4/+0
2014-12-11greybus: uart-gb.c: don't include module.hGreg Kroah-Hartman1-1/+0
2014-12-11greybus: switch cport id used for sendsAlex Elder2-10/+8
2014-12-10greybus: ENODEV can be an expected error tooAlex Elder1-1/+9
2014-12-10greybus: define GB_OP_NONEXISTENTAlex Elder2-0/+5
2014-12-09greybus: greybus_manifest.h: add FIXME for versionGreg Kroah-Hartman1-1/+1
2014-12-08greybus: battery-gb.c: add new functions from Greybus spec document.Greg Kroah-Hartman1-4/+8
2014-12-03greybus: record type in operation structureAlex Elder2-37/+33
2014-12-03greybus: use null pointer for empty payloadAlex Elder1-1/+1
2014-12-03greybus: only record message payload sizeAlex Elder2-20/+27
2014-12-03greybus: don't let i2c code assume non-null payload pointerAlex Elder1-8/+11
2014-12-03greybus: set up connection->private properlyAlex Elder6-6/+6
2014-12-03greybus: fix an error messageAlex Elder1-1/+1
2014-12-03greybus: introduce gb_operation_request_send_sync()Alex Elder4-12/+26
2014-12-03greybus: make op_cycle atomic (again)Alex Elder3-4/+5
2014-12-03greybus: get rid of pending operations listAlex Elder4-39/+17
2014-12-03greybus: don't use 0 as an operation idAlex Elder1-2/+3
2014-12-02greybus: define the invalid operation type symbolicallyAlex Elder2-11/+28
2014-12-02greybus: fix a bug in gb_operation_sync()Alex Elder1-1/+1
2014-12-02greybus: use little-endian in PWM requestsAlex Elder1-4/+4
2014-12-02greybus: send operation response messagesAlex Elder2-11/+52
2014-12-02greybus: introduce gb_operation_errno_map()Alex Elder2-3/+35
2014-12-02greybus: activate incoming request handlingAlex Elder1-16/+43
2014-12-02greybus: set result in gb_operation_response_send()Alex Elder2-2/+7
2014-12-02greybus: create a slab cache for simple messagesAlex Elder1-11/+49
2014-12-02greybus: enforce a buffer headroom maximum sizeAlex Elder2-0/+9
2014-12-02greybus: introduce gb_operation_message_init()Alex Elder1-27/+39
2014-12-02greybus: use operation type 0 to signal incoming dataAlex Elder1-33/+55
2014-12-02greybus: enforce non-zero operation type requirementAlex Elder1-0/+13