aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-10-02greybus: introduce an operation abstractionAlex Elder7-0/+265
2014-10-02greybus: introduce a connection abstractionAlex Elder5-0/+90
2014-10-02greybus: define greybus function abstractionAlex Elder6-0/+87
2014-10-02greybus: define greybus interface abstractionAlex Elder6-0/+86
2014-10-02greybus: isolate greybus module codeAlex Elder13-145/+233
2014-10-02greybus: descriptor type updatesAlex Elder4-82/+47
2014-10-01greybus: fix error message on parse of cport descriptor sizeMatt Porter1-1/+1
2014-10-01greybus: remove additional unused fields from the cport descriptorMatt Porter1-3/+0
2014-09-30greybus: clarify device vs moduleAlex Elder1-4/+22
2014-09-30greybus: es1: no BUG_ON() code, report an error and recover.Greg Kroah-Hartman1-1/+7
2014-09-30greybus: kill struct gmod_cportAlex Elder8-44/+31
2014-09-30greybus: es1-ap-usb: adjust SVC buffer size to handle worst caseMatt Porter1-1/+2
2014-09-29greybus: reorder greybus_svc_in() argumentsAlex Elder3-3/+3
2014-09-29greybus: fix version checkAlex Elder1-10/+5
2014-09-29greybus: descriptor type is 1 byteAlex Elder1-7/+7
2014-09-29greybus: fix the guard in "greybus_manifest.h"Alex Elder1-3/+3
2014-09-29greybus: fix document version numberAlex Elder2-2/+2
2014-09-29greybus: update a few header file commentsAlex Elder2-5/+9
2014-09-29greybus: some more renamesAlex Elder8-33/+33
2014-09-29greybus: encapsulate URB status checkingAlex Elder1-49/+30
2014-09-29greybus: update descriptor type enums to match renumbering in specMatt Porter1-2/+3
2014-09-29greybus: update string descriptor length field to __u8 type to match specMatt Porter2-2/+2
2014-09-29greybus: remove unused function descriptor fields and change class->function_typeMatt Porter2-19/+6
2014-09-29greybus: remove serial number descriptor to match specMatt Porter4-57/+16
2014-09-29greybus: update descriptor module_id->module to match specMatt Porter4-22/+22
2014-09-23greybus: fix up coding style issue I caused with the last patch...Greg Kroah-Hartman1-2/+2
2014-09-23greybus: embed workqueue structure in struct gbufAlex Elder2-37/+15
2014-09-23greybus: get rid of a weird idiomAlex Elder1-2/+2
2014-09-23greybus: quick fix for sysfs serial numberAlex Elder1-1/+7
2014-09-22greybus: rename struct greybus_deviceAlex Elder12-210/+210
2014-09-22greybus: simple fixesAlex Elder4-9/+3
2014-09-22greybus: initialize all fields in an SVC handshake messageMatt Porter1-0/+6
2014-09-22greybus: es1-ap-usb: fix svc control pipe flagsMatt Porter1-1/+1
2014-09-21greybus: core: hook up the hotplug messageGreg Kroah-Hartman2-25/+16
2014-09-21greybus: ap: validate the rest of the svc message buffer sizesGreg Kroah-Hartman3-15/+54
2014-09-21greybus: ap: start validating the message betterGreg Kroah-Hartman1-15/+44
2014-09-21greybus: core.c: create empty functions to keep linking working for hotplug/removeGreg Kroah-Hartman1-0/+10
2014-09-21greybus: greybus.h: add function prototype for add/remove a moduleGreg Kroah-Hartman1-0/+3
2014-09-21greybus: svc_msg.h: add data for hotplug messageGreg Kroah-Hartman1-0/+1
2014-09-21greybus: gbuf: clean up logic of who owns what "part" of the gbufGreg Kroah-Hartman3-67/+140
2014-09-19greybus: gbuf: implement submission logicGreg Kroah-Hartman3-21/+29
2014-09-19greybus: es1: set buffer sizes for messages based on email discussionsGreg Kroah-Hartman1-5/+13
2014-09-18greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match specMatt Porter1-2/+2
2014-09-18greybus: move versioning from svc message header to handshake functionMatt Porter2-8/+11
2014-09-18greybus: update svc_msg_header fields and users to match specMatt Porter2-9/+14
2014-09-14greybus: fix hd init sequence of setting up parent and driver pointers properlyGreg Kroah-Hartman4-15/+16
2014-09-14greybus: add test_sink driverGreg Kroah-Hartman2-0/+39
2014-09-14greybus: gbuf: cport in buffer stream logicGreg Kroah-Hartman4-16/+79
2014-09-13greybus: gbuf recieve path work, not done, dinner time...Greg Kroah-Hartman3-19/+100
2014-09-13greybus: devices: endpoint description of deviceGreg Kroah-Hartman1-0/+11