summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04staging: vchiq_debugfs: Fix NPD in vchiq_dump_stateStefan Wahren1-1/+1
2024-05-04staging: vchiq_arm: Drop unnecessary NULL checkStefan Wahren1-1/+1
2024-05-04staging: vc04_services: vchiq_arm: Fix NULL ptr dereferencesStefan Wahren1-2/+2
2024-04-18staging: vc04_services: Move global g_state to vchiq_stateUmang Jain1-28/+8
2024-04-18staging: vc04_services: Move spinlocks to vchiq_stateUmang Jain1-9/+8
2024-04-18staging: vc04_services: Move global memory mapped pointerUmang Jain1-8/+11
2024-04-18staging: vc04_services: Move global variables tracking allocated pagesUmang Jain1-29/+24
2024-04-18staging: vc04_services: Drop vchiq_connected.[ch] filesUmang Jain1-1/+50
2024-04-18staging: vc04_services: Move variables for tracking connectionsUmang Jain1-1/+2
2024-04-18staging: vc04_services: vchiq_arm: Drop g_cache_line_sizeUmang Jain1-20/+14
2024-04-18staging: vc04_services: vchiq_arm: Split driver static and runtime dataUmang Jain1-20/+23
2024-04-09Revert "staging: vc04_services: vchiq_core: Stop kthreads on shutdown"Umang Jain1-6/+2
2024-03-25staging: vc04_services: vchiq_core: Stop kthreads on shutdownUmang Jain1-2/+6
2024-03-25staging: vc04_services: Do not log error on kzalloc()Umang Jain1-4/+1
2024-03-25staging: vc04_services: vchiq_arm: Use appropriate dev_* log helpersUmang Jain1-3/+3
2023-12-09staging: vc04_services: vchiq_arm: Use %p to log pointer addressUmang Jain1-4/+3
2023-12-07staging: vc04_services: Drop vchiq_log_debug() in favour of dev_dbgUmang Jain1-26/+19
2023-12-07staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbgUmang Jain1-31/+22
2023-12-07staging: vc04_services: Drop vchiq_log_warning() in favour of dev_warnUmang Jain1-16/+14
2023-12-07staging: vc04_services: Drop vchiq_log_error() in favour of dev_errUmang Jain1-29/+21
2023-11-23staging: vchiq_arm: move state dump to debugfsStefan Wahren1-75/+19
2023-10-27staging: vc04_services: use snprintf instead of sprintfRicardo B. Marliere1-8/+8
2023-10-25staging: vc04_services: Use %p4cc format modifier to print FourCC codesUmang Jain1-10/+10
2023-10-25staging: vc04_services: Drop log level mechanismsUmang Jain1-4/+0
2023-10-25staging: vc04: Convert vchiq_log_trace() to use dynamic debugUmang Jain1-18/+27
2023-10-25staging: vc04: Convert(and rename) vchiq_log_info() to use dynamic debugUmang Jain1-20/+26
2023-10-25staging: vc04: Convert vchiq_log_warning() to use dynamic debugUmang Jain1-7/+9
2023-10-25staging: vc04: Convert vchiq_log_error() to use dynamic debugUmang Jain1-16/+20
2023-10-25staging: vc04_services: Pass struct device to vchiq_init_slots()Umang Jain1-1/+1
2023-10-05staging: bcm2835-audio: Register bcm2835-audio with vchiq_bus_typeUmang Jain1-25/+3
2023-10-05staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_typeUmang Jain1-3/+8
2023-10-05staging: vc04_services: vchiq_arm: Register vchiq_bus_typeUmang Jain1-1/+12
2023-05-28staging: vchiq_arm: mark vchiq_platform_init() staticArnd Bergmann1-2/+2
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-04-03staging: vc04_services: vchiq_arm: Convert to platform remove callback return...Uwe Kleine-König1-4/+2
2023-01-27staging: vchiq_arm: Improve error log for vchiq_platform_initStefan Wahren1-3/+9
2023-01-17staging: vc04_services: Drop enum vchiq_status remnantsUmang Jain1-7/+7
2023-01-17staging: vc04_services: Drop VCHIQ_RETRY usageUmang Jain1-9/+9
2023-01-17staging: vc04_services: Drop VCHIQ_ERROR usageUmang Jain1-12/+12
2023-01-17staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain1-18/+18
2023-01-17staging: vc04_services: Replace vchiq_status return type to intUmang Jain1-16/+16
2022-06-27staging: vchiq_arm: Add missing memory barrier commentsPhil Elwell1-0/+4
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 'find_service_by_handle'Adrien Thierry1-8/+8
2022-06-06staging: vchiq_arm: pass vchiq instance to service callbacksAdrien Thierry1-5/+4
2022-06-06staging: vchiq_arm: get rid of global device structureAdrien Thierry1-34/+29
2022-06-06staging: vchiq_arm: add reference to vchiq device in vchiq_stateAdrien Thierry1-1/+1
2022-04-04staging: vc04_services: Convert kmap() to kmap_local_page()Fabio M. De Francesco1-8/+5
2022-04-04staging: vchiq: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6