summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)Author
2021-05-22staging: greybus: uart: fix unprivileged TIOCCSERIALJohan Hovold
2020-12-30staging: greybus: codecs: Fix reference counter leak in error handlingZhang Qilong
2020-09-17staging: greybus: audio: fix uninitialized value issueVaibhav Agarwal
2020-06-25staging: greybus: fix a missing-check bug in gb_lights_light_config()Chen Zhou
2020-06-22staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc coreUlf Hansson
2020-05-27staging: greybus: Fix uninitialized scalar variableOscar Carter
2020-03-25staging: greybus: loopback_test: fix potential path truncationsJohan Hovold
2020-03-25staging: greybus: loopback_test: fix potential path truncationJohan Hovold
2020-03-25staging: greybus: loopback_test: fix poll-mask build breakageJohan Hovold
2020-02-28staging: greybus: use after free in gb_audio_manager_remove_all()Dan Carpenter
2020-01-27staging: greybus: light: fix a couple double freesDan Carpenter
2019-05-10staging: greybus: power_supply: fix prop-descriptor request sizeJohan Hovold
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-01staging: greybus: camera: no need to check debugfs return valuesGreg Kroah-Hartman
2018-05-25staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"Colin Ian King
2018-05-06staging: greybus: Remove unused local variableNathan Chancellor
2018-04-29staging: greybus: Use gpio_is_valid()Arvind Yadav
2018-04-23staging: greybus: simplify getting .drvdataWolfram Sang
2018-04-23staging: greybus: Fix warning to limit chars per lineGaurav Dhingra
2018-04-23staging: greybus: Add TODO file with GPIO work itemsLinus Walleij
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-22staging: greybus: audio_codec.h Fix alignment should match open parenthesisKamal Heib
2018-01-22staging: greybus: audio_codec.h: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Logical continuations should be on the previ...Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Space required around ':'Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Cleanup blank linesKamal Heib
2018-01-22staging: greybus: audio_codec.c: Fix alignment should match open parenthesisKamal Heib
2018-01-22staging: greybus: authentication.c: Fix alignment should match open parenthesisKamal Heib
2018-01-09Staging: greybus: camera: cleanup multiple checks for null pointersSumit Pundir
2017-12-19staging: greybus: arche-platform.c: Fix alignment should match open parenthesisKamal Heib
2017-12-19staging: greybus: arche-apb-ctrl.c: Fix alignment should match open parenthesisKamal Heib
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-11-06staging: greybus: loopback: convert loopback to use generic async operationsBryan O'Donoghue
2017-11-06staging: greybus: operation: add private data with get/set accessorsBryan O'Donoghue
2017-11-06staging: greybus: loopback: Fix iteration count on async pathBryan O'Donoghue
2017-11-06staging: greybus: loopback: Hold per-connection mutex across operationsBryan O'Donoghue
2017-11-06staging: greybus/loopback: use ktime_get() for time intervalsArnd Bergmann
2017-11-03staging: greybus: remove unused kfifo_tsArnd Bergmann
2017-11-02staging: greybus: spilib: fix use-after-free after deregistrationJohan Hovold
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18greybus: audio: don't inclide rwlock.h directly.Sebastian Andrzej Siewior
2017-10-18staging: greybus: mark expected switch fall-through in check_urb_statusGustavo A. R. Silva
2017-09-29staging: greybus: light: remove unnecessary error checkArvind Yadav