summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorLines
2017-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-29/+14
2017-06-08greybus: hid: remove custom locking from gb_hid_open/closeDmitry Torokhov-29/+14
2017-05-18staging: greybus: mark PM functions as __maybe_unusedArnd Bergmann-2/+2
2017-05-16staging: greybus: enable compile testing of arche driverJohan Hovold-1/+18
2017-05-16staging: greybus: arche: remove timesync remainsJohan Hovold-159/+3
2017-05-15staging: greybus: power_supply: replace kzalloc by kcallocJB Van Puyvelde-1/+1
2017-05-15Staging: greybus: light: Prefer kcalloc over kzallocKarthik Tummala-2/+2
2017-04-18staging: greybus: uart.c: Remove include linux/serial.hDarryl T. Agostinelli-1/+0
2017-04-18staging: greybus: light.c: Remove include linux/version.hDarryl T. Agostinelli-1/+0
2017-04-18staging: greybus: make cport_quiesce() method optionalAlexandre Bailon-0/+3
2017-03-27staging: greybus: compress return logicArushi Singhal-4/+1
2017-03-09staging: greybus: firmware: Convert sscanf calls to strtoulMichael Sartain-5/+7
2017-03-09staging: greybus: firmware: Change long long unsigned to unsigned long longMichael Sartain-1/+1
2017-03-09staging: greybus: firmware: Remove extra braces from single line ifMichael Sartain-4/+3
2017-03-09staging: greybus: firmware: Remove trailing semicolon from FW_TIMEOUT_DEFAULTMichael Sartain-1/+1
2017-03-09staging: greybus: Remove unneeded header fileGargi Sharma-1/+0
2017-03-07staging: greybus: Replace "is is" with "is"simran singhal-1/+1
2017-03-07staging: greybus: loop_backtest: fixed consistent spacing style issueJonathan Bowie-1/+1
2017-03-06staging: greybus: loopback_test: Fix open error pathsayli karnik-1/+1
2017-03-06staging: greybus: loopback_test: fix device-name leakGargi Sharma-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-01Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2167/+244
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2017-02-21Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+9
2017-02-12staging: greybus: fix symbolic permission coding style issuesGioh Kim-6/+6
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim-42/+77
2017-02-12staging: greybus: arpc.h: remove duplicate line.Nathan Howard-1/+0
2017-02-09staging: greybus: operation: add generic timeout supportJohan Hovold-14/+39
2017-02-03staging: greybus: Remove duplicate include fileMasanari Iida-1/+0
2017-01-27staging: greybus: loopback: fix broken udelayJohan Hovold-2/+7
2017-01-27staging: greybus: sdio: Prefer u32 over uint32_tFranck Demathieu-1/+1
2017-01-27staging: greybus: uart: fix TIOCGSERIAL flagsJohan Hovold-1/+0
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg-6/+9
2017-01-25staging: greybus: timesync: validate platform state callbackRui Miguel Silva-0/+6
2017-01-23staging: greybus: audio_gb.c: Change uint32_t to u32Marcos Paulo de Souza-2/+2
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman-2/+2
2017-01-19staging: greybus: audio: Ensure proper byte orderVaibhav Agarwal-45/+51
2017-01-19staging: greybus: audio: Cleanup junk codec registersVaibhav Agarwal-83/+2
2017-01-19staging: greybus: audio: Initialize sig_bits before configuring hwparamsVaibhav Agarwal-0/+7
2017-01-19staging: greybus: audio: Avoid less than zero check for le32 variableVaibhav Agarwal-6/+2
2017-01-19staging: greybus: loopback_test: use octal permissions instead of symbolicIgor Pylypiv-2/+1
2017-01-16staging: greybus: fix checkpatch unsigned warningsRoman Sommer-13/+13
2017-01-16staging: greybus: fix checkpatch braces not necessary warningAbdul Rauf-4/+3
2017-01-16staging: greybus: loopback_test: fix checkpatch bad function definition errorAbdul Rauf-1/+1
2017-01-16Staging: greybus: style fix, permissions as octalDerek Robson-5/+5
2017-01-07staging: greybus: remove timesync protocol supportGreg Kroah-Hartman-1925/+3
2017-01-05staging: greybus: log: Fix line over 80 characters.Emmanuil Chatzipetru-3/+3
2017-01-05staging: greybus: audio_topology: Fix spaces between operator and stringEmmanuil Chatzipetru-1/+1
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding-1/+0