summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)AuthorFilesLines
2021-05-10staging: vchiq_core: drop vchiq_status from vchiq_initialiseStefan Wahren1-9/+11
2021-05-10staging: vchiq_core: drop vchiq_status from vchiq_set_service_optionStefan Wahren3-12/+12
2021-05-10staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internalStefan Wahren2-18/+17
2021-05-10staging: vchiq_2835_arm: drop enum vchiq_statusStefan Wahren3-14/+13
2021-05-10staging: vchiq_arm: drop return value of vchiq_arm_init_stateStefan Wahren3-9/+4
2021-05-10staging: vchiq_core: Drop unnecessary check in notify_bulksStefan Wahren1-47/+45
2021-05-10staging: vchiq_core: introduce get_bulk_reasonStefan Wahren1-10/+18
2021-05-10staging: vchiq_core: return early in do_abort_bulksStefan Wahren1-3/+4
2021-05-10staging: vchiq_core: break early in vchiq_close_service_internalStefan Wahren1-13/+13
2021-05-10staging: vchiq_arm: avoid crashing the kernelStefan Wahren1-4/+13
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