aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2020-07-29drivers: staging: audio: Fix the missing header file for helper fileGravatar Vaibhav Agarwal 2-4/+5
2020-07-29staging: greybus: audio: Enable GB codec, audio module compilation.Gravatar Vaibhav Agarwal 2-3/+15
2020-07-29staging: greybus: audio: Add helper APIs for dynamic audio modulesGravatar Vaibhav Agarwal 4-5/+223
2020-07-29staging: greybus: audio: Resolve compilation error in topology parserGravatar Vaibhav Agarwal 1-66/+57
2020-07-29staging: greybus: audio: Resolve compilation errors for GB codec moduleGravatar Vaibhav Agarwal 2-46/+44
2020-07-29staging: greybus: audio: Maintain jack list within GB Audio moduleGravatar Vaibhav Agarwal 3-46/+53
2020-07-29staging: greybus: audio: Update snd_jack FW usage as per new APIsGravatar Vaibhav Agarwal 1-12/+42
2020-07-28staging: greybus: gpio: Use irqchip templateGravatar Linus Walleij 1-9/+10
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-20/+20
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-19/+8
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEGravatar Ulf Hansson 1-1/+0
2020-05-28staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc coreGravatar Ulf Hansson 1-3/+7
2020-05-27staging: greybus: loopback: fix a spelling error.Gravatar Till Varoquaux 1-1/+1
2020-05-25Merge 5.7-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-2/+2
2020-05-15staging: greybus: uart: replace driver line-coding structGravatar Johan Hovold 1-15/+4
2020-05-13staging: greybus: Fix uninitialized scalar variableGravatar Oscar Carter 1-2/+2
2020-04-13staging: greybus: fix a missing-check bug in gb_lights_light_config()Gravatar Chen Zhou 1-1/+2
2020-04-13staging: greybus: hid: remove braces {} around single statement blockGravatar Dan Jessie 1-2/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-23staging: greybus: tools: Fix braces {} styleGravatar Simran Singhal 1-1/+2
2020-03-23Merge 5.6-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-10/+11
2020-03-17staging: greybus: loopback_test: fix potential path truncationsGravatar Johan Hovold 1-7/+8
2020-03-17staging: greybus: loopback_test: fix potential path truncationGravatar Johan Hovold 1-1/+1
2020-03-17staging: greybus: loopback_test: fix poll-mask build breakageGravatar Johan Hovold 1-2/+2
2020-03-17staging: greybus: i2c: remove unused pointersGravatar Lourdes Pedrajas 1-2/+0
2020-03-10staging: greybus: Fix the irq API abuseGravatar Thomas Gleixner 1-9/+6
2020-03-10staging: greybus: i2c.c: remove commented out functionGravatar Lourdes Pedrajas 1-14/+0
2020-02-24Merge 5.6-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2020-02-23staging: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-02-11staging: greybus: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-02-10staging: greybus: use after free in gb_audio_manager_remove_all()Gravatar Dan Carpenter 1-1/+1
2019-09-03staging: greybus: light: fix a couple double freesGravatar Dan Carpenter 1-6/+6
2019-08-27staging: greybus: move es2 to drivers/greybus/Gravatar Greg Kroah-Hartman 4-1544/+0
2019-08-27staging: greybus: move the greybus core to drivers/greybusGravatar Greg Kroah-Hartman 16-7838/+1
2019-08-27staging: greybus: move core include files to include/linux/greybus/Gravatar Greg Kroah-Hartman 53-3403/+40
2019-08-27staging: greybus: loopback: Fix up some alignment checkpatch issuesGravatar Greg Kroah-Hartman 1-2/+2
2019-08-27staging: greybus: log: Fix up some alignment checkpatch issuesGravatar Greg Kroah-Hartman 1-3/+3
2019-08-27staging: greybus: manifest: Fix up some alignment checkpatch issuesGravatar Greg Kroah-Hartman 1-20/+19
2019-08-27staging: greybus: hd: Fix up some alignment checkpatch issuesGravatar Greg Kroah-Hartman 1-5/+5
2019-08-27staging: greybus: remove license "boilerplate"Gravatar Greg Kroah-Hartman 8-303/+1
2019-08-27staging: greybus: fix up SPDX comment in .h filesGravatar Greg Kroah-Hartman 16-16/+16
2019-07-22staging: greybus: remove redundant assignment to variable is_emptyGravatar Colin Ian King 1-1/+1
2019-07-22staging: greybus: Replace function gb_i2c_device_setup()Gravatar Nishka Dasgupta 1-14/+8
2019-07-01staging: greybus: tools: Remove function log_csv_error()Gravatar Nishka Dasgupta 1-6/+0
2019-04-19staging: greybus: power_supply: use struct_size() helperGravatar Gustavo A. R. Silva 1-2/+2
2019-04-16staging: greybus: power_supply: fix prop-descriptor request sizeGravatar Johan Hovold 1-1/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGravatar Greg Kroah-Hartman 1-0/+1
2019-04-01staging: greybus: hid: Remove print following unsuccessful kmallocGravatar Sanjana Sanikommu 1-1/+0
2019-03-29staging: greybus: audio_manager: fix a missing check of ida_simple_getGravatar Kangjie Lu 1-0/+3