summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* 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
* | staging: vc04_services: Replace typedef with structGargi Sharma2017-03-163-9/+9
* | staging: vc04_services: Remove type and function prototypeGargi Sharma2017-03-161-12/+0
* | staging: vc04_services: Remove unused functionsJean-Baptiste Abbadie2017-03-161-50/+0
* | staging: bcm2835-audio: fix memory leak in bcm2835_audio_open_connection()Aishwarya Pant2017-03-141-0/+1
* | staging: bcm2835-audio: deallocate work when queue_work(...) failsAishwarya Pant2017-03-141-0/+3
* | staging: bcm2835-audio: use conditional only for error caseAishwarya Pant2017-03-141-35/+32
* | staging: bcm2835-audio: propagate PTR_ERR value instead of -EPERMAishwarya Pant2017-03-141-1/+1
* | staging: bcm2835-audio: replace null with error pointer valueAishwarya Pant2017-03-141-5/+6
* | staging: bcm2835-audio: Replace kmalloc with kzallocAishwarya Pant2017-03-141-2/+1
* | Staging: bcm2835: Fixed style of block commentsDerek Robson2017-03-126-32/+45
* | staging: bcm2835-camera: remove anonymous field declarationsAishwarya Pant2017-03-121-10/+10
* | staging: bcm2835-audio: remove anonymous field declarationsAishwarya Pant2017-03-121-10/+10
* | staging: vchi: Remove ARM64 from TODO listMichael Zoran2017-03-101-18/+3
* | staging: bcm2835-camera: use kernel preferred style for handling errorsAishwarya Pant2017-03-101-6/+6
* | staging: bcm2835-camera: replace kmalloc with kzallocAishwarya Pant2017-03-101-5/+3
* | staging: bcm2835-camera: add check to avoid null pointer dereferenceAishwarya Pant2017-03-101-2/+8
* | staging: bcm2835-camera: remove depends on ARMMichael Zoran2017-03-101-1/+0
* | staging: bcm2835-camera: Fix bogus compiler warnings regarding constantsMichael Zoran2017-03-102-3/+4
* | staging: bcm2835-camera: Fix buffer overflow calculation on query of camera p...Michael Zoran2017-03-101-1/+1
* | staging: bcm2835-camera: Convert spinlock to mutex in handle mapping codeMichael Zoran2017-03-101-12/+11
* | staging: bcm2835-camera: Convert struct mmal_buffer_header info fields to u32Michael Zoran2017-03-102-6/+7
* | staging: bcm2835-camera: Convert struct mmal_port info fields to u32Michael Zoran2017-03-102-6/+6
OpenPOWER on IntegriCloud