aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-18staging: media/platform/bcm2835: remove gstreamer workaroundKevin Wern2-65/+0
2017-04-08staging: vc04_services: add parenthesis to macrosHaim Daniel1-1/+1
2017-04-08staging: bcm2835-audio: remove unnecessary log messagesAishwarya Pant3-59/+0
2017-04-08staging: bcm2835-camera: fix spelling mistake: "elementry" -> "elementary"Colin Ian King3-5/+5
2017-03-27Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman1-0/+1
2017-03-21staging: vchiq_arm: Fix MODULE_LICENSEStefan Wahren1-1/+1
2017-03-21staging: bcm2835-audio: Add support for simultanous HDMI and Headphone audioMichael Zoran4-99/+450
2017-03-21bcm2835-v4l2: Fix buffer overflow problemDave Stevenson1-1/+6
2017-03-21staging: vc04_services: make BCM_VIDEOCORE tristateArnd Bergmann1-1/+1
2017-03-21staging: vc04_services: fix NULL pointer dereference on pointer 'service'Colin Ian King1-1/+1
2017-03-16staging: vc04_services: Replace typedef with structGargi Sharma3-9/+9
2017-03-16staging: vc04_services: Remove type and function prototypeGargi Sharma1-12/+0
2017-03-16staging: vc04_services: Remove unused functionsJean-Baptiste Abbadie1-50/+0
2017-03-14staging: bcm2835-audio: fix memory leak in bcm2835_audio_open_connection()Aishwarya Pant1-0/+1
2017-03-14staging: bcm2835-audio: deallocate work when queue_work(...) failsAishwarya Pant1-0/+3
2017-03-14staging: bcm2835-audio: use conditional only for error caseAishwarya Pant1-35/+32
2017-03-14staging: bcm2835-audio: propagate PTR_ERR value instead of -EPERMAishwarya Pant1-1/+1
2017-03-14staging: bcm2835-audio: replace null with error pointer valueAishwarya Pant1-5/+6
2017-03-14staging: bcm2835-audio: Replace kmalloc with kzallocAishwarya Pant1-2/+1
2017-03-12Staging: bcm2835: Fixed style of block commentsDerek Robson6-32/+45
2017-03-12staging: bcm2835-camera: remove anonymous field declarationsAishwarya Pant1-10/+10
2017-03-12staging: bcm2835-audio: remove anonymous field declarationsAishwarya Pant1-10/+10
2017-03-10staging: vchi: Remove ARM64 from TODO listMichael Zoran1-18/+3
2017-03-10staging: bcm2835-camera: use kernel preferred style for handling errorsAishwarya Pant1-6/+6
2017-03-10staging: bcm2835-camera: replace kmalloc with kzallocAishwarya Pant1-5/+3
2017-03-10staging: bcm2835-camera: add check to avoid null pointer dereferenceAishwarya Pant1-2/+8
2017-03-10staging: bcm2835-camera: remove depends on ARMMichael Zoran1-1/+0
2017-03-10staging: bcm2835-camera: Fix bogus compiler warnings regarding constantsMichael Zoran2-3/+4
2017-03-10staging: bcm2835-camera: Fix buffer overflow calculation on query of camera propertiesMichael Zoran1-1/+1
2017-03-10staging: bcm2835-camera: Convert spinlock to mutex in handle mapping codeMichael Zoran1-12/+11
2017-03-10staging: bcm2835-camera: Convert struct mmal_buffer_header info fields to u32Michael Zoran2-6/+7
2017-03-10staging: bcm2835-camera: Convert struct mmal_port info fields to u32Michael Zoran2-6/+6
2017-03-10staging: bcm2835-camera: Convert client_context field to a 32 bit handleMichael Zoran2-3/+11
2017-03-10staging: bcm2835-camera: Convert delayed_buffer to u32Michael Zoran1-1/+1
2017-03-10staging: bcm2835-camera: Convert client_component field to u32Michael Zoran2-4/+4
2017-03-10staging: bcm2835-camera: Create struct mmal_es_format_local to mirror struct mmal_es_formatMichael Zoran3-7/+26
2017-03-09staging: vc04_services: Refactor conditionalsNarcisa Ana Maria Vasile1-113/+109
2017-03-09staging: vc04_services: Remove error message on kmalloc() failureNarcisa Ana Maria Vasile1-3/+0
2017-03-09staging: vc04_services: Use ARRAY_SIZE macroGargi Sharma1-3/+1
2017-03-09staging: vchiq_utils: Don't include headers twiceStefan Wahren1-2/+0
2017-03-09staging: vc04_services: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-03-09staging: vc04_services: bcm2835-audio: Align with parenthesisSreya Mittal1-1/+1
2017-03-09staging: vchiq_arm: Disable ability to dump memory by defaultMichael Zoran2-0/+26
2017-03-09staging: vchiq_arm: Add compatibility wrappers for ioctlsMichael Zoran1-0/+483
2017-03-09staging: bcm2835_camera: Use a mapping table for context field of mmal_msg_headerMichael Zoran3-23/+156
2017-03-09staging: bcm2835_camera: Convert control_service field of mmal_msg_header to u32Michael Zoran1-1/+1
2017-03-08staging: bcm2835-camera: Remove explicit cache flush operationsMichael Zoran1-4/+0
2017-03-07Staging: media: platform: bcm2835 - style fixDerek Robson1-3/+3
2017-03-07staging: bcm2835-audio: remove unused semaphoresAishwarya Pant2-4/+0
2017-03-07staging: bcm2835-camera: Replace ternary operator with min_t macroNarcisa Ana Maria Vasile1-3/+1