aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-07-14greybus: gpio: Add runtime_pm suppourtAxel Haslam1-5/+25
2016-07-14greybus: uart: Add runtime pm supportAxel Haslam1-0/+19
2016-07-14greybus: i2c: add runtime pm supportDavid Lin1-0/+13
2016-07-14greybus: gbphy: add gbphy runtime pm supportDavid Lin2-1/+98
2016-07-14greybus: camera: add runtime pm supportDavid Lin1-0/+81
2016-07-14greybus: audio: add runtime pm supportDavid Lin3-2/+110
2016-07-14greybus: bundle: add runtime pm supportDavid Lin3-0/+167
2016-07-14greybus: interface: add runtime pm supportDavid Lin3-0/+123
2016-07-14greybus: bundle: add activate and deactivateDavid Lin1-0/+12
2016-07-14greybus: es2: fix arpc response lookupsJohan Hovold1-3/+3
2016-07-14greybus: es2: Fix 'make check' warnings with arpcViresh Kumar1-5/+5
2016-07-13greybus: audio: Maintain proper codec state during shutdown sequence.Vaibhav Agarwal1-1/+9
2016-07-13greybus: audio: Fix incorrect codec state modificationVaibhav Agarwal1-2/+2
2016-07-13greybus: es2: fix arpc return valueJohan Hovold1-0/+2
2016-07-11greybus: es2: Implement APBridgeA RPC (ARPC)Alexandre Bailon2-9/+226
2016-07-11greybus: es2: Add a new bulk in endpoint for APBridgeA RPCAlexandre Bailon1-4/+136
2016-07-08greybus: interface: send deactivate prepare when interface is disabledDavid Lin1-0/+3
2016-07-08greybus: control: add connection suspend and resume callsDavid Lin2-0/+23
2016-07-08greybus: interface: implement unipro link hibernate callDavid Lin1-4/+2
2016-07-08greybus: svc: add power mode call for link hibernationDavid Lin2-0/+36
2016-07-08greybus: svc: add interface resume operationDavid Lin3-0/+40
2016-07-08greybus: control: add interface hibernate abort operationDavid Lin3-0/+26
2016-07-08greybus: control: add interface deactivate prepare operationDavid Lin3-0/+25
2016-07-08greybus: control: add interface suspend prepare operationDavid Lin3-0/+51
2016-07-08greybus: control: add bundle deactivate and activate operationDavid Lin3-0/+54
2016-07-08greybus: control: add bundle suspend and resume preparationsDavid Lin3-1/+88
2016-07-06greybus: connection: remove CDSI1 hackFabien Parent1-10/+0
2016-07-06greybus: Documentation: Document Authentication interfacesViresh Kumar2-4/+269
2016-07-06greybus: Add Component Authentication Protocol supportViresh Kumar7-4/+650
2016-07-05greybus: camera: Fix size of configure_streams(0)Jacopo Mondi1-1/+2
2016-07-05greybus: camera: Fix number of configured streamsJacopo Mondi1-1/+1
2016-07-05greybus: camera: Early update num_streams and flagsJacopo Mondi1-7/+6
2016-07-05greybus: audio: topology: Enable enumerated control supportVaibhav Agarwal1-39/+319
2016-07-05greybus: audio: topology: Use csize while computing next_ptr in parserVaibhav Agarwal1-10/+15
2016-07-05greybus: added warning message in case of missing widgetVaibhav Agarwal1-0/+2
2016-07-05greybus: audio: topology: Add helper API to map controlid with widget nameVaibhav Agarwal2-0/+17
2016-06-29greybus: light: Initialize mutex before using itViresh Kumar1-2/+2
2016-06-29greybus: Revert "greybus: uart: don't use spin_lock_irq()"Johan Hovold1-3/+2
2016-06-29greybus: Revert "greybus: es2.c: don't use spin_lock_irq()"Johan Hovold1-5/+4
2016-06-29greybus: Revert "greybus: gb_connections_lock: don't use spin_lock_irq()"Johan Hovold1-7/+4
2016-06-29greybus: Revert "connection: switch to using spin_lock_irqsave/spin_lock_irqrestore excluisvely"Johan Hovold1-30/+23
2016-06-28greybus: svc: remove input device handling in SVC protocolSandeep Patil2-104/+2
2016-06-28greybus: kernel_ver: Add kstrtobool()Viresh Kumar1-0/+48
2016-06-24greybus: es2: add support for greybus cport flagsJohan Hovold2-0/+52
2016-06-24greybus: connection: add support for high-priority connectionsJohan Hovold2-2/+4
2016-06-24greybus: connection: prevent drivers from specifying core flagsJohan Hovold2-4/+6
2016-06-24greybus: hd: add flag argument to cport_enable callbackJohan Hovold2-2/+4
2016-06-24greybus: camera: Add RAW data formatEvgeniy Borisov1-0/+32
2016-06-24greybus: audio: remove the unnecessary return statementDavid Lin1-1/+0
2016-06-24greybus: connection: switch to using spin_lock_irqsave/spin_lock_irqrestore excluisvelyJeffrey Carlyle1-23/+30