summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: Remove SERVICE_CREATION_T typedefDominic Braun2018-12-171-1/+1
* staging: bcm2835-audio: double free in init error pathDan Carpenter2018-12-171-1/+0
* staging: bcm2835-audio: use anonymous union in struct vc_audio_msgNicolas Saenz Julienne2018-11-071-15/+15
* staging: bcm2835-audio: reorder variable declarations & remove trivial commentsNicolas Saenz Julienne2018-11-071-2/+2
* staging: bcm2835-audio: unify FOURCC command definitionsNicolas Saenz Julienne2018-11-071-9/+4
* staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen2018-10-091-1/+1
* staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen2018-10-091-5/+0
* staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen2018-10-091-3/+0
* staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai2018-09-101-3/+2
* staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai2018-09-101-19/+0
* staging: bcm2835-audio: Use standard error print helpersTakashi Iwai2018-09-101-29/+23
* staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai2018-09-101-203/+41
* staging: bcm2835-audio: Code refactoring of vchiq accessor codesTakashi Iwai2018-09-101-298/+142
* staging: bcm2835-audio: Make single vchi handleTakashi Iwai2018-09-101-112/+58
* staging: bcm2835-audio: Remove redundant function callsTakashi Iwai2018-09-101-21/+0
* staging: bcm2835-audio: Fix mute controls, volume handling cleanupTakashi Iwai2018-09-101-25/+7
* staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai2018-09-101-10/+7
* staging: bcm2835-audio: Clean up mutex locksTakashi Iwai2018-09-101-39/+8
* staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen2018-07-131-6/+10
* staging: bcm2835-audio: Check if workqueue allocation failedTuomas Tynkkynen2018-07-131-61/+50
* staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()Kirill Marinushkin2018-04-291-26/+38
* staging: vc04_services: bcm2835-audio: remove redundant license textGreg Kroah-Hartman2018-01-151-13/+1
* staging: vc04_services: bcm2835-audio: add SPDX identifiersGreg Kroah-Hartman2018-01-151-0/+1
* Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2017-10-231-12/+7
|\
| * staging: bcm2835-audio: Fix memory corruptionPhil Elwell2017-10-181-12/+7
* | staging: vc04_services: please do not use multiple blank linesKeerthi Reddy2017-09-291-11/+0
|/
* staging: bcm2835-audio: remove unnecessary log messagesAishwarya Pant2017-04-081-38/+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-audio: remove anonymous field declarationsAishwarya Pant2017-03-121-10/+10
* 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: Move driver under vc04_servicesMichael Zoran2017-03-061-0/+910