aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio (follow)
AgeCommit message (Expand)AuthorFilesLines
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