aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14staging: bcm2835-camera: Replace open-coded idr with a struct idr.Eric Anholt1-104/+31
2018-05-11staging: bcm2835-camera: Remove V4L2/MMAL buffer remappingDave Stevenson1-84/+25
2018-05-11staging: bcm2835-camera: Match MMAL buffer count to V4L2.Dave Stevenson1-20/+1
2018-05-11staging: bcm2835-camera: Remove bulk_mutex as it is not requiredDave Stevenson1-47/+1
2018-05-11staging: bcm2835-camera: Allocate context once per bufferDave Stevenson1-10/+28
2018-01-15staging: vc04_services: bcm2835-camera: remove redundant license textGreg Kroah-Hartman1-4/+0
2018-01-15staging: vc04_services: bcm2835-camera: add SPDX identifiersGreg Kroah-Hartman1-0/+1
2017-12-06staging: vc04_services: Use __func__Genki Sky1-2/+2
2017-12-06staging: vc04_services: Unsplit user-visible stringsGenki Sky1-2/+1
2017-10-03staging: bcm2835-camera: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-04-08staging: bcm2835-camera: fix spelling mistake: "elementry" -> "elementary"Colin Ian King1-3/+3
2017-03-21bcm2835-v4l2: Fix buffer overflow problemDave Stevenson1-1/+6
2017-03-12Staging: bcm2835: Fixed style of block commentsDerek Robson1-1/+2
2017-03-12staging: bcm2835-camera: remove anonymous field declarationsAishwarya Pant1-10/+10
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: Fix bogus compiler warnings regarding constantsMichael Zoran1-1/+2
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 Zoran1-1/+2
2017-03-10staging: bcm2835-camera: Convert struct mmal_port info fields to u32Michael Zoran1-1/+1
2017-03-10staging: bcm2835-camera: Convert client_context field to a 32 bit handleMichael Zoran1-2/+10
2017-03-10staging: bcm2835-camera: Convert client_component field to u32Michael Zoran1-2/+2
2017-03-09staging: bcm2835_camera: Use a mapping table for context field of mmal_msg_headerMichael Zoran1-22/+154
2017-03-08staging: bcm2835-camera: Remove explicit cache flush operationsMichael Zoran1-4/+0
2017-03-06staging: vc04_services: bcm2835-camera: Simplify NULL comparisonsAishwarya Pant1-5/+5
2017-03-06staging: bcm2835-camera: Move driver under vc04_servicesMichael Zoran1-0/+1916