aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-04-06greybus: bundle: Initialize all bundles on link-upViresh Kumar3-11/+23
2015-04-06greybus: bundle: Create bundles using bundle descriptorsViresh Kumar3-10/+18
2015-04-06greybus: hid: Use payload-size to get report sizeViresh Kumar1-17/+1
2015-04-05greybus: Add bundle descriptor typeViresh Kumar2-2/+30
2015-04-05greybus: interface: Fetch interface id instead of module id during setupViresh Kumar6-47/+55
2015-04-05greybus: Unregister devices to get them freedViresh Kumar5-5/+22
2015-04-04greybus: Initial I2S definitionsMark Greer2-1/+148
2015-04-04greybus: Documentation/sysfs: add a proposed sysfs tree for greybusGreg Kroah-Hartman20-0/+4
2015-04-02greybus: reduce the rantingAlex Elder2-54/+0
2015-04-01greybus: kernel_ver.h: add sysfs_create_groups() and sysfs_remove_groups()Greg Kroah-Hartman1-0/+33
2015-03-31greybus: loopback: use the attribute groups, not groupGreg Kroah-Hartman1-2/+2
2015-03-31greybus: loopback: fix build breakage about SZ_4KGreg Kroah-Hartman1-0/+1
2015-03-31greybus: Add loopback protocolAlexandre Bailon3-0/+393
2015-03-30greybus: es2: test apb1_log_task safelyAlex Elder1-4/+4
2015-03-30greybus: es1: test apb1_log_task safelyAlex Elder1-4/+4
2015-03-30greybus: manifest: use size_t for a size variableAlex Elder1-6/+8
2015-03-30greybus: operation: refactor response handlingJohan Hovold4-46/+25
2015-03-30greybus: hid: fix missing response on request errorsJohan Hovold1-5/+11
2015-03-30greybus: hid: fix missing input verification of report eventsJohan Hovold1-1/+5
2015-03-30greybus: hid: fix null-deref on short report requestsJohan Hovold1-0/+5
2015-03-30greybus: hid: fix success response being sent on errorsJohan Hovold1-7/+7
2015-03-30greybus: hid: replace pr_err with dev_errJohan Hovold1-8/+13
2015-03-30greybus: gpio: fix missing response on request errorsJohan Hovold1-10/+17
2015-03-30greybus: gpio: fix null-deref on unexpected irq requestsJohan Hovold1-0/+8
2015-03-30greybus: gpio: fix null-deref on short irq requestsJohan Hovold1-0/+6
2015-03-30greybus: operation: make incomplete-message errors more informativeJohan Hovold1-2/+4
2015-03-30greybus: operation: replace pr_err with dev_errJohan Hovold1-4/+8
2015-03-30greybus: operation: fix incoming request payload sizeJohan Hovold1-2/+6
2015-03-30greybus: operation: fix null-deref on operation destroyJohan Hovold1-1/+2
2015-03-30greybus: operation: fix null-deref on operation cancelJohan Hovold1-1/+2
2015-03-30greybus: operation: fix use-after-free and infinite loop on unhandled requestsJohan Hovold1-8/+9
2015-03-30greybus: operation: fix memory leak in request_send error pathJohan Hovold1-1/+6
2015-03-30greybus: operation: fix use-after-free when sending responsesJohan Hovold1-3/+12
2015-03-30greybus: operation: fix callback handling and documentationJohan Hovold1-19/+14
2015-03-30greybus: operation: fix typo in commentJohan Hovold1-1/+1
2015-03-30greybus: operation: fix missing symbol exportsJohan Hovold1-0/+5
2015-03-30greybus: kernel_ver.h: include <linux/kernel.h> to fix warningViresh Kumar1-0/+2
2015-03-30greybus: es2: sync up with recent es1.c changesGreg Kroah-Hartman1-4/+142
2015-03-30greybus: debugfs: we shouldn't care if debugfs is working or notGreg Kroah-Hartman3-11/+3
2015-03-27greybus: get rid of {conceal,reveal}_urb()Alex Elder2-20/+6
2015-03-27greybus: clean up some small messesAlex Elder2-11/+8
2015-03-25greybus: Merge branch 'es1-fixes' into masterGreg Kroah-Hartman1-41/+41
2015-03-24greybus: interface: put module->dev on failuresViresh Kumar1-5/+9
2015-03-24greybus: Greybus: Place module_init/exit() right after respective routinesViresh Kumar2-4/+2
2015-03-24greybus: manifest: don't need to check for desc_size == 0 anymoreViresh Kumar1-3/+1
2015-03-24greybus: manifest: descriptor size should be >= header sizeViresh Kumar1-17/+34
2015-03-24greybus: es1: allow the debug log to be stoppedGreg Kroah-Hartman1-6/+4
2015-03-24greybus: es1: separate usb_log enable/disable logic into different functionsGreg Kroah-Hartman1-21/+24
2015-03-24greybus: es1: fix checkpatch warning about blank lines neededGreg Kroah-Hartman1-0/+1
2015-03-24greybus: es1: move debugfs function to use kstrotoint_from_user()Greg Kroah-Hartman1-8/+7