summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* greybus: es1: add the start of cport urb handling.Greg Kroah-Hartman2014-09-122-5/+119
* greybus: AP: move a bunch of svc message handling logic into ap.cGreg Kroah-Hartman2014-09-123-163/+195
* greybus: Merge branch 'master' of github.com:gregkh/greybusGreg Kroah-Hartman2014-09-111-1/+1
|\
| * greybus: fix endian issue in sysfs.cGreg Kroah-Hartman2014-09-101-1/+1
* | greybus: Fix build errors on older kernels.Greg Kroah-Hartman2014-09-113-2/+27
|/
* greybus: pass appropriate type to create functionGreg Kroah-Hartman2014-09-091-46/+47
* greybus: fix manifest parsing size bugAlex Elder2014-09-091-7/+10
* greybus: validate descriptor sizesAlex Elder2014-09-091-0/+9
* greybus: interpret descriptor type properlyAlex Elder2014-09-091-1/+1
* greybus: call put_device() on errorAlex Elder2014-09-091-0/+1
* greybus: define struct greybus_manifestAlex Elder2014-09-092-8/+13
* greybus: switch to the term "manifest"Alex Elder2014-09-094-19/+19
* greybus: es1: forgot to free our urb on disconnectGreg Kroah-Hartman2014-09-081-0/+1
* greybus: es1: finialized USB device structureGreg Kroah-Hartman2014-09-081-27/+102
* greybus: es1_ap_desc.c: updated ES1 USB device descriptorGreg Kroah-Hartman2014-09-081-4/+11
* greybus: minor whitespace cleanups to make checkpatch.pl happyGreg Kroah-Hartman2014-09-072-9/+1
* greybus: battery FIXME addedGreg Kroah-Hartman2014-09-071-2/+4
* greybus: add battery moduleGreg Kroah-Hartman2014-09-074-1/+167
* greybus: first cut at parsing svc messages sent to the APGreg Kroah-Hartman2014-09-072-2/+151
* greybus: more hd workGreg Kroah-Hartman2014-09-074-8/+64
OpenPOWER on IntegriCloud