aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder7-17/+10
2015-05-07greybus: battery: use feature tag rather than kernel versionAlex Elder2-5/+9
2015-05-07greybus: battery: free struct on error in callerAlex Elder1-17/+11
2015-05-05greybus: es2: fix driver name collision with es1Rob Herring1-1/+1
2015-05-05greybus: protocol.h: fix up long lines in define_get_version()Greg Kroah-Hartman1-4/+4
2015-05-05greybus: protocol.h: macros should not have a trailing ';'Greg Kroah-Hartman1-1/+1
2015-05-05greybus: kernel_ver.h: add a blank line after a variable definitionGreg Kroah-Hartman1-0/+1
2015-05-05greybus: kernel_ver.h: add a ' ' character to KERNEL_VERSION()Greg Kroah-Hartman1-2/+2
2015-05-05greybus: kernel_ver.h: fix leading space coding style issuesGreg Kroah-Hartman1-3/+3
2015-05-05greybus: battery: update for 4.1 power supply api changesGreg Kroah-Hartman1-18/+65
2015-05-01greybus: Move id-field before bundle-field in CPort Descriptor.Viresh Kumar1-1/+1
2015-05-01greybus: Explicitly add pad-bytes to manifest descriptorsViresh Kumar1-0/+3
2015-05-01greybus: Remove class descriptorViresh Kumar2-15/+0
2015-05-01greybus: manifest: drop interface-version fieldViresh Kumar1-1/+0
2015-05-01greybus: manifest: Remove vendor, product and unique-id from interface descriptorViresh Kumar2-6/+5
2015-05-01greybus: bundle: use kstrdup() for state fileAlex Elder1-3/+1
2015-04-29greybus: manifest: Warn if descriptor size > expected sizeViresh Kumar1-0/+7
2015-04-29greybus: manifest: Account for padding in string descriptorViresh Kumar1-0/+3
2015-04-29greybus: Explicitly mark structures as packedViresh Kumar2-30/+22
2015-04-29greybus: endo: Rename endo's 'type' as 'id'Viresh Kumar2-10/+10
2015-04-29greybus: endo: Use a real endo idViresh Kumar1-4/+7
2015-04-17greybus: MODULE_LICENSE cleanupGreg Kroah-Hartman4-4/+4
2015-04-17greybus: bundle: add state sysfs fileGreg Kroah-Hartman3-2/+49
2015-04-16greybus: loopback: fix 64-bit divisionsJohan Hovold1-6/+13
2015-04-10greybus: gpbridge.h: remove BIT() defineGreg Kroah-Hartman1-3/+0
2015-04-10greybus: gpbridge.h: whitespace cleanupsGreg Kroah-Hartman1-40/+40
2015-04-10greybus: Move briged phy structure definitions into gpbridge.hJohn Stultz5-351/+416
2015-04-09greybus: Documentation/sysfs-bus-greybus: document module sysfs filesGreg Kroah-Hartman1-0/+30
2015-04-09greybus: Documentation/sysfs-bus-greybus: document the endo and SVCGreg Kroah-Hartman1-0/+23
2015-04-09greybus: Documentation/sysfs-bus-greybus: update kernel version and dateGreg Kroah-Hartman1-16/+16
2015-04-09greybus: endo: hook up endos into the device treeGreg Kroah-Hartman6-45/+50
2015-04-09greybus: endo: add endo structures and logicGreg Kroah-Hartman5-0/+212
2015-04-09greybus: module.c: add attributesGreg Kroah-Hartman1-16/+41
2015-04-07greybus: drop host-driver buffer headroomJohan Hovold4-52/+4
2015-04-07greybus: es2: sync up with recent es1 changesJohan Hovold1-34/+25
2015-04-07greybus: es1: fix transfer-buffer alignmentJohan Hovold1-34/+25
2015-04-07greybus: operation: add explicit padding to message headerJohan Hovold1-1/+1
2015-04-07greybus: operation: fix potential message corruptionJohan Hovold2-43/+31
2015-04-07greybus: pass messages to host driversJohan Hovold6-94/+56
2015-04-07greybus: operation: move message-header definition to header fileJohan Hovold2-29/+29
2015-04-07greybus: remove obsolete buffer-alignment requirementJohan Hovold1-3/+0
2015-04-07greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold1-9/+10
2015-04-07greybus: es2: sync up with recent es1 changesJohan Hovold1-8/+17
2015-04-07greybus: es1: fix buffer-size limitJohan Hovold1-1/+1
2015-04-07greybus: es1: fix DMA-buffer on stackJohan Hovold1-5/+14
2015-04-07greybus: es1: drop unnecessary castsJohan Hovold1-2/+2
2015-04-06greybus: bundle: s/class_type/classViresh Kumar5-18/+18
2015-04-06greybus: driver corresponds to a bundle, not interfaceViresh Kumar7-55/+71
2015-04-06greybus: drop module descriptorsViresh Kumar2-20/+0
2015-04-06greybus: manifest: Use interface descriptor instead of module descriptor to get informationViresh Kumar5-37/+35