summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: Move global g_state to vchiq_stateUmang Jain2024-04-181-2/+4
* staging: vc04_services: vchiq_mmal: Rename service_callback()Umang Jain2024-04-181-4/+4
* staging: vc04_services: fix information leak in create_component()Dan Carpenter2024-03-251-0/+1
* staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann2024-03-251-2/+2
* staging: vc04_services: mmal-vchiq: fix typo in commentJongwoo Han2023-01-311-1/+1
* staging: vc04_services: vchiq-mmal: Drop include Makefile directiveUmang Jain2023-01-231-1/+1
* staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain2023-01-171-2/+2
* staging: vc04_services: Replace vchiq_status return type to intUmang Jain2023-01-171-4/+3
* vc04_services: mmal-vchiq: Use bool for vchiq_mmal_component.in_useUmang Jain2022-11-221-3/+3
* Revert "staging: mmal-vchiq: Avoid use of bool in structures"Umang Jain2022-11-221-6/+6
* staging: vchiq_arm: pass vchiq instance to 'vchiq_get_service_userdata'Adrien Thierry2022-06-061-1/+1
* staging: vchiq_arm: pass vchiq instance to 'find_service_by_handle'Adrien Thierry2022-06-061-28/+28
* staging: vchiq_arm: pass vchiq instance to service callbacksAdrien Thierry2022-06-061-1/+2
* staging: vchiq_arm: get rid of global device structureAdrien Thierry2022-06-061-1/+1
* staging: vc04_services: Re-use generic struct s32_fractAndy Shevchenko2022-05-051-5/+5
* staging: vchiq:remove unneeded flush_workqueueran jianping2022-04-221-1/+0
* staging: mmal-vchiq: clear redundant item named bulk_scratchXiaoke Wang2022-03-181-7/+0
* staging: vc04_services: rename BM2835 to BCM2835 in headers commentsGaston Gonzalez2022-01-061-1/+1
* staging: mmal-vchiq: Fix incorrect static vchiq_instance.Dave Stevenson2021-05-271-1/+1
* staging: vchiq: Typo fixesBhaskar Chowdhury2021-03-211-2/+2
* staging: mmal-vchiq: Fix memory leak for vchiq_instanceSeung-Woo Kim2020-10-271-4/+15
* staging: vchiq: fix __user annotationsArnd Bergmann2020-09-251-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-151-2/+2
* staging: vchiq: Move vchiq.h into include directoryNicolas Saenz Julienne2020-07-011-2/+1
* staging: vchiq: Use vchiq.h as the main header file for servicesNicolas Saenz Julienne2020-07-011-1/+1
* staging: vchiq: Get rid of vchiNicolas Saenz Julienne2020-07-011-15/+14
* staging: vchi: Move vchi_queue_kernel_message() into vchiqNicolas Saenz Julienne2020-07-011-8/+6
* staging: vchi: Get rid of vchi_bulk_queue_receive()Nicolas Saenz Julienne2020-07-011-10/+10
* staging: vchiq: Unify fourcc definition mechanismsNicolas Saenz Julienne2020-07-011-1/+1
* staging: vchi: Get rid of struct vchi_serviceNicolas Saenz Julienne2020-07-011-27/+28
* staging: vchi: Use struct vchiq_service_paramsNicolas Saenz Julienne2020-07-011-5/+6
* staging: vchi: Get rid of vchiq_shim's message callbackNicolas Saenz Julienne2020-07-011-43/+40
* staging: vchi: Use vchiq's enum vchiq_reasonNicolas Saenz Julienne2020-07-011-6/+5
* staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flagsNicolas Saenz Julienne2020-07-011-2/+2
* staging: vchi: Get rid of flags argument in vchi_msg_hold()Nicolas Saenz Julienne2020-07-011-1/+1
* staging: vchi: Get rid of unnecessary definesNicolas Saenz Julienne2020-07-011-1/+0
* staging: vchi: Unify struct shim_service and struct vchi_service_handleNicolas Saenz Julienne2020-07-011-17/+17
* staging: vchi: Get rid of struct vchi_instance_handleNicolas Saenz Julienne2020-07-011-4/+4
* staging: mmal-vchiq: If the VPU returns an error, don't negate itDave Stevenson2020-07-011-1/+2
* staging: mmal-vchiq: Always return the param size from param_getDave Stevenson2020-07-011-1/+2
* staging: mmal-vchiq: Fix client_component for 64 bit kernelDave Stevenson2020-07-011-1/+7
* staging: mmal-vchiq: Make a mmal_buf struct for passing parametersDave Stevenson2020-07-011-9/+20
* staging: mmal-vchiq: Make timeout a defined parameterDave Stevenson2020-07-011-1/+7
* staging: mmal-vchiq: Allocate and free components as requiredDave Stevenson2020-06-251-10/+19
* staging: bcm2835: Break MMAL support out from cameraJacopo Mondi2020-06-251-0/+1912