summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* greybus: kill struct gmod_cportAlex Elder2014-09-308-44/+31
* greybus: es1-ap-usb: adjust SVC buffer size to handle worst caseMatt Porter2014-09-301-1/+2
* greybus: reorder greybus_svc_in() argumentsAlex Elder2014-09-293-3/+3
* greybus: fix version checkAlex Elder2014-09-291-10/+5
* greybus: descriptor type is 1 byteAlex Elder2014-09-291-7/+7
* greybus: fix the guard in "greybus_manifest.h"Alex Elder2014-09-291-3/+3
* greybus: fix document version numberAlex Elder2014-09-292-2/+2
* greybus: update a few header file commentsAlex Elder2014-09-292-5/+9
* greybus: some more renamesAlex Elder2014-09-298-33/+33
* greybus: encapsulate URB status checkingAlex Elder2014-09-291-49/+30
* greybus: update descriptor type enums to match renumbering in specMatt Porter2014-09-291-2/+3
* greybus: update string descriptor length field to __u8 type to match specMatt Porter2014-09-292-2/+2
* greybus: remove unused function descriptor fields and change class->function_...Matt Porter2014-09-292-19/+6
* greybus: remove serial number descriptor to match specMatt Porter2014-09-294-57/+16
* greybus: update descriptor module_id->module to match specMatt Porter2014-09-294-22/+22
* greybus: fix up coding style issue I caused with the last patch...Greg Kroah-Hartman2014-09-231-2/+2
* greybus: embed workqueue structure in struct gbufAlex Elder2014-09-232-37/+15
* greybus: get rid of a weird idiomAlex Elder2014-09-231-2/+2
* greybus: quick fix for sysfs serial numberAlex Elder2014-09-231-1/+7
* greybus: rename struct greybus_deviceAlex Elder2014-09-2212-210/+210
* greybus: simple fixesAlex Elder2014-09-224-9/+3
* greybus: initialize all fields in an SVC handshake messageMatt Porter2014-09-221-0/+6
* greybus: es1-ap-usb: fix svc control pipe flagsMatt Porter2014-09-221-1/+1
* greybus: core: hook up the hotplug messageGreg Kroah-Hartman2014-09-212-25/+16
* greybus: ap: validate the rest of the svc message buffer sizesGreg Kroah-Hartman2014-09-213-15/+54
* greybus: ap: start validating the message betterGreg Kroah-Hartman2014-09-211-15/+44
* greybus: core.c: create empty functions to keep linking working for hotplug/r...Greg Kroah-Hartman2014-09-211-0/+10
* greybus: greybus.h: add function prototype for add/remove a moduleGreg Kroah-Hartman2014-09-211-0/+3
* greybus: svc_msg.h: add data for hotplug messageGreg Kroah-Hartman2014-09-211-0/+1
* greybus: gbuf: clean up logic of who owns what "part" of the gbufGreg Kroah-Hartman2014-09-213-67/+140
* greybus: gbuf: implement submission logicGreg Kroah-Hartman2014-09-193-21/+29
* greybus: es1: set buffer sizes for messages based on email discussionsGreg Kroah-Hartman2014-09-191-5/+13
* greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match specMatt Porter2014-09-181-2/+2
* greybus: move versioning from svc message header to handshake functionMatt Porter2014-09-182-8/+11
* greybus: update svc_msg_header fields and users to match specMatt Porter2014-09-182-9/+14
* greybus: fix hd init sequence of setting up parent and driver pointers properlyGreg Kroah-Hartman2014-09-144-15/+16
* greybus: add test_sink driverGreg Kroah-Hartman2014-09-142-0/+39
* greybus: gbuf: cport in buffer stream logicGreg Kroah-Hartman2014-09-144-16/+79
* greybus: gbuf recieve path work, not done, dinner time...Greg Kroah-Hartman2014-09-133-19/+100
* greybus: devices: endpoint description of deviceGreg Kroah-Hartman2014-09-131-0/+11
* greybus: es1: functionally completeGreg Kroah-Hartman2014-09-131-19/+38
* greybus: core: verify major/minor number of greybus protocolGreg Kroah-Hartman2014-09-131-1/+9
* greybus: uart-gb: let the core dynamically allocate the major numberGreg Kroah-Hartman2014-09-131-18/+9
* greybus: tty driver fixes to get init working properlyGreg Kroah-Hartman2014-09-132-12/+34
* greybus: es1 endpoint descriptor: minor fixes to get the config rightGreg Kroah-Hartman2014-09-131-5/+5
* greybus: Makefile: add 'check' option to run sparse with endian checks enabledGreg Kroah-Hartman2014-09-131-0/+3
* greybus: ap: cleanup of process ap message loopGreg Kroah-Hartman2014-09-131-17/+5
* greybus: ap: convert to workqueue from threadGreg Kroah-Hartman2014-09-131-51/+14
* greybus: es1: handle cport data in and outGreg Kroah-Hartman2014-09-134-5/+71
* greybus: es1: allocate cport out urbs properlyGreg Kroah-Hartman2014-09-131-5/+34
OpenPOWER on IntegriCloud