summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
AgeCommit message (Expand)Author
2019-03-26staging: vc04_services: Fix an error code in vchiq_probe()Dan Carpenter
2018-12-17staging: vc04_services: Remove VCHIQ_STATE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SET_SERVICE_OPTION_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SERVICE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_SERVICE_PARAMS_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_QUEUE_MESSAGE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_QUEUE_BULK_TRANSFER_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_HEADER_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_GET_CONFIG_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_DEQUEUE_MESSAGE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_DEBUGFS_NODE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_CREATE_SERVICE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_CONFIG_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_COMPLETION_DATA_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_BULK_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_AWAIT_COMPLETION_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove VCHIQ_ARM_STATE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove USER_SERVICE_T typedefDominic Braun
2018-12-17staging: vc04_services: Remove DUMP_CONTEXT_T typedefDominic Braun
2018-12-17staging: vchiq: delete vchiq_killable.hNicolas Saenz Julienne
2018-12-17staging: vchiq: switch to wait_for_completion_killableNicolas Saenz Julienne
2018-12-12staging: vchiq_arm: Register a platform device for audioStefan Wahren
2018-12-12staging: vchiq_arm: Fix camera device registrationStefan Wahren
2018-12-05staging: vchiq_arm: add __user pointer annotationsSzilveszter Székely
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman
2018-11-27staging: vchiq_arm: fix open/release cdev functionsNicolas Saenz Julienne
2018-11-27staging: vchiq_arm: rework probe and init functionsNicolas Saenz Julienne
2018-11-27staging: vchiq: use completions instead of semaphoresNicolas Saenz Julienne
2018-11-27staging: vchiq_arm: rework vchiq_ioc_copy_element_dataNicolas Saenz Julienne
2018-11-27staging: vchiq_arm: get rid of vchi_mh.hNicolas Saenz Julienne
2018-11-27staging: vchiq_arm: use list_for_each_entry when accessing bulk_waiter_listNicolas Saenz Julienne
2018-11-27staging: vchiq_arm: rework close/remove_service IOCTLSNicolas Saenz Julienne
2018-11-27staging: vchiq_core: rework vchiq_get_configNicolas Saenz Julienne
2018-11-11staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETIONBen Wolsieffer
2018-09-25staging/vc04_services: Use correct cache line sizePhil Elwell
2018-06-01staging: vc04_services: no need to check debugfs return valuesGreg Kroah-Hartman
2018-05-11staging/vc04_services: Register a platform device for the camera driver.Eric Anholt
2018-05-06staging: vchiq_arm: remove unnecessary returnStefan Wahren
2018-05-06staging: vchiq_arm: Make index variable more self-explainingStefan Wahren
2018-05-06staging: vchiq_arm: Rework second abort criterionStefan Wahren
2018-05-06staging: vchiq_arm: Clear VLA warningStefan Wahren
2018-05-06staging: vchiq_arm: print real dump limitStefan Wahren
2018-04-23staging: vchiq_arm: Avoid long udelayStefan Wahren
2018-04-23staging: vchiq_arm: Fix multiline dereferencesStefan Wahren
2018-04-23staging: vc04_services: Use __func__ macroStefan Wahren
2018-03-14staging: vc04_services: Remove vchiq_queue_bulk_{transmit,receive}.Eric Anholt
2018-03-14staging: vc04_services: Replace "firmware" node with a compatible lookup.Eric Anholt
2018-02-16staging: vc04_services: merge vchiq_kern_lib.c into vchiq_arm.cArnd Bergmann
2018-01-08staging: vc05_services: fix checkpatch.pl errorsSidong Yang
2017-11-02staging: vc04_services: Convert timers to use timer_setup()Kees Cook