summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-19greybus: connection: drop the svc quiescing operationJohan Hovold4-64/+0
2016-07-19greybus: sdio: add switch voltage operationRui Miguel Silva1-0/+6
2016-07-19greybus: sdio: convert vdd kernel values to greybusRui Miguel Silva1-1/+8
2016-07-19greybus: bootrom: Use "s2l" instead of boot stage in package nameViresh Kumar1-3/+10
2016-07-19greybus: timesync: Bugfix ping should not result in -EAGAINBryan O'Donoghue1-1/+1
2016-07-18greybus: greybus_protocols.h: convert __u32 to __le32Bryan O'Donoghue1-4/+4
2016-07-18greybus: greybus_protocols.h/es2: Ensure __le32 is used not u32Bryan O'Donoghue2-4/+8
2016-07-17greybus: camera: Update CSI config parametersJacopo Mondi1-3/+0
2016-07-17greybus: camera: Configure APB-A with new paramsJacopo Mondi1-35/+91
2016-07-17greybus: camera: Update Configure Streams ResponseJacopo Mondi2-27/+176
2016-07-17greybus: camera: Hardcode the APB-A CSI-2 TX parametersLaurent Pinchart1-5/+11
2016-07-17greybus: camera: Add wrapper for sync operation with flagsJacopo Mondi1-19/+41
2016-07-17greybus: camera: Add bpp to Greybus Format descriptionJacopo Mondi1-10/+27
2016-07-17greybus: audio_topology: Fix compile warningViresh Kumar1-2/+2
2016-07-16greybus: power_supply: add missing defines present in the specificationRui Miguel Silva1-0/+13
2016-07-16greybus: power_supply: remove references to kernel headerRui Miguel Silva1-9/+9
2016-07-16greybus: timesync/pm: Make synchronous call to restore FrameTimeBryan O'Donoghue1-0/+6
2016-07-16greybus: hd: arche-platform: implement greybus shutdownDavid Lin5-0/+34
2016-07-16greybus: power_supply: convert greybus properties to power supply propertiesRui Miguel Silva2-9/+246
2016-07-16greybus: power_supply: change property values to integerRui Miguel Silva1-5/+6
2016-07-15greybus: use memdup_user()Alex Elder1-27/+13
2016-07-15greybus: get rid of a compile warningAlex Elder1-1/+1
2016-07-14greybus: loopback: add runtime pm supportAxel Haslam1-1/+25
2016-07-14greybus: spi: Add runtime_pm supportAxel Haslam3-0/+40
2016-07-14greybus: pwm: Add runtime_pm supportAxel Haslam1-12/+86
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