aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-9/+9
2016-12-07staging: greybus: audio_module: remove redundant OOM messageSrikant Ritolia1-3/+1
2016-12-04don't open-code file_inode()Al Viro4-9/+9
2016-11-19staging: Greybus: Remove unnecessary braces for single statement blockRahul Krishnan1-2/+1
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman1-0/+1
2016-11-10staging: greybus: use get_icount tty operationJohan Hovold1-19/+12
2016-11-10staging: greybus: uart: fix invalid user-pointer checkJohan Hovold1-3/+0
2016-11-07staging: greybus: arche-platform: fix device reference leakJohan Hovold1-0/+1
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman5-7/+7
2016-10-24greybus: fix a leak on error in gb_module_create()Dan Carpenter1-1/+1
2016-10-24greybus: es2: fix error return code in ap_probe()Wei Yongjun1-1/+2
2016-10-24greybus: arche-platform: Add missing of_node_put() in arche_platform_change_state()Wei Yongjun1-0/+1
2016-10-24staging: greybus: audio: remove redundant slot fieldPankaj Bharadiya5-23/+4
2016-10-24Staging: Greybus: Fix trailing */ in block commentsRahul Krishnan1-2/+4
2016-10-24staging: greybus: es2: fix arpc request sizeRui Miguel Silva1-1/+1
2016-10-24staging: greybus: audio_manager_sysfs: Replace sscanf with kstrto* to single variable conversion.Elise Lennion1-2/+2
2016-10-17Staging: greybus: uart: constify tty_port_operations structureBhumika Goyal1-1/+1
2016-10-17staging: greybus: es2: Use kmemdup instead of kmalloc and memcpysayli karnik1-2/+1
2016-10-17staging: greybus: audio: Rename cport with intf_idPankaj Bharadiya4-14/+14
2016-10-17Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar1-1/+1
2016-10-17Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devViresh Kumar1-4/+2
2016-10-16staging: greybus: audio_codec: Remove useless return statement.Elise Lennion1-1/+0
2016-10-16staging: greybus: timesync.c: Fixed WARNING for brace issueChase Metzger1-3/+3
2016-10-16staging: greybus: arche-platform: Format block comments.Elise Lennion1-1/+2
2016-10-16staging: greybus: camera: Use kcalloc for array's memory allocation.Elise Lennion1-2/+2
2016-10-16staging: greybus: camera: Replace blank spaces with tabstops.Elise Lennion1-1/+1
2016-10-16staging: greybus: camera: Add blank lines after variable declarations.Elise Lennion1-0/+1
2016-10-16drivers: staging: greybus: audio_manager_sysfs.c: Fixed CHECK for brace issueChase Metzger1-2/+3
2016-10-16drivers: staging: greybus: audio_codec.c: Fixed CHECKS for brace issuesChase Metzger1-1/+3
2016-10-16drivers: staging: greybus: Fixed CHECKS for brace issuesChase Metzger1-2/+5
2016-10-16staging: greybus: Add blank line after declarationElizabeth Ferdman1-0/+1
2016-10-16staging: greybus: fix block commentHisao Tanabe1-1/+1
2016-10-16staging: greybus: Fix a commit coding style issue.Sidhant Gupta1-2/+4
2016-10-02staging: greybus: light: check the correct value of delay_onRui Miguel Silva1-1/+1
2016-10-02staging: greybus: light: check delay_{on|off} before useRui Miguel Silva1-0/+3
2016-10-02staging: greybus: light: fix attributes allocationRui Miguel Silva1-2/+1
2016-10-02staging: greybus: sdio: fix cmd_flags check for none responseRui Miguel Silva1-1/+1
2016-09-27greybus: manifest: style fix missing space before '('Quentin Lambert1-1/+1
2016-09-27staging: greybus/timesync: avoid divide by zero on X86 QemuBryan O'Donoghue1-2/+7
2016-09-27drivers/staging/greybus: gpio.c - Fixed a checkpatch generated warningChase Metzger1-2/+1
2016-09-27greybus: audio: fix uninitialized variable errors found by cppcheckVaibhav Agarwal1-2/+3
2016-09-23staging: greybus: Use setup_timer functionsayli karnik1-3/+2
2016-09-23staging: greybus: arche-apb-ctrl: declare struct of_device_id as constEva Rachel Retuya1-1/+1
2016-09-23staging: greybus: arche-platform: declare struct of_device_id as constEva Rachel Retuya1-2/+2
2016-09-22staging: greybus: uart.c: fix alignment to match open parenthesisChaehyun Lim1-14/+14
2016-09-22staging: greybus: uart.c: change 'unsigned' to 'unsigned int'Chaehyun Lim1-1/+1
2016-09-22staging: greybus: audio_codec.c: code indent should use tabs where possibleRichard Groux1-1/+1
2016-09-22staging: greybus: audio_codec.c: space required before the open braceRichard Groux1-1/+1
2016-09-22staging: greybus: arche-platform: compress return logic into one lineEva Rachel Retuya1-2/+1
2016-09-22staging: greybus: audio: delete unnecessary parenthesesEva Rachel Retuya1-1/+1