aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-05-23greybus: gb-audio: Set samples per message during initMark A. Greer2-8/+8
2015-05-23greybus: gb-audio: Set I2S Configuration according to ASOC requestsMark A. Greer4-34/+80
2015-05-23greybus: gb-audio: Activate TX connection Bundle CPort IDMark A. Greer2-4/+3
2015-05-23greybus: gb-audio: Activate TX CPort in PCM workqueueMark A. Greer4-21/+25
2015-05-23greybus: gb-audio: Remove useless commentMark A. Greer1-1/+0
2015-05-23greybus: gb-audio: Add I2C device for rt5647 codecMark A. Greer2-1/+21
2015-05-23greybus: gb-audio: cpu_dai.fmt does not exist in v4.1Mark A. Greer1-0/+2
2015-05-23greybus: gb-audio: Fix DAI formats and master/slave settingsMark A. Greer1-3/+4
2015-05-23greybus: gb-audio: Clean up codec name generationMark A. Greer2-2/+5
2015-05-23greybus: gb-audio: Allocate space for 20 configurationsMark A. Greer1-1/+1
2015-05-23greybus: gb-audio: Set clock edges to match rt5647 codec requirementsMark A. Greer1-5/+5
2015-05-23greybus: gpbridge: fix section mismatchesJohan Hovold1-1/+1
2015-05-20greybus: operation: add helper to retrieve max payload sizeJohan Hovold2-0/+9
2015-05-20greybus: core: add lower-limit for host-device buffersJohan Hovold2-0/+6
2015-05-20greybus: operation: allow maximum-sized messagesJohan Hovold1-1/+1
2015-05-20greybus: fix host-device buffer constraintsJohan Hovold6-57/+19
2015-05-20greybus: remove unused prototypes from headerJohan Hovold1-3/+0
2015-05-20greybus: remove unnecessary greybus.h includesJohan Hovold2-4/+1
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar8-72/+8
2015-05-20greybus: protocol: Add gb_gpbridge_protocol_driver()Viresh Kumar1-0/+12
2015-05-20greybus: gpbridge: rename gpb.c to gpbridge.cViresh Kumar2-1/+1
2015-05-20greybus: raw: move module_{init|exit} to the end of functionsViresh Kumar1-2/+1
2015-05-20greybus: module: name routines consistentlyViresh Kumar1-2/+2
2015-05-20greybus: interface: name routines consistentlyViresh Kumar4-12/+12
2015-05-20greybus: endo: name routines consistentlyViresh Kumar1-4/+4
2015-05-20greybus: connection: name routines consistentlyViresh Kumar2-3/+3
2015-05-20greybus: protocol: remove leading underscore from _gb_protocol_find()Viresh Kumar1-5/+5
2015-05-20greybus: spi: Move structure definitions into gpbridge.hViresh Kumar2-83/+87
2015-05-20greybus: gpio: fix tab/space mistakeViresh Kumar1-1/+1
2015-05-20greybus: raw: include uaccess.h to fix warningViresh Kumar1-0/+1
2015-05-19greybus: raw: add raw greybus kernel driverGreg Kroah-Hartman3-0/+373
2015-05-14greybus: connection: remove lock around ida_simple_* functionsGreg Kroah-Hartman1-4/+0
2015-05-14greybus: vibrator: convert idr to be an idaGreg Kroah-Hartman1-7/+7
2015-05-14greybus: loopback: add more clean up when init connection failsPhong Tran1-4/+6
2015-05-14greybus: make: check kernel configuration optionsRui Miguel Silva1-0/+16
2015-05-12greybus: loopback: support module-initiated requestsAlex Elder1-1/+43
2015-05-12greybus: loopback: define loopback functions symbolicallyAlex Elder1-5/+11
2015-05-12greybus: loopback: symbolically define max wait timeAlex Elder1-2/+3
2015-05-12greybus: loopback: fix an incorrect commentAlex Elder1-1/+1
2015-05-12greybus: loopback: return the right error valueAlex Elder1-1/+1
2015-05-12greybus: loopback: fix the type attribute checkAlex Elder1-1/+1
2015-05-12greybus: audio: fix a bunch of endian issuesGreg Kroah-Hartman1-9/+9
2015-05-12greybus: audio: fix some sparse static warningsGreg Kroah-Hartman3-4/+4
2015-05-11greybus: manifest: be coherent with protocol nameRui Miguel Silva1-1/+1
2015-05-11greybus: endo: Create modules after validating Endo IDViresh Kumar4-57/+66
2015-05-11greybus: endo: Add code to validate Endo IDViresh Kumar2-0/+317
2015-05-11greybus: gb-audio: fix build breakage on 4.1-rc1Greg Kroah-Hartman1-0/+2
2015-05-11greybus: gb-audio: fix build warningGreg Kroah-Hartman1-1/+1
2015-05-08greybus: Support building greybus on host PCBryan O'Donoghue1-3/+4
2015-05-08greybus: gb-audio: Add integrated greybus audio driverJohn Stultz9-3/+1122