summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-077-17/+10
* greybus: battery: use feature tag rather than kernel versionAlex Elder2015-05-072-5/+9
* greybus: battery: free struct on error in callerAlex Elder2015-05-071-17/+11
* greybus: es2: fix driver name collision with es1Rob Herring2015-05-051-1/+1
* greybus: protocol.h: fix up long lines in define_get_version()Greg Kroah-Hartman2015-05-051-4/+4
* greybus: protocol.h: macros should not have a trailing ';'Greg Kroah-Hartman2015-05-051-1/+1
* greybus: kernel_ver.h: add a blank line after a variable definitionGreg Kroah-Hartman2015-05-051-0/+1
* greybus: kernel_ver.h: add a ' ' character to KERNEL_VERSION()Greg Kroah-Hartman2015-05-051-2/+2
* greybus: kernel_ver.h: fix leading space coding style issuesGreg Kroah-Hartman2015-05-051-3/+3
* greybus: battery: update for 4.1 power supply api changesGreg Kroah-Hartman2015-05-051-18/+65
* greybus: Move id-field before bundle-field in CPort Descriptor.Viresh Kumar2015-05-011-1/+1
* greybus: Explicitly add pad-bytes to manifest descriptorsViresh Kumar2015-05-011-0/+3
* greybus: Remove class descriptorViresh Kumar2015-05-012-15/+0
* greybus: manifest: drop interface-version fieldViresh Kumar2015-05-011-1/+0
* greybus: manifest: Remove vendor, product and unique-id from interface descri...Viresh Kumar2015-05-012-6/+5
* greybus: bundle: use kstrdup() for state fileAlex Elder2015-05-011-3/+1
* greybus: manifest: Warn if descriptor size > expected sizeViresh Kumar2015-04-291-0/+7
* greybus: manifest: Account for padding in string descriptorViresh Kumar2015-04-291-0/+3
* greybus: Explicitly mark structures as packedViresh Kumar2015-04-292-30/+22
* greybus: endo: Rename endo's 'type' as 'id'Viresh Kumar2015-04-292-10/+10
* greybus: endo: Use a real endo idViresh Kumar2015-04-291-4/+7
* greybus: MODULE_LICENSE cleanupGreg Kroah-Hartman2015-04-174-4/+4
* greybus: bundle: add state sysfs fileGreg Kroah-Hartman2015-04-173-2/+49
* greybus: loopback: fix 64-bit divisionsJohan Hovold2015-04-161-6/+13
* greybus: gpbridge.h: remove BIT() defineGreg Kroah-Hartman2015-04-101-3/+0
* greybus: gpbridge.h: whitespace cleanupsGreg Kroah-Hartman2015-04-101-40/+40
* greybus: Move briged phy structure definitions into gpbridge.hJohn Stultz2015-04-105-351/+416
* greybus: Documentation/sysfs-bus-greybus: document module sysfs filesGreg Kroah-Hartman2015-04-091-0/+30
* greybus: Documentation/sysfs-bus-greybus: document the endo and SVCGreg Kroah-Hartman2015-04-091-0/+23
* greybus: Documentation/sysfs-bus-greybus: update kernel version and dateGreg Kroah-Hartman2015-04-091-16/+16
* greybus: endo: hook up endos into the device treeGreg Kroah-Hartman2015-04-096-45/+50
* greybus: endo: add endo structures and logicGreg Kroah-Hartman2015-04-095-0/+212
* greybus: module.c: add attributesGreg Kroah-Hartman2015-04-091-16/+41
* greybus: drop host-driver buffer headroomJohan Hovold2015-04-074-52/+4
* greybus: es2: sync up with recent es1 changesJohan Hovold2015-04-071-34/+25
* greybus: es1: fix transfer-buffer alignmentJohan Hovold2015-04-071-34/+25
* greybus: operation: add explicit padding to message headerJohan Hovold2015-04-071-1/+1
* greybus: operation: fix potential message corruptionJohan Hovold2015-04-072-43/+31
* greybus: pass messages to host driversJohan Hovold2015-04-076-94/+56
* greybus: operation: move message-header definition to header fileJohan Hovold2015-04-072-29/+29
* greybus: remove obsolete buffer-alignment requirementJohan Hovold2015-04-071-3/+0
* greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold2015-04-071-9/+10
* greybus: es2: sync up with recent es1 changesJohan Hovold2015-04-071-8/+17
* greybus: es1: fix buffer-size limitJohan Hovold2015-04-071-1/+1
* greybus: es1: fix DMA-buffer on stackJohan Hovold2015-04-071-5/+14
* greybus: es1: drop unnecessary castsJohan Hovold2015-04-071-2/+2
* greybus: bundle: s/class_type/classViresh Kumar2015-04-065-18/+18
* greybus: driver corresponds to a bundle, not interfaceViresh Kumar2015-04-067-55/+71
* greybus: drop module descriptorsViresh Kumar2015-04-062-20/+0
* greybus: manifest: Use interface descriptor instead of module descriptor to g...Viresh Kumar2015-04-065-37/+35
OpenPOWER on IntegriCloud