summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-04-13staging: vc04_services: TODO: rectify spelling mistakeMitali Borkar1-1/+1
2021-04-13staging: vc04_services: TODO: remove trailing whitespaceMitali Borkar1-2/+2
2021-04-12staging: vchiq_core: split exit conditionsStefan Wahren1-8/+22
2021-04-12staging: vchiq_core: fix if alignmentsStefan Wahren1-22/+18
2021-04-12staging: vchiq_core: introduce SLOT_QUEUE_INDEX_FROM_POS_MASKEDStefan Wahren1-4/+4
2021-04-12staging: vchiq_core: use BITSET_WORD macroStefan Wahren1-1/+1
2021-04-12staging: vchiq_core: improve readability of request_pollStefan Wahren1-5/+5
2021-04-12staging: vchiq_core: introduce service skipStefan Wahren1-13/+14
2021-04-12staging: vchiq_core: Exit early in 2 functionsStefan Wahren1-77/+74
2021-04-12staging: vchiq_core: Get the rid off curly braces around casesStefan Wahren1-8/+7
2021-04-12staging: vchiq_core: Shorten var name for service quotaStefan Wahren1-53/+52
2021-04-12staging: vchiq_core: Simplify vchiq_send_remote_use*Stefan Wahren1-12/+10
2021-04-05staging: bcm2835-pcm: Allow up to 8 channels and 192kHz data rateDom Cobley1-5/+5
2021-03-22staging: vchiq: Release firmware handle on unbindNicolas Saenz Julienne1-1/+1
2021-03-21staging: vchiq: Typo fixesBhaskar Chowdhury1-2/+2
2021-03-10staging: vc04_services: vchiq_arm: fix error return code of vchiq_release_int...Jia-Ju Bai1-2/+6
2021-03-10staging: vc04_services: fix indent in vchiq_debugfs_nodeBastien Maureille1-1/+1
2021-02-11staging: Replace lkml.org links with loreKees Cook1-1/+1
2021-02-06staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()Juerg Haefliger3-7/+7
2021-01-29staging: vc4_services: bcm2835-audio: Add SNDRV_PCM_INFO_BATCH flagDylan Van Assche1-2/+2
2021-01-07staging: vchiq: fix uninitialized variable copyArnd Bergmann1-1/+8
2021-01-07staging: vc04_services: Add a note to the TODOPhil Elwell1-0/+4
2021-01-07staging: vchiq: Fix bulk transfers on 64-bit buildsPhil Elwell1-1/+1
2021-01-07staging: vchiq: Fix bulk userdata handlingPhil Elwell1-1/+3
2021-01-05staging: vchiq: delete obselete commentDan Carpenter1-7/+0
2020-12-28staging: vc04_services: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-07staging: bcm2835: fix vchiq_mmal dependenciesArnd Bergmann1-1/+1
2020-11-02Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman1-4/+15
2020-10-28staging: vc04_services: fix quoted string split across linesAmarjargal Gundjalam3-49/+24
2020-10-28staging: vc04_services: fix block comment styleAmarjargal Gundjalam6-203/+289
2020-10-27staging: mmal-vchiq: Fix memory leak for vchiq_instanceSeung-Woo Kim1-4/+15
2020-10-06staging: vchiq: Fix list_for_each exit testsDan Carpenter1-5/+7
2020-10-01staging: vchiq: Fix an uninitialized variableDan Carpenter1-1/+1
2020-09-25staging: vchiq: avoid mixing kernel and user pointersArnd Bergmann4-22/+30
2020-09-25staging: vchiq: fix __user annotationsArnd Bergmann8-62/+108
2020-09-22staging: vchiq: convert compat await_completionArnd Bergmann1-291/+205
2020-09-22staging: vchiq: convert compat bulk transferArnd Bergmann1-111/+109
2020-09-22staging: vchiq: convert compat dequeue_messageArnd Bergmann1-88/+92
2020-09-22staging: vchiq: convert compat create_serviceArnd Bergmann1-100/+89
2020-09-22staging: vchiq: rework compat handlingArnd Bergmann1-53/+56
2020-07-28staging: vc04_services: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-28staging: vchiq: Fix refcounting bug in buffer_from_host()Dan Carpenter1-0/+2
2020-07-23staging: vc04_services: vchiq-mmal: Fixed tab styling issue in mmal-vchiq.cAnmol Karn1-6/+6
2020-07-15Staging: vc04_services: Fix unsigned int warningsBaidyanath Kundu4-11/+11
2020-07-01staging: vchiq: Move vchiq.h into include directoryNicolas Saenz Julienne8-7/+7
2020-07-01staging: vchiq: Move defines into core headerNicolas Saenz Julienne2-5/+4
2020-07-01staging: vchiq: Use vchiq.h as the main header file for servicesNicolas Saenz Julienne5-116/+106
2020-07-01staging: vchiq: Move conditional barrier definition into vchiq_core.hNicolas Saenz Julienne2-11/+12
2020-07-01staging: vchiq: Get rid of vchiNicolas Saenz Julienne9-267/+31