aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-06-08greybus: svc: driver is basic to Greybus (not GP Bridge)Alex Elder1-1/+1
2015-06-08greybus: Prefix module-id with endo idViresh Kumar1-1/+1
2015-06-08greybus: Generate greybus wide unique ids for endo devicesViresh Kumar3-1/+43
2015-06-04greybus: s/bundle_cport_id/intf_cport_idViresh Kumar3-4/+4
2015-06-04greybus: operation: Remove unused variable 'buffer'Viresh Kumar1-2/+0
2015-06-04greybus: uart: Remove magic numbers make struct gb_tty variable names consistentBryan O'Donoghue1-6/+7
2015-06-04greybus: uart: Add gb_uart_request_recv for receiving async UART dataBryan O'Donoghue1-1/+42
2015-06-04greybus: uart: kmalloc for send_data once onlyBryan O'Donoghue1-11/+22
2015-06-04greybus: uart: send_data should return size or errorBryan O'Donoghue1-5/+7
2015-06-04greybus: uart: Update uart.c to register tty portsBryan O'Donoghue1-1/+7
2015-06-04greybus: uart: Reduce UART count from 255 to 16Bryan O'Donoghue1-1/+1
2015-06-04greybus: uart: Tidy naming convention to more closely match specBryan O'Donoghue2-32/+41
2015-06-04greybus: uart: Move UART protocol structs/defines to greybus_protocols.hBryan O'Donoghue2-66/+69
2015-06-04greybus: uart: Fix the memory leak in connection initPhong Tran1-2/+4
2015-06-04greybus: endo: Add missing '\n' sprintf() for sysfs filesViresh Kumar1-4/+4
2015-05-28greybus: gpio: add irq-type definesJohan Hovold2-1/+20
2015-05-28greybus: gpio: remove unused debounce defineJohan Hovold1-2/+0
2015-05-28greybus: endo: delete "0xXXXX" portion in sysfs "endo" directoryAlex Elder22-9/+9
2015-05-28greybus: endo: drop redundant prefixes from sysfs basenamesAlex Elder7-15/+14
2015-05-28greybus: update sysfs documentation filesAlex Elder1-10/+10
2015-05-28greybus: add documentation for Endo sysfs filesAlex Elder3-0/+19
2015-05-28greybus: audio: Remove the MODULE_LICENSE()Phong Tran1-3/+0
2015-05-28greybus: audio: Fix typo for macro I2S data version minorPhong Tran1-1/+1
2015-05-28greybus: greybus_protocols: fix guard tagAlex Elder1-3/+3
2015-05-28greybus: gpio: update operation typesJohan Hovold1-3/+3
2015-05-28greybus: Merge branch 'master' of github.com:gregkh/greybusGreg Kroah-Hartman3-58/+98
2015-05-28greybus: svc: use macro for init and exit protocolPhong Tran1-9/+1
2015-05-28greybus: svc: Fix endian of hotplug request dataPhong Tran1-4/+4
2015-05-26greybus: gpio: fix interrupt protocolJohan Hovold2-2/+2
2015-05-26greybus: gpio: fix atomic sleep when using interruptsJohan Hovold1-25/+90
2015-05-26greybus: gpio: rename irq mask and unmask callbacksJohan Hovold1-4/+4
2015-05-26greybus: gpio: use irq-domain lookupsJohan Hovold1-3/+3
2015-05-26greybus: gpio: don't call irq-flow handler directlyJohan Hovold1-2/+1
2015-05-26greybus: gpio: remove unused irq-ack operationJohan Hovold2-22/+0
2015-05-26greybus: gpio: fix debugfs outputJohan Hovold1-6/+0
2015-05-26greybus: operation: add support for incoming unidirectional operationsJohan Hovold1-0/+4
2015-05-26greybus: Merge branch 'master' of github.com:gregkh/greybusGreg Kroah-Hartman21-141/+681
2015-05-23greybus: introduce SVC protocolAlex Elder6-0/+339
2015-05-23greybus: update copyrightsAlex Elder6-11/+12
2015-05-23greybus: add copyright statementsAlex Elder5-0/+45
2015-05-23greybus: core: don't set up endo until host device is initializedAlex Elder4-9/+41
2015-05-23greybus: endo: record AP interface idAlex Elder3-5/+23
2015-05-23greybus: endo: rework some attributesAlex Elder1-9/+31
2015-05-23greybus: endo: encapsulate computing the max interface idAlex Elder1-10/+17
2015-05-23greybus: rename "gpbridge.h"Alex Elder2-1/+1
2015-05-23greybus: include "gpbridge.h" from "greybus.h"Alex Elder10-11/+7
2015-05-23greybus: core: return error code when creating host deviceAlex Elder3-7/+7
2015-05-23greybus: core: return error code when creating endoAlex Elder2-6/+12
2015-05-23greybus: endo: pass endo_id to gb_endo_create()Alex Elder3-4/+4
2015-05-23greybus: endo: rename gb_svcAlex Elder2-7/+7