summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: bcm2835-camera: Convert client_context field to a 32 bit handleMichael Zoran2017-03-102-3/+11
* staging: bcm2835-camera: Convert delayed_buffer to u32Michael Zoran2017-03-101-1/+1
* staging: bcm2835-camera: Convert client_component field to u32Michael Zoran2017-03-102-4/+4
* staging: bcm2835-camera: Create struct mmal_es_format_local to mirror struct ...Michael Zoran2017-03-103-7/+26
* staging: vc04_services: Refactor conditionalsNarcisa Ana Maria Vasile2017-03-091-113/+109
* staging: vc04_services: Remove error message on kmalloc() failureNarcisa Ana Maria Vasile2017-03-091-3/+0
* staging: vc04_services: Use ARRAY_SIZE macroGargi Sharma2017-03-091-3/+1
* staging: vchiq_utils: Don't include headers twiceStefan Wahren2017-03-091-2/+0
* staging: vc04_services: Clean up tests if NULL returned on failuresimran singhal2017-03-091-1/+1
* staging: vc04_services: bcm2835-audio: Align with parenthesisSreya Mittal2017-03-091-1/+1
* staging: vchiq_arm: Disable ability to dump memory by defaultMichael Zoran2017-03-092-0/+26
* staging: vchiq_arm: Add compatibility wrappers for ioctlsMichael Zoran2017-03-091-0/+483
* staging: bcm2835_camera: Use a mapping table for context field of mmal_msg_he...Michael Zoran2017-03-093-23/+156
* staging: bcm2835_camera: Convert control_service field of mmal_msg_header to u32Michael Zoran2017-03-091-1/+1
* staging: bcm2835-camera: Remove explicit cache flush operationsMichael Zoran2017-03-081-4/+0
* Staging: media: platform: bcm2835 - style fixDerek Robson2017-03-071-3/+3
* staging: bcm2835-audio: remove unused semaphoresAishwarya Pant2017-03-072-4/+0
* staging: bcm2835-camera: Replace ternary operator with min_t macroNarcisa Ana Maria Vasile2017-03-071-3/+1
* staging: bcm2835-audio: use min_t() macro instead of min()Aishwarya Pant2017-03-061-1/+1
* staging: bcm2835-audio: match alignment with open parenthesisAishwarya Pant2017-03-061-10/+9
* staging: bcm2835-audio: fix typo in wordAishwarya Pant2017-03-061-1/+1
* staging: bcm2835-audio: use braces on all arms of statementAishwarya Pant2017-03-061-3/+6
* staging: bcm2835-audio: remove spaces after castAishwarya Pant2017-03-061-2/+2
* staging: bcm2835-audio: replace printk(KERN_ERR...) with dev_err(...)Aishwarya Pant2017-03-061-4/+2
* staging: bcm2835-audio: remove extra blank lineAishwarya Pant2017-03-061-1/+0
* staging: bcm2835-audio: use kernel preferred block commenting styleAishwarya Pant2017-03-061-3/+4
* staging: bcm2835-audio: move logical continuation to the same lineAishwarya Pant2017-03-061-2/+1
* staging: bcm2835-audio: remove space after castAishwarya Pant2017-03-061-3/+3
* staging: bcm2835-camera: select BCM2835_VCHIQ rather then depending on it.Michael Zoran2017-03-061-1/+1
* staging: bcm2835-audio: select BCM2835_VCHIQ rather then depending on it.Michael Zoran2017-03-061-1/+2
* staging: vc04_services: Create new BCM_VIDEOCORE setting for VideoCore services.Michael Zoran2017-03-061-4/+11
OpenPOWER on IntegriCloud