summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-18staging: vc04_services: Move global g_state to vchiq_stateUmang Jain1-1/+1
2024-04-18staging: vc04_services: Move spinlocks to vchiq_stateUmang Jain1-0/+7
2024-04-18staging: vc04_services: Move global memory mapped pointerUmang Jain1-1/+1
2024-03-25staging: vc04_services: Remove unused function declarationsUmang Jain1-6/+0
2023-12-07staging: vc04_services: Drop vchiq_log_debug() in favour of dev_dbgUmang Jain1-26/+0
2023-12-07staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbgUmang Jain1-4/+0
2023-12-07staging: vc04_services: Drop vchiq_log_warning() in favour of dev_warnUmang Jain1-4/+0
2023-12-07staging: vc04_services: Drop vchiq_log_error() in favour of dev_errUmang Jain1-4/+0
2023-11-23staging: vchiq_arm: move state dump to debugfsStefan Wahren1-7/+6
2023-11-23staging: vchiq_core: Make vchiq_dump_service_state staticStefan Wahren1-3/+0
2023-10-25staging: vc04_services: Use %p4cc format modifier to print FourCC codesUmang Jain1-6/+0
2023-10-25staging: vc04_services: Drop log level mechanismsUmang Jain1-11/+0
2023-10-25staging: vc04_services: Drop VCHIQ_LOG_PREFIX macroUmang Jain1-2/+0
2023-10-25staging: vc04: Convert vchiq_log_trace() to use dynamic debugUmang Jain1-3/+2
2023-10-25staging: vc04: Convert(and rename) vchiq_log_info() to use dynamic debugUmang Jain1-4/+3
2023-10-25staging: vc04: Convert vchiq_log_warning() to use dynamic debugUmang Jain1-3/+2
2023-10-25staging: vc04: Convert vchiq_log_error() to use dynamic debugUmang Jain1-6/+24
2023-10-25staging: vc04_services: Pass struct device to vchiq_init_slots()Umang Jain1-1/+1
2023-10-25staging: vc04_services: Pass struct device to vchiq_log_dump_mem()Umang Jain1-1/+2
2023-01-23staging: vc04_services: interface: Drop include Makefile directiveUmang Jain1-1/+1
2023-01-17staging: vc04_services: Replace vchiq_status return type to intUmang Jain1-9/+9
2023-01-17staging: vchiq_core: Add comments to remote event partsPhil Elwell1-0/+18
2022-06-06staging: vchiq_arm: remove global 'vchiq_states' arrayAdrien Thierry1-2/+0
2022-06-06staging: vchiq_arm: use state from vchiq instanceAdrien Thierry1-11/+1
2022-06-06staging: vchiq_arm: pass vchiq instance to 'handle_to_service'Adrien Thierry1-1/+1
2022-06-06staging: vchiq_arm: pass vchiq instance to 'vchiq_get_client_id'Adrien Thierry1-1/+1
2022-06-06staging: vchiq_arm: pass vchiq instance to 'find_service_by_handle'Adrien Thierry1-4/+5
2022-06-06staging: vchiq_arm: get rid of global device structureAdrien Thierry1-5/+5
2022-06-06staging: vchiq_arm: add reference to vchiq device in vchiq_stateAdrien Thierry1-1/+2
2022-05-19staging: vc04_services: remove unused macroGaston Gonzalez1-1/+0
2022-01-25staging: vchiq_core: fix type of parameter localportStefan Wahren1-1/+1
2021-11-25staging: vchiq_core: remove superfluous static_assert statementGaston Gonzalez1-2/+0
2021-10-30staging: vchiq_core: get rid of typedefGaston Gonzalez1-3/+1
2021-10-25staging: vchiq_core: drop extern prefix in function declarationsGaston Gonzalez1-51/+25
2021-10-25staging: vchiq: drop trailing semicolon in macro definitionGaston Gonzalez1-1/+1
2021-10-25staging: vchiq_core.h: use preferred kernel typesGaston Gonzalez1-6/+6
2021-10-25staging: vchiq_core.h: fix CamelCase in function declarationGaston Gonzalez1-1/+1
2021-10-25staging: vchiq_core: cleanup code alignment issuesGaston Gonzalez1-8/+4
2021-10-25staging: vchiq_core: cleanup blank linesGaston Gonzalez1-3/+0
2021-09-13staging: vchiq: Replace function typedefs with equivalent declarationOjaswin Mujoo1-4/+2
2021-06-04staging: vchiq_arm: tidy up service function namingStefan Wahren1-2/+2
2021-06-04staging: vchiq_core: get the rid of vchiq_static_assertStefan Wahren1-6/+1
2021-06-04staging: vchiq_core: get the rid of IS_POW2Stefan Wahren1-7/+0
2021-06-04staging: vchiq_core: move internals to C sourceStefan Wahren1-61/+0
2021-05-19staging: vchiq_arm: make vchiq_shutdown_internal return voidStefan Wahren1-1/+1
2021-05-10staging: vchiq_core: drop vchiq_status from vchiq_init_stateStefan Wahren1-1/+1
2021-05-10staging: vchiq_core: drop vchiq_status from vchiq_set_service_optionStefan Wahren1-1/+1
2021-05-10staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internalStefan Wahren1-2/+2
2021-05-10staging: vchiq_2835_arm: drop enum vchiq_statusStefan Wahren1-2/+2
2020-10-28staging: vc04_services: fix block comment styleAmarjargal Gundjalam1-21/+34