summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio
Commit message (Expand)AuthorAgeFilesLines
* 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-293-28/+91
* staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin2018-03-291-29/+25
* staging: vc04_services: bcm2835-audio: Change to unsigned int *Nishka Dasgupta2018-03-061-1/+1
* staging: vc04_services: bcm2835-audio Format multiline commentNishka Dasgupta2018-03-061-1/+2
* staging: vc04_services: bcm2835-audio: Add blank line after declarationNishka Dasgupta2018-03-061-0/+1
* staging: vc04_services: bcm2835-audio: remove redundant license textGreg Kroah-Hartman2018-01-156-78/+6
* staging: vc04_services: bcm2835-audio: add SPDX identifiersGreg Kroah-Hartman2018-01-156-0/+6
* staging: vc04_services: Fix platform_no_drv_owner.cocci warnings.Kishore KP2018-01-081-1/+0
* 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: remove unused variablesKeerthi Reddy2017-09-291-2/+0
* | staging: vc04_services: please do not use multiple blank linesKeerthi Reddy2017-09-292-22/+0
|/
* staging: bcm2835-audio: make snd_pcm_hardware constBhumika Goyal2017-08-181-2/+2
* staging: bcm2835-audio: constify snd_pcm_ops structuresGustavo A. R. Silva2017-07-301-2/+2
* staging: bcm2835-audio: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-3/+2
* staging: bcm2835-audio: remove unnecessary log messagesAishwarya Pant2017-04-083-59/+0
* staging: bcm2835-audio: Add support for simultanous HDMI and Headphone audioMichael Zoran2017-03-214-99/+450
* 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: vc04_services: bcm2835-audio: Align with parenthesisSreya Mittal2017-03-091-1/+1
* staging: bcm2835-audio: remove unused semaphoresAishwarya Pant2017-03-072-4/+0
* 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-audio: select BCM2835_VCHIQ rather then depending on it.Michael Zoran2017-03-061-1/+2
* staging: bcm2835-audio: Fixed spacing around '&'Narcisa Ana Maria Vasile2017-03-061-1/+1
* Staging: bcm2835-audio: Removed redundant checkAlexandru Jercaianu2017-03-061-2/+1
* staging: bcm2835-audio: Update driver descriptionMichael Zoran2017-03-061-2/+2
* staging: bcm2835-audio: Move driver under vc04_servicesMichael Zoran2017-03-069-0/+2378
OpenPOWER on IntegriCloud