summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETIONBen Wolsieffer2018-11-111-1/+6
* staging: vc04_services: Drop no longer needed headersTuomas Tynkkynen2018-10-094-592/+0
* staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen2018-10-094-14/+5
* staging: vc04_services: Drop VCHI_SERVICE_INIT and SERVICE_INFO_TTuomas Tynkkynen2018-10-091-9/+0
* staging: vc04_services: Drop declaration of vchi_crc_control()Tuomas Tynkkynen2018-10-091-4/+0
* staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen2018-10-093-21/+0
* staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen2018-10-094-7/+0
* staging: vc04_services: Drop pointless stub functionsTuomas Tynkkynen2018-10-092-38/+0
* staging: bcm2835-camera: Avoid unneeded internal declaration warningNathan Chancellor2018-09-281-1/+1
* staging: bcm2835-camera: Remove unused headerAymen Qader2018-09-251-1/+0
* staging: bcm2835-camera: Update TODOAymen Qader2018-09-251-6/+0
* staging: vc04_services: Remove spaces after '*'Aymen Qader2018-09-251-3/+3
* staging: vc04_services: Remove unused macrosAymen Qader2018-09-251-38/+0
* staging: vc04_services: Use tabs instead of spacesAymen Qader2018-09-251-58/+58
* staging: vc04_services: Fix "space prohibited"Aymen Qader2018-09-252-54/+54
* staging: vc04_services: Remove unused vchiq_genversion scriptTuomas Tynkkynen2018-09-251-88/+0
* staging/vc04_services: Use correct cache line sizePhil Elwell2018-09-253-11/+33
* staging: bcm2835-audio: Simplify card object managementTakashi Iwai2018-09-102-89/+33
* staging: bcm2835-audio: Simplify kctl creation helpersTakashi Iwai2018-09-101-44/+25
* staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai2018-09-103-81/+32
* staging: bcm2835-audio: Set SNDRV_PCM_INFO_SYNC_APPLPTRTakashi Iwai2018-09-101-2/+2
* staging: bcm2835-audio: Use coherent device buffersTakashi Iwai2018-09-101-6/+6
* staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai2018-09-101-3/+2
* staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai2018-09-102-25/+0
* staging: bcm2835-audio: Use standard error print helpersTakashi Iwai2018-09-104-74/+27
* staging: bcm2835-audio: Use card->private_dataTakashi Iwai2018-09-101-78/+13
* staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai2018-09-103-245/+82
* 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: Add 10ms period constraintTakashi Iwai2018-09-101-0/+5
* staging: bcm2835-audio: Drop superfluous mutex lock during prepareTakashi Iwai2018-09-101-6/+2
* staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.cTakashi Iwai2018-09-101-44/+7
* staging: bcm2835-audio: Propagate parameter setup errorTakashi Iwai2018-09-101-2/+3
* staging: bcm2835-audio: Drop useless NULL checkTakashi Iwai2018-09-101-2/+1
* staging: bcm2835-audio: Drop unnecessary pcm indirect setupTakashi Iwai2018-09-101-1/+0
* staging: bcm2835-audio: Use PCM runtime values insteadTakashi Iwai2018-09-102-23/+4
* staging: bcm2835-audio: Kill unused spinlockTakashi Iwai2018-09-102-4/+0
* staging: bcm2835-audio: Fix incorrect draining handlingTakashi Iwai2018-09-101-12/+6
* staging: bcm2835-audio: Drop useless running flag and checkTakashi Iwai2018-09-102-39/+8
* staging: bcm2835-audio: Remove superfluous open flagTakashi Iwai2018-09-102-8/+2
* staging: bcm2835-audio: Remove redundant function callsTakashi Iwai2018-09-103-29/+0
* staging: bcm2835-audio: Fix mute controls, volume handling cleanupTakashi Iwai2018-09-104-82/+45
* staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai2018-09-105-26/+8
* staging: bcm2835-audio: Clean up include files in bcm2835-ctl.cTakashi Iwai2018-09-101-15/+0
* staging: bcm2835-audio: Remove redundant spdif stream ctlsTakashi Iwai2018-09-101-51/+0
* staging: bcm2835-audio: Clean up mutex locksTakashi Iwai2018-09-104-79/+20
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-184-77/+72
|\
| * staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeoutNicholas Mc Guire2018-07-241-5/+6
| * staging: bcm2835-camera: handle wait_for_completion_timeout return properlyNicholas Mc Guire2018-07-241-3/+4
| * staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen2018-07-131-6/+10