aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-05-13greybus: connection: add no-flow-control connection flagJohan Hovold2-3/+11
2016-05-13greybus: Fix probing of gpbridge devicesViresh Kumar1-23/+6
2016-05-13greybus: core: Rename greybus_module_match()Viresh Kumar1-2/+2
2016-05-13greybus: gpbridge: Expose protocol_id in sysfsViresh Kumar1-1/+17
2016-05-13greybus: interface: remove unused interface-version quirkJohan Hovold2-7/+3
2016-05-13greybus: interface: fix type in enable error messageJohan Hovold1-1/+1
2016-05-12greybus: svc: support status in svc_intf_activate responseJeffrey Carlyle2-0/+24
2016-05-09greybus: operation: fix an inconsistent indentDavid Lin1-1/+1
2016-05-09greybus: fw-download: Replace timer with delayed-workViresh Kumar1-14/+12
2016-05-09greybus: bootrom: Implement timeouts to detect Module failuresViresh Kumar1-19/+103
2016-05-09greybus: svc: implement svc_intf_activateJeffrey Carlyle1-3/+16
2016-05-09greybus: svc: implement svc_intf_{vsys,refclk,unipro}_{enable,disable} operationsJeffrey Carlyle2-3/+94
2016-05-06greybus: Revert "bootrom: Implement timeouts to detect Module failures"Jeffrey Carlyle1-105/+19
2016-05-05greybus: fw-download: Introduce timeouts for firmware downloadsViresh Kumar1-13/+145
2016-05-05greybus: fw-download: Manage firmware requests with krefViresh Kumar1-11/+46
2016-05-05greybus: arche-platform: Rework platform/wd-line state transition logicBryan O'Donoghue1-25/+48
2016-05-05greybus: arche-platform: Export fn to allow timesync driver to change the stateVaibhav Hiremath2-8/+119
2016-05-05greybus: arche-platform: Rename spinlock variable lock => wake_detect_lockVaibhav Hiremath1-12/+14
2016-05-05greybus: greybus_protocols.h Add SVC_TIMESYNC_PINGBryan O'Donoghue1-0/+6
2016-05-05greybus: greybus_protocols.h Add SVC_TIMESYNC_WAKE_PINS_ACQUIRE/RELEASEBryan O'Donoghue1-1/+11
2016-05-05greybus: greybus_trace.h: Fix dodgy indentationBryan O'Donoghue1-3/+3
2016-05-05greybus: uart: Kill reference_count hackViresh Kumar1-25/+26
2016-05-05greybus: Documentation: Add sysfs information about bridged-phy deviceVaibhav Hiremath1-0/+8
2016-05-05greybus: USB: convert to a gpbridge driverGreg Kroah-Hartman4-29/+55
2016-05-05greybus: SPI: convert to a gpbridge driverGreg Kroah-Hartman4-29/+62
2016-05-05greybus: SDIO: convert to a gpbridge driverGreg Kroah-Hartman4-33/+64
2016-05-05greybus: GPIO: convert to a gpbridge driverGreg Kroah-Hartman4-41/+73
2016-05-05greybus: I2C: convert to a gpbridge driverGreg Kroah-Hartman4-28/+57
2016-05-05greybus: PWM: convert to a gpbridge driverGreg Kroah-Hartman4-27/+53
2016-05-05greybus: UART: convert to a gpbridge driverGreg Kroah-Hartman4-48/+80
2016-05-05greybus: connection: export gb_connection_disable_rx() fnVaibhav Hiremath1-0/+1
2016-05-05greybus: gpbridge: Add gpbridge driver init/exit helper macrosVaibhav Hiremath1-0/+10
2016-05-05greybus: gpbridge: implement gpbridge "bus" logicGreg Kroah-Hartman2-12/+313
2016-05-05greybus: Revert "interface: Fetch and expose version of interface's firmware"Viresh Kumar6-62/+1
2016-05-05greybus: audio: Fix incorrect counting of 'ida'Dinko Mironov1-0/+1
2016-05-04greybus: svc: reconfig APBridgeA-Switch link to handle required loadMitchell Tasman2-3/+37
2016-05-04greybus: core: add MODULE uevent var for all control devicesSandeep Patil1-0/+1
2016-05-04greybus: bootrom: Implement timeouts to detect Module failuresViresh Kumar1-19/+105
2016-05-04greybus: audio: Use standard API to set connections' private dataVaibhav Agarwal1-2/+2
2016-05-04greybus: audio: Reduce codec->lock granularityVaibhav Agarwal1-5/+4
2016-05-04greybus: audio: Reorganize sequence in GB audio bundle & codec driverVaibhav Agarwal2-29/+26
2016-05-04greybus: audio: Remove redundant lock protection & is_connected fieldVaibhav Agarwal3-67/+0
2016-05-04greybus: audio: Cleanup GB Audio bundle driver.Vaibhav Agarwal1-12/+1
2016-05-04greybus: audio:gb_manager: Use proper locking around kobject_xxxVaibhav Agarwal1-22/+15
2016-05-03greybus: fw-download: Create a macro for length of firmware file's nameViresh Kumar1-1/+4
2016-04-29greybus: firmware: Add firmware-download protocol driverViresh Kumar5-3/+392
2016-04-29greybus: operation: fix definition of the invalid typeJohan Hovold3-13/+9
2016-04-29greybus: svc: define the version requestJohan Hovold2-8/+14
2016-04-29greybus: loopback: remove unsupported version requestJohan Hovold1-3/+0
2016-04-29greybus: control: implement mode-switch operationJohan Hovold3-0/+9