aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-07-21greybus: timesync: do not print frametime by defaultDavid Lin1-1/+1
2016-07-21greybus: pm: add error handling to bundle activationBartosz Golaszewski1-6/+5
2016-07-21greybus: control: suppress bundle_activate() for bootromJohan Hovold4-1/+11
2016-07-21greybus: firmware.h: rename TFTF firmware filenamesJoel Porquet1-1/+1
2016-07-21greybus: interface: fix interface_id attribute groupJohan Hovold1-1/+1
2016-07-20greybus: timesync: probe shouldn't complete until FrameTime sync doesBryan O'Donoghue1-1/+1
2016-07-20greybus: loopback_test: Add -f argument to cancel all testsRyan Lim1-3/+10
2016-07-20greybus: loopback_test: Fix -z argument bugRyan Lim1-1/+2
2016-07-20greybus: loopback_test: Cancel only the tests running on selected devicesRyan Lim1-1/+2
2016-07-20greybus: timesync: reduce initial startup timeBryan O'Donoghue1-1/+1
2016-07-20greybus: move all firmware prefix strings to one placeGreg Kroah-Hartman3-4/+8
2016-07-20greybus: interface: hibernate UniPro link in activation error pathJohan Hovold1-2/+9
2016-07-20greybus: interface: fix power_state documentationJohan Hovold1-8/+9
2016-07-20greybus: interface: add power_state attributeViresh Kumar2-0/+75
2016-07-20greybus: interface: prevent reactivation during removalJohan Hovold3-1/+3
2016-07-20greybus: interface: make sure type is invariant during reactivationJohan Hovold1-20/+55
2016-07-20greybus: interface: clean up ES3 activation-retry hackJohan Hovold2-27/+33
2016-07-20greybus: interface: do not read DME during reactivationJohan Hovold2-1/+12
2016-07-20greybus: interface: use an enum for interface typeJohan Hovold3-16/+29
2016-07-19greybus: module: suppress activation error message for dummy interfacesJohan Hovold1-2/+5
2016-07-19greybus: interface: amend interface registration messageJohan Hovold1-5/+14
2016-07-19greybus: interface: make attributes type dependentJohan Hovold1-0/+47
2016-07-19greybus: interface: partition attribute groupJohan Hovold1-3/+38
2016-07-19greybus: interface: add interface-type attributeJohan Hovold3-0/+34
2016-07-19greybus: arche-platform: Add support for init-off featureVaibhav Hiremath1-14/+16
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-34/+90
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