summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/interface
AgeCommit message (Expand)AuthorFilesLines
2024-02-17staging: vc04_services: vchiq_arm: make vchiq_bus_type constRicardo B. Marliere2-2/+2
2023-12-09staging: vc04_services: vchiq_dev: Use %p to log pointer addressUmang Jain1-1/+1
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 Jain5-161/+106
2023-12-07staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbgUmang Jain4-95/+78
2023-12-07staging: vc04_services: Drop vchiq_log_warning() in favour of dev_warnUmang Jain3-35/+29
2023-12-07staging: vc04_services: Drop vchiq_log_error() in favour of dev_errUmang Jain5-117/+101
2023-12-04staging: vc04_services: Do not pass NULL to vchiq_log_error()Umang Jain2-3/+5
2023-12-04staging: vc04_services: vchiq_core: Log through struct vchiq_instanceUmang Jain1-3/+3
2023-11-23staging: vchiq_arm: move state dump to debugfsStefan Wahren6-258/+107
2023-11-23staging: vchiq_core: Shorten bulk TX/RX pending dumpStefan Wahren1-7/+12
2023-11-23staging: vchiq_core: Make vchiq_dump_service_state staticStefan Wahren2-87/+85
2023-11-23staging: vc04_services: remove unnecessary NULL checkDan Carpenter1-2/+1
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 Jain4-40/+33
2023-10-25staging: vc04_services: Drop log level mechanismsUmang Jain5-175/+33
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 Jain4-43/+55
2023-10-25staging: vc04: Convert(and rename) vchiq_log_info() to use dynamic debugUmang Jain4-128/+137
2023-10-25staging: vc04: Convert vchiq_log_warning() to use dynamic debugUmang Jain3-14/+15
2023-10-25staging: vc04: Convert vchiq_log_error() to use dynamic debugUmang Jain5-94/+88
2023-10-25staging: vc04_services: Pass struct device to vchiq_init_slots()Umang Jain3-3/+3
2023-10-25staging: vc04_services: Pass struct device to vchiq_log_dump_mem()Umang Jain2-6/+8
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain2-1/+4
2023-10-21staging: vc04_services: vchiq_bus: Do not kfree deviceUmang Jain1-1/+0
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-10-05staging: vc04_services: vchiq_arm: Add new bus type and device typeUmang Jain2-0/+154
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-23staging: vc04_services: interface: Drop include Makefile directiveUmang Jain2-2/+3
2023-01-17staging: vc04_services: vchiq: Drop custom return values from TODOUmang Jain1-5/+0
2023-01-17staging: vc04_services: Drop enum vchiq_status remnantsUmang Jain2-10/+10
2023-01-17staging: vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnectUmang Jain1-2/+2
2023-01-17staging: vc04_services: Drop VCHIQ_RETRY usageUmang Jain3-53/+53
2023-01-17staging: vc04_services: Drop VCHIQ_ERROR usageUmang Jain3-37/+37
2023-01-17staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain3-55/+53
2023-01-17staging: vc04_services: Replace vchiq_status return type to intUmang Jain5-52/+52
2023-01-17staging: vchiq_core: Add comments to remote event partsPhil Elwell2-0/+28
2022-06-27staging: vchiq_arm: Add missing memory barrier commentsPhil Elwell2-0/+13
2022-06-20staging: vchiq: provide testing instructionsStefan Wahren1-0/+82
2022-06-06staging: vchiq_arm: remove global 'vchiq_states' arrayAdrien Thierry2-10/+0
2022-06-06staging: vchiq_arm: use state from vchiq instanceAdrien Thierry2-11/+8
2022-06-06staging: vchiq_arm: pass vchiq instance to 'handle_to_service'Adrien Thierry3-7/+7
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 'vchiq_get_client_id'Adrien Thierry3-3/+3