summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-1/+1
|\
| * staging: vchiq: Release firmware handle on unbindNicolas Saenz Julienne2021-03-221-1/+1
* | staging: vc04_services: TODO: rectify spelling mistakeMitali Borkar2021-04-131-1/+1
* | staging: vc04_services: TODO: remove trailing whitespaceMitali Borkar2021-04-131-2/+2
* | staging: vchiq_core: split exit conditionsStefan Wahren2021-04-121-8/+22
* | staging: vchiq_core: fix if alignmentsStefan Wahren2021-04-121-22/+18
* | staging: vchiq_core: introduce SLOT_QUEUE_INDEX_FROM_POS_MASKEDStefan Wahren2021-04-121-4/+4
* | staging: vchiq_core: use BITSET_WORD macroStefan Wahren2021-04-121-1/+1
* | staging: vchiq_core: improve readability of request_pollStefan Wahren2021-04-121-5/+5
* | staging: vchiq_core: introduce service skipStefan Wahren2021-04-121-13/+14
* | staging: vchiq_core: Exit early in 2 functionsStefan Wahren2021-04-121-77/+74
* | staging: vchiq_core: Get the rid off curly braces around casesStefan Wahren2021-04-121-8/+7
* | staging: vchiq_core: Shorten var name for service quotaStefan Wahren2021-04-121-53/+52
* | staging: vchiq_core: Simplify vchiq_send_remote_use*Stefan Wahren2021-04-121-12/+10
* | staging: bcm2835-pcm: Allow up to 8 channels and 192kHz data rateDom Cobley2021-04-051-5/+5
* | staging: vchiq: Typo fixesBhaskar Chowdhury2021-03-211-2/+2
* | staging: vc04_services: vchiq_arm: fix error return code of vchiq_release_int...Jia-Ju Bai2021-03-101-2/+6
* | staging: vc04_services: fix indent in vchiq_debugfs_nodeBastien Maureille2021-03-101-1/+1
|/
* staging: Replace lkml.org links with loreKees Cook2021-02-111-1/+1
* staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()Juerg Haefliger2021-02-063-7/+7
* staging: vc4_services: bcm2835-audio: Add SNDRV_PCM_INFO_BATCH flagDylan Van Assche2021-01-291-2/+2
* staging: vchiq: fix uninitialized variable copyArnd Bergmann2021-01-071-1/+8
* staging: vc04_services: Add a note to the TODOPhil Elwell2021-01-071-0/+4
* staging: vchiq: Fix bulk transfers on 64-bit buildsPhil Elwell2021-01-071-1/+1
* staging: vchiq: Fix bulk userdata handlingPhil Elwell2021-01-071-1/+3
* staging: vchiq: delete obselete commentDan Carpenter2021-01-051-7/+0
* staging: vc04_services: use DEFINE_MUTEX() for mutex lockZheng Yongjun2020-12-281-2/+1
* staging: bcm2835: fix vchiq_mmal dependenciesArnd Bergmann2020-12-071-1/+1
* Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman2020-11-021-4/+15
|\
| * staging: mmal-vchiq: Fix memory leak for vchiq_instanceSeung-Woo Kim2020-10-271-4/+15
* | staging: vc04_services: fix quoted string split across linesAmarjargal Gundjalam2020-10-283-49/+24
* | staging: vc04_services: fix block comment styleAmarjargal Gundjalam2020-10-286-203/+289
|/
* staging: vchiq: Fix list_for_each exit testsDan Carpenter2020-10-061-5/+7
* staging: vchiq: Fix an uninitialized variableDan Carpenter2020-10-011-1/+1
* staging: vchiq: avoid mixing kernel and user pointersArnd Bergmann2020-09-254-22/+30
* staging: vchiq: fix __user annotationsArnd Bergmann2020-09-258-62/+108
* staging: vchiq: convert compat await_completionArnd Bergmann2020-09-221-291/+205
* staging: vchiq: convert compat bulk transferArnd Bergmann2020-09-221-111/+109
* staging: vchiq: convert compat dequeue_messageArnd Bergmann2020-09-221-88/+92
* staging: vchiq: convert compat create_serviceArnd Bergmann2020-09-221-100/+89
* staging: vchiq: rework compat handlingArnd Bergmann2020-09-221-53/+56
* staging: vc04_services: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-1/+1
* staging: vchiq: Fix refcounting bug in buffer_from_host()Dan Carpenter2020-07-281-0/+2
* staging: vc04_services: vchiq-mmal: Fixed tab styling issue in mmal-vchiq.cAnmol Karn2020-07-231-6/+6
* Staging: vc04_services: Fix unsigned int warningsBaidyanath Kundu2020-07-154-11/+11
* staging: vchiq: Move vchiq.h into include directoryNicolas Saenz Julienne2020-07-018-7/+7
* staging: vchiq: Move defines into core headerNicolas Saenz Julienne2020-07-012-5/+4
* staging: vchiq: Use vchiq.h as the main header file for servicesNicolas Saenz Julienne2020-07-015-116/+106
* staging: vchiq: Move conditional barrier definition into vchiq_core.hNicolas Saenz Julienne2020-07-012-11/+12
* staging: vchiq: Get rid of vchiNicolas Saenz Julienne2020-07-019-267/+31