summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/vchiq-mmal
AgeCommit message (Expand)AuthorFilesLines
2023-01-31staging: vc04_services: mmal-vchiq: fix typo in commentJongwoo Han1-1/+1
2023-01-23staging: vc04_services: vchiq-mmal: Drop include Makefile directiveUmang Jain2-5/+1
2023-01-23staging: vc04_services: Drop __VCCOREVER__ remnantsUmang Jain1-2/+1
2023-01-17staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain1-2/+2
2023-01-17staging: vc04_services: Replace vchiq_status return type to intUmang Jain1-4/+3
2022-11-22vc04_services: mmal-vchiq: Use bool for vchiq_mmal_component.in_useUmang Jain2-4/+4
2022-11-22Revert "staging: mmal-vchiq: Avoid use of bool in structures"Umang Jain2-8/+8
2022-06-06staging: vchiq_arm: pass vchiq instance to 'vchiq_get_service_userdata'Adrien Thierry1-1/+1
2022-06-06staging: vchiq_arm: pass vchiq instance to 'find_service_by_handle'Adrien Thierry1-28/+28
2022-06-06staging: vchiq_arm: pass vchiq instance to service callbacksAdrien Thierry1-1/+2
2022-06-06staging: vchiq_arm: get rid of global device structureAdrien Thierry1-1/+1
2022-05-06staging: vc04_services: Re-use generic struct s32_fractAndy Shevchenko4-21/+17
2022-04-22staging: vchiq:remove unneeded flush_workqueueran jianping1-1/+0
2022-03-18staging: mmal-vchiq: clear redundant item named bulk_scratchXiaoke Wang1-7/+0
2022-01-06staging: vc04_services: rename BM2835 to BCM2835 in headers commentsGaston Gonzalez9-9/+9
2021-05-27staging: mmal-vchiq: Fix incorrect static vchiq_instance.Dave Stevenson1-1/+1
2021-03-21staging: vchiq: Typo fixesBhaskar Chowdhury1-2/+2
2020-12-07staging: bcm2835: fix vchiq_mmal dependenciesArnd Bergmann1-1/+1
2020-10-27staging: mmal-vchiq: Fix memory leak for vchiq_instanceSeung-Woo Kim1-4/+15
2020-09-25staging: vchiq: fix __user annotationsArnd Bergmann1-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 Kundu1-2/+2
2020-07-01staging: vchiq: Move vchiq.h into include directoryNicolas Saenz Julienne2-2/+2
2020-07-01staging: vchiq: Use vchiq.h as the main header file for servicesNicolas Saenz Julienne1-1/+1
2020-07-01staging: vchiq: Get rid of vchiNicolas Saenz Julienne1-15/+14
2020-07-01staging: vchi: Move vchi_queue_kernel_message() into vchiqNicolas Saenz Julienne1-8/+6
2020-07-01staging: vchi: Get rid of vchi_bulk_queue_receive()Nicolas Saenz Julienne1-10/+10
2020-07-01staging: vchiq: Unify fourcc definition mechanismsNicolas Saenz Julienne2-2/+1
2020-07-01staging: vchi: Get rid of struct vchi_serviceNicolas Saenz Julienne1-27/+28
2020-07-01staging: vchi: Use struct vchiq_service_paramsNicolas Saenz Julienne1-5/+6
2020-07-01staging: vchi: Get rid of vchiq_shim's message callbackNicolas Saenz Julienne1-43/+40
2020-07-01staging: vchi: Use vchiq's enum vchiq_reasonNicolas Saenz Julienne1-6/+5
2020-07-01staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flagsNicolas Saenz Julienne1-2/+2
2020-07-01staging: vchi: Get rid of flags argument in vchi_msg_hold()Nicolas Saenz Julienne1-1/+1
2020-07-01staging: vchi: Get rid of unnecessary definesNicolas Saenz Julienne1-1/+0
2020-07-01staging: vchi: Unify struct shim_service and struct vchi_service_handleNicolas Saenz Julienne1-17/+17
2020-07-01staging: vchi: Get rid of struct vchi_instance_handleNicolas Saenz Julienne1-4/+4
2020-07-01staging: mmal-vchiq: Fix formatting errors in mmal_parameters.hNaushir Patuck1-16/+16
2020-07-01staging: mmal-vchiq: If the VPU returns an error, don't negate itDave Stevenson1-1/+2
2020-07-01staging: mmal-vchiq: Always return the param size from param_getDave Stevenson1-1/+2
2020-07-01staging: mmal-vchiq: Fix client_component for 64 bit kernelDave Stevenson2-1/+8
2020-07-01staging: mmal-vchiq: Fixup vchiq-mmal include orderingDave Stevenson2-0/+2
2020-07-01staging: mmal-vchiq: Make a mmal_buf struct for passing parametersDave Stevenson3-11/+26
2020-07-01staging: mmal-vchiq: Make timeout a defined parameterDave Stevenson1-1/+7
2020-06-25staging: mmal-vchiq: Allocate and free components as requiredDave Stevenson2-10/+20
2020-06-25staging: bcm2835: Break MMAL support out from cameraJacopo Mondi11-0/+3701