summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: bcm2835-camera: Abort probe if there is no cameraStefan Wahren2020-01-271-0/+9
* Staging: vc04_services: Fix a couple error codesDan Carpenter2019-06-221-2/+2
* staging: vc04_services: prevent integer overflow in create_pagelist()Dan Carpenter2019-06-091-0/+9
* staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETIONBen Wolsieffer2018-12-051-1/+6
* staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen2018-09-261-6/+10
* staging: bcm2835-camera: handle wait_for_completion_timeout return properlyNicholas Mc Guire2018-09-261-3/+4
* staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeoutNicholas Mc Guire2018-09-261-5/+6
* staging: vchiq_core: Fix missing semaphore release in error caseStefan Wahren2018-08-031-0/+1
* staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin2018-05-251-29/+25
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* staging: bcm2835-audio: Fix memory corruptionPhil Elwell2017-10-181-12/+7
* staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelistStefan Wahren2017-09-181-2/+4
* staging: bcm2835-camera: make video_device constBhumika Goyal2017-08-281-1/+1
* staging: bcm2835-camera: constify vb2_ops structuresJulia Lawall2017-08-181-1/+1
* staging: bcm2835-audio: make snd_pcm_hardware constBhumika Goyal2017-08-181-2/+2
* staging: bcm2835-audio: constify snd_pcm_ops structuresGustavo A. R. Silva2017-07-301-2/+2
* Merge 4.13-rc2 into staging-nextGreg Kroah-Hartman2017-07-231-6/+4
|\
| * staging: vchiq_arm: fix error codes in probeDan Carpenter2017-07-161-6/+4
* | Staging:vc04_services:vchiq_util.c: kzalloc call changed to kcallocAndrey Severin2017-07-181-1/+1
|/
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-3/+2
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-071-12/+19
| |\
| * | staging: bcm2835-audio: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-3/+2
* | | staging: vchiq_core: Replace remaining BUG_ON with WARN_ONStefan Wahren2017-05-291-7/+7
* | | staging: vchiq_core: Bail out in case of invalid tx_posStefan Wahren2017-05-291-2/+4
* | | staging: vchiq_core: Don't BUG if process is unexpectedStefan Wahren2017-05-291-3/+8
* | | staging: vchiq_core: Bail out if ref_count is unexpectedStefan Wahren2017-05-291-7/+10
* | | staging: vchiq_core: Bail out if service is NULLStefan Wahren2017-05-291-14/+24
* | | staging: vchiq_core: Don't BUG if sending RESUME failsStefan Wahren2017-05-291-1/+0
* | | staging: vchiq_core: Bailout if VCHIQ state is already initializedStefan Wahren2017-05-291-0/+5
* | | staging: vchiq_core: Simplify VCHIQ initStefan Wahren2017-05-291-4/+1
* | | staging: vchiq_2835_arm: Use PAGE_MASK macroStefan Wahren2017-05-291-1/+1
* | | staging: vchiq_2835_arm: Handle vmalloc_to_page error caseStefan Wahren2017-05-291-0/+5
* | | staging: vchiq_2835_arm: Fix function name cleaup_pagelistinfoStefan Wahren2017-05-291-5/+5
* | | staging: vchiq_arm: Avoid multiline dereferenceStefan Wahren2017-05-291-6/+6
* | | staging: vchiq_arm: Fix variable names in commentStefan Wahren2017-05-291-1/+1
* | | staging: vchiq_2835_arm: Remove unnecessary assignment to slot_mem_sizeStefan Wahren2017-05-291-1/+0
* | | staging: vchiq_2835_arm: Reduce scope of i in free_pagelistStefan Wahren2017-05-291-1/+2
* | | staging: vchiq_core: Use return value of mutex_lock_killable directlyStefan Wahren2017-05-291-3/+1
| |/ |/|
* | staging: vc04_services: Fix bulk cache maintenancePhil Elwell2017-05-151-12/+19
|/
* staging: media/platform/bcm2835: remove gstreamer workaroundKevin Wern2017-04-182-65/+0
* staging: vc04_services: add parenthesis to macrosHaim Daniel2017-04-081-1/+1
* staging: bcm2835-audio: remove unnecessary log messagesAishwarya Pant2017-04-083-59/+0
* staging: bcm2835-camera: fix spelling mistake: "elementry" -> "elementary"Colin Ian King2017-04-083-5/+5
* Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman2017-03-271-0/+1
|\
| * staging/vc04_services: add CONFIG_OF dependencyArnd Bergmann2017-03-061-0/+1
* | staging: vchiq_arm: Fix MODULE_LICENSEStefan Wahren2017-03-211-1/+1
* | staging: bcm2835-audio: Add support for simultanous HDMI and Headphone audioMichael Zoran2017-03-214-99/+450
* | bcm2835-v4l2: Fix buffer overflow problemDave Stevenson2017-03-211-1/+6
* | staging: vc04_services: make BCM_VIDEOCORE tristateArnd Bergmann2017-03-211-1/+1
* | staging: vc04_services: fix NULL pointer dereference on pointer 'service'Colin Ian King2017-03-211-1/+1