summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Remove duplicate include fileMasanari Iida2017-02-031-1/+0
* staging: greybus: loopback: fix broken udelayJohan Hovold2017-01-271-2/+7
* staging: greybus: sdio: Prefer u32 over uint32_tFranck Demathieu2017-01-271-1/+1
* staging: greybus: uart: fix TIOCGSERIAL flagsJohan Hovold2017-01-271-1/+0
* staging: greybus: audio_gb.c: Change uint32_t to u32Marcos Paulo de Souza2017-01-231-2/+2
* staging: greybus: audio: Ensure proper byte orderVaibhav Agarwal2017-01-192-45/+51
* staging: greybus: audio: Cleanup junk codec registersVaibhav Agarwal2017-01-192-83/+2
* staging: greybus: audio: Initialize sig_bits before configuring hwparamsVaibhav Agarwal2017-01-191-0/+7
* staging: greybus: audio: Avoid less than zero check for le32 variableVaibhav Agarwal2017-01-191-6/+2
* staging: greybus: loopback_test: use octal permissions instead of symbolicIgor Pylypiv2017-01-191-2/+1
* staging: greybus: fix checkpatch unsigned warningsRoman Sommer2017-01-162-13/+13
* staging: greybus: fix checkpatch braces not necessary warningAbdul Rauf2017-01-161-4/+3
* staging: greybus: loopback_test: fix checkpatch bad function definition errorAbdul Rauf2017-01-161-1/+1
* Staging: greybus: style fix, permissions as octalDerek Robson2017-01-161-5/+5
* staging: greybus: remove timesync protocol supportGreg Kroah-Hartman2017-01-0717-1925/+3
* staging: greybus: log: Fix line over 80 characters.Emmanuil Chatzipetru2017-01-051-3/+3
* staging: greybus: audio_topology: Fix spaces between operator and stringEmmanuil Chatzipetru2017-01-051-1/+1
* staging: greybus: svc_watchdog: replace printk() with pr_err()Emmanuil Chatzipetru2017-01-031-1/+1
* staging: greybus: svc_watchdog: Fix spaces on a single definition statementEmmanuil Chatzipetru2017-01-031-1/+1
* staging: greybus: arche-apb-ctrl: fix unused warnings on resume/suspendJérémy Lefaure2017-01-031-2/+2
* staging: greybus: add host device function pointer checksJason Hrycay2017-01-031-0/+6
* staging: greybus: loopback: use gb_loopback_async_wait_all don't spinBryan O'Donoghue2017-01-031-0/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-164-9/+9
|\
| * don't open-code file_inode()Al Viro2016-12-044-9/+9
* | staging: greybus: audio_module: remove redundant OOM messageSrikant Ritolia2016-12-071-3/+1
* | staging: Greybus: Remove unnecessary braces for single statement blockRahul Krishnan2016-11-191-2/+1
* | Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman2016-11-141-0/+1
|\ \ | |/
| * staging: greybus: arche-platform: fix device reference leakJohan Hovold2016-11-071-0/+1
* | staging: greybus: use get_icount tty operationJohan Hovold2016-11-101-19/+12
* | staging: greybus: uart: fix invalid user-pointer checkJohan Hovold2016-11-101-3/+0
* | Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-305-7/+7
|\ \ | |/
| * greybus: fix a leak on error in gb_module_create()Dan Carpenter2016-10-241-1/+1
| * greybus: es2: fix error return code in ap_probe()Wei Yongjun2016-10-241-1/+2
| * greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Wei Yongjun2016-10-241-0/+1
| * Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-171-1/+1
| * Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-171-4/+2
* | staging: greybus: audio: remove redundant slot fieldPankaj Bharadiya2016-10-245-23/+4
* | Staging: Greybus: Fix trailing */ in block commentsRahul Krishnan2016-10-241-2/+4
* | staging: greybus: es2: fix arpc request sizeRui Miguel Silva2016-10-241-1/+1
* | staging: greybus: audio_manager_sysfs: Replace sscanf with kstrto* to single ...Elise Lennion2016-10-241-2/+2
* | Staging: greybus: uart: constify tty_port_operations structureBhumika Goyal2016-10-171-1/+1
* | staging: greybus: es2: Use kmemdup instead of kmalloc and memcpysayli karnik2016-10-171-2/+1
* | staging: greybus: audio: Rename cport with intf_idPankaj Bharadiya2016-10-174-14/+14
* | staging: greybus: audio_codec: Remove useless return statement.Elise Lennion2016-10-161-1/+0
* | staging: greybus: timesync.c: Fixed WARNING for brace issueChase Metzger2016-10-161-3/+3
* | staging: greybus: arche-platform: Format block comments.Elise Lennion2016-10-161-1/+2
* | staging: greybus: camera: Use kcalloc for array's memory allocation.Elise Lennion2016-10-161-2/+2
* | staging: greybus: camera: Replace blank spaces with tabstops.Elise Lennion2016-10-161-1/+1
* | staging: greybus: camera: Add blank lines after variable declarations.Elise Lennion2016-10-161-0/+1
* | drivers: staging: greybus: audio_manager_sysfs.c: Fixed CHECK for brace issueChase Metzger2016-10-161-2/+3
OpenPOWER on IntegriCloud