aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09staging: vc04_services: Drop no longer needed headersTuomas Tynkkynen4-592/+0
2018-10-09staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen4-14/+5
2018-10-09staging: vc04_services: Drop VCHI_SERVICE_INIT and SERVICE_INFO_TTuomas Tynkkynen1-9/+0
2018-10-09staging: vc04_services: Drop declaration of vchi_crc_control()Tuomas Tynkkynen1-4/+0
2018-10-09staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen3-21/+0
2018-10-09staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen4-7/+0
2018-10-09staging: vc04_services: Drop pointless stub functionsTuomas Tynkkynen2-38/+0
2018-09-28staging: bcm2835-camera: Avoid unneeded internal declaration warningNathan Chancellor1-1/+1
2018-09-25staging: bcm2835-camera: Remove unused headerAymen Qader1-1/+0
2018-09-25staging: bcm2835-camera: Update TODOAymen Qader1-6/+0
2018-09-25staging: vc04_services: Remove spaces after '*'Aymen Qader1-3/+3
2018-09-25staging: vc04_services: Remove unused macrosAymen Qader1-38/+0
2018-09-25staging: vc04_services: Use tabs instead of spacesAymen Qader1-58/+58
2018-09-25staging: vc04_services: Fix "space prohibited"Aymen Qader2-54/+54
2018-09-25staging: vc04_services: Remove unused vchiq_genversion scriptTuomas Tynkkynen1-88/+0
2018-09-25staging/vc04_services: Use correct cache line sizePhil Elwell3-11/+33
2018-09-10staging: bcm2835-audio: Simplify card object managementTakashi Iwai2-89/+33
2018-09-10staging: bcm2835-audio: Simplify kctl creation helpersTakashi Iwai1-44/+25
2018-09-10staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai3-81/+32
2018-09-10staging: bcm2835-audio: Set SNDRV_PCM_INFO_SYNC_APPLPTRTakashi Iwai1-2/+2
2018-09-10staging: bcm2835-audio: Use coherent device buffersTakashi Iwai1-6/+6
2018-09-10staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai1-3/+2
2018-09-10staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai2-25/+0
2018-09-10staging: bcm2835-audio: Use standard error print helpersTakashi Iwai4-74/+27
2018-09-10staging: bcm2835-audio: Use card->private_dataTakashi Iwai1-78/+13
2018-09-10staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai3-245/+82
2018-09-10staging: bcm2835-audio: Code refactoring of vchiq accessor codesTakashi Iwai1-298/+142
2018-09-10staging: bcm2835-audio: Make single vchi handleTakashi Iwai1-112/+58
2018-09-10staging: bcm2835-audio: Add 10ms period constraintTakashi Iwai1-0/+5
2018-09-10staging: bcm2835-audio: Drop superfluous mutex lock during prepareTakashi Iwai1-6/+2
2018-09-10staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.cTakashi Iwai1-44/+7
2018-09-10staging: bcm2835-audio: Propagate parameter setup errorTakashi Iwai1-2/+3
2018-09-10staging: bcm2835-audio: Drop useless NULL checkTakashi Iwai1-2/+1
2018-09-10staging: bcm2835-audio: Drop unnecessary pcm indirect setupTakashi Iwai1-1/+0
2018-09-10staging: bcm2835-audio: Use PCM runtime values insteadTakashi Iwai2-23/+4
2018-09-10staging: bcm2835-audio: Kill unused spinlockTakashi Iwai2-4/+0
2018-09-10staging: bcm2835-audio: Fix incorrect draining handlingTakashi Iwai1-12/+6
2018-09-10staging: bcm2835-audio: Drop useless running flag and checkTakashi Iwai2-39/+8
2018-09-10staging: bcm2835-audio: Remove superfluous open flagTakashi Iwai2-8/+2
2018-09-10staging: bcm2835-audio: Remove redundant function callsTakashi Iwai3-29/+0
2018-09-10staging: bcm2835-audio: Fix mute controls, volume handling cleanupTakashi Iwai4-82/+45
2018-09-10staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai5-26/+8
2018-09-10staging: bcm2835-audio: Clean up include files in bcm2835-ctl.cTakashi Iwai1-15/+0
2018-09-10staging: bcm2835-audio: Remove redundant spdif stream ctlsTakashi Iwai1-51/+0
2018-09-10staging: bcm2835-audio: Clean up mutex locksTakashi Iwai4-79/+20
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-77/+72
2018-07-24staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeoutNicholas Mc Guire1-5/+6
2018-07-24staging: bcm2835-camera: handle wait_for_completion_timeout return properlyNicholas Mc Guire1-3/+4
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