aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-03-03greybus: raw: use hexadecimal notation for request typesJohan Hovold1-1/+1
2016-03-03greybus: loopback: fix double error countJohan Hovold1-3/+3
2016-03-01greybus: audio: Split start and stop APBridgeA requestsMark Greer4-12/+112
2016-02-29greybus: Loopback_test: use poll instead of inotifyAxel Haslam1-69/+70
2016-02-29greybus: Notify user space only when the test finished.Axel Haslam1-2/+2
2016-02-29greybus: hid: Replace WARN_ON() with dev_err()Viresh Kumar1-1/+5
2016-02-29greybus: hid: Don't disable connection-tx before destroying hid-deviceViresh Kumar1-1/+1
2016-02-29greybus: audio: Register CPorts for specific directionsMark Greer4-7/+21
2016-02-26greybus: expose full 32 bits of vid/pid to userspaceGreg Kroah-Hartman2-26/+4
2016-02-25greybus: loopback: Fix averagingAlexandre Bailon1-4/+5
2016-02-25greybus: loopback: Fix throughput calculationsAlexandre Bailon1-22/+59
2016-02-25greybus: loopback: Fix incoherency in calculations in the case of errorAlexandre Bailon1-8/+10
2016-02-25greybus: loopback: Fix calculations error for ping transfersAlexandre Bailon1-1/+0
2016-02-25greybus: lights: remove unnecessary checkRui Miguel Silva1-1/+1
2016-02-25greybus: arche-platform: Disable HUB3613 only in APB poweroff fnVaibhav Hiremath1-9/+5
2016-02-25greybus: arche-platform: Make sure APB power cycles on coldbootVaibhav Hiremath1-0/+2
2016-02-25greybus: operation: add support for short responsesJohan Hovold2-14/+49
2016-02-25greybus: operation: add temporary pointer to response handlerJohan Hovold1-4/+6
2016-02-25greybus: arche-platform: Disable wake/detect interrupt in poweroffVaibhav Hiremath1-0/+1
2016-02-25greybus: arche-platform: Set direction of wake/detect gpio in poweroff fnVaibhav Hiremath1-1/+1
2016-02-25greybus: arche-platform: Assert wake/detect after SVC reset without delayVaibhav Hiremath1-0/+13
2016-02-25greybus: arche-platform: Enable interrupt support on wake/detect lineVaibhav Hiremath1-0/+120
2016-02-25greybus: arche-platform: Add wake detect state based on functionalityVaibhav Hiremath1-0/+13
2016-02-25greybus: arche-platform: Convert delayed work to do only hub3613 configurationVaibhav Hiremath1-56/+8
2016-02-25greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath1-1/+0
2016-02-25greybus: Documentation/sysfs: make 1-5 a 2x2 moduleJohan Hovold2-1/+2
2016-02-25greybus: Documentation/sysfs: move module 1-4 to position 5Johan Hovold17-2/+2
2016-02-25greybus: Documentation/sysfs: add module devicesJohan Hovold44-0/+6
2016-02-24greybus: gpio: handle api changes for 4.5 kernel releaseGreg Kroah-Hartman1-0/+4
2016-02-24greybus: gpio: use bundle device for error messagesGreg Kroah-Hartman1-22/+25
2016-02-24greybus: arche-platform: Fix exit path in probe fnVaibhav Hiremath1-2/+8
2016-02-24greybus: uart: fix incomplete receive-data sanity checksJohan Hovold1-9/+24
2016-02-24greybus: uart: add missing serial-state sanity checkJohan Hovold1-4/+22
2016-02-24greybus: uart: add max-payload sanity checkJohan Hovold1-2/+8
2016-02-24greybus: connection: {en,dis}able fct flow in connection managementFabien Parent1-1/+12
2016-02-24greybus: es2: implement the fct flow control requestsFabien Parent1-0/+37
2016-02-24greybus: apba: add fct flow usb control requestsFabien Parent1-0/+3
2016-02-24greybus: connection: add api to {en,dis}able unipro fct flowFabien Parent2-0/+30
2016-02-23greybus: arche-apb-ctrl: Return immediately if in same state from state change fnsVaibhav Hiremath1-5/+8
2016-02-23greybus: arche-platform: Avoid doing same thing again in poweroff fnVaibhav Hiremath1-4/+8
2016-02-23greybus: arche-platform: Return immediately if in same state from state change fnsVaibhav Hiremath1-0/+9
2016-02-23greybus: camera: Rename clock_mode to flagsJacopo Mondi1-2/+3
2016-02-23greybus: camera: Add CSI configuration parametersJacopo Mondi2-2/+14
2016-02-23greybus: uart: properly calculate max buffer sizeGreg Kroah-Hartman1-6/+3
2016-02-22greybus: Documentation: remove svc unique_id attributeJohan Hovold3-7/+0
2016-02-22greybus: interface: Add print messages on interface initialization/removalViresh Kumar1-1/+8
2016-02-17greybus: Revert "gb_loopback: Fix throughput calculations"Greg Kroah-Hartman1-42/+15
2016-02-17greybus: audio: return success for stop trigger if device removedVaibhav Agarwal1-0/+4
2016-02-17greybus: audio: schedule workqueue to perform codec cleanup on module removalVaibhav Agarwal2-7/+30
2016-02-17greybus: audio: Enable support for multiple codec modulesVaibhav Agarwal1-71/+36