aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-13staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen1-6/+10
2018-07-13staging: bcm2835-audio: Check if workqueue allocation failedTuomas Tynkkynen1-61/+50
2018-04-29staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()Kirill Marinushkin3-28/+91
2018-03-29staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin1-29/+25
2018-03-06staging: vc04_services: bcm2835-audio: Change to unsigned int *Nishka Dasgupta1-1/+1
2018-03-06staging: vc04_services: bcm2835-audio Format multiline commentNishka Dasgupta1-1/+2
2018-03-06staging: vc04_services: bcm2835-audio: Add blank line after declarationNishka Dasgupta1-0/+1
2018-01-15staging: vc04_services: bcm2835-audio: remove redundant license textGreg Kroah-Hartman6-78/+6
2018-01-15staging: vc04_services: bcm2835-audio: add SPDX identifiersGreg Kroah-Hartman6-0/+6
2018-01-08staging: vc04_services: Fix platform_no_drv_owner.cocci warnings.Kishore KP1-1/+0
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman1-12/+7
2017-10-18staging: bcm2835-audio: Fix memory corruptionPhil Elwell1-12/+7
2017-09-29Staging: vc04_services: remove unused variablesKeerthi Reddy1-2/+0
2017-09-29staging: vc04_services: please do not use multiple blank linesKeerthi Reddy2-22/+0
2017-08-18staging: bcm2835-audio: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-07-30staging: bcm2835-audio: constify snd_pcm_ops structuresGustavo A. R. Silva1-2/+2
2017-05-25staging: bcm2835-audio: Deliver indirect-PCM transfer errorTakashi Iwai1-3/+2
2017-04-08staging: bcm2835-audio: remove unnecessary log messagesAishwarya Pant3-59/+0
2017-03-21staging: bcm2835-audio: Add support for simultanous HDMI and Headphone audioMichael Zoran4-99/+450
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-audio: remove anonymous field declarationsAishwarya Pant1-10/+10
2017-03-09staging: vc04_services: bcm2835-audio: Align with parenthesisSreya Mittal1-1/+1
2017-03-07staging: bcm2835-audio: remove unused semaphoresAishwarya Pant2-4/+0
2017-03-06staging: bcm2835-audio: use min_t() macro instead of min()Aishwarya Pant1-1/+1
2017-03-06staging: bcm2835-audio: match alignment with open parenthesisAishwarya Pant1-10/+9
2017-03-06staging: bcm2835-audio: fix typo in wordAishwarya Pant1-1/+1
2017-03-06staging: bcm2835-audio: use braces on all arms of statementAishwarya Pant1-3/+6
2017-03-06staging: bcm2835-audio: remove spaces after castAishwarya Pant1-2/+2
2017-03-06staging: bcm2835-audio: replace printk(KERN_ERR...) with dev_err(...)Aishwarya Pant1-4/+2
2017-03-06staging: bcm2835-audio: remove extra blank lineAishwarya Pant1-1/+0
2017-03-06staging: bcm2835-audio: use kernel preferred block commenting styleAishwarya Pant1-3/+4
2017-03-06staging: bcm2835-audio: move logical continuation to the same lineAishwarya Pant1-2/+1
2017-03-06staging: bcm2835-audio: remove space after castAishwarya Pant1-3/+3
2017-03-06staging: bcm2835-audio: select BCM2835_VCHIQ rather then depending on it.Michael Zoran1-1/+2
2017-03-06staging: bcm2835-audio: Fixed spacing around '&'Narcisa Ana Maria Vasile1-1/+1
2017-03-06Staging: bcm2835-audio: Removed redundant checkAlexandru Jercaianu1-2/+1
2017-03-06staging: bcm2835-audio: Update driver descriptionMichael Zoran1-2/+2
2017-03-06staging: bcm2835-audio: Move driver under vc04_servicesMichael Zoran9-0/+2378