aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface
AgeCommit message (Expand)Author
2023-12-09staging: vc04_services: vchiq_dev: Use %p to log pointer addressUmang Jain
2023-12-09staging: vc04_services: vchiq_arm: Use %p to log pointer addressUmang Jain
2023-12-07staging: vc04_services: Drop vchiq_log_debug() in favour of dev_dbgUmang Jain
2023-12-07staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbgUmang Jain
2023-12-07staging: vc04_services: Drop vchiq_log_warning() in favour of dev_warnUmang Jain
2023-12-07staging: vc04_services: Drop vchiq_log_error() in favour of dev_errUmang Jain
2023-12-04staging: vc04_services: Do not pass NULL to vchiq_log_error()Umang Jain
2023-12-04staging: vc04_services: vchiq_core: Log through struct vchiq_instanceUmang Jain
2023-11-23staging: vchiq_arm: move state dump to debugfsStefan Wahren
2023-11-23staging: vchiq_core: Shorten bulk TX/RX pending dumpStefan Wahren
2023-11-23staging: vchiq_core: Make vchiq_dump_service_state staticStefan Wahren
2023-11-23staging: vc04_services: remove unnecessary NULL checkDan Carpenter
2023-10-27staging: vc04_services: use snprintf instead of sprintfRicardo B. Marliere
2023-10-25staging: vc04_services: Use %p4cc format modifier to print FourCC codesUmang Jain
2023-10-25staging: vc04_services: Drop log level mechanismsUmang Jain
2023-10-25staging: vc04_services: Drop VCHIQ_LOG_PREFIX macroUmang Jain
2023-10-25staging: vc04: Convert vchiq_log_trace() to use dynamic debugUmang Jain
2023-10-25staging: vc04: Convert(and rename) vchiq_log_info() to use dynamic debugUmang Jain
2023-10-25staging: vc04: Convert vchiq_log_warning() to use dynamic debugUmang Jain
2023-10-25staging: vc04: Convert vchiq_log_error() to use dynamic debugUmang Jain
2023-10-25staging: vc04_services: Pass struct device to vchiq_init_slots()Umang Jain
2023-10-25staging: vc04_services: Pass struct device to vchiq_log_dump_mem()Umang Jain
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain
2023-10-21staging: vc04_services: vchiq_bus: Do not kfree deviceUmang Jain
2023-10-05staging: bcm2835-audio: Register bcm2835-audio with vchiq_bus_typeUmang Jain
2023-10-05staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_typeUmang Jain
2023-10-05staging: vc04_services: vchiq_arm: Register vchiq_bus_typeUmang Jain
2023-10-05staging: vc04_services: vchiq_arm: Add new bus type and device typeUmang Jain
2023-05-28staging: vchiq_arm: mark vchiq_platform_init() staticArnd Bergmann
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-04-03staging: vc04_services: vchiq_arm: Convert to platform remove callback return...Uwe Kleine-König
2023-01-27staging: vchiq_arm: Improve error log for vchiq_platform_initStefan Wahren
2023-01-23staging: vc04_services: interface: Drop include Makefile directiveUmang Jain
2023-01-17staging: vc04_services: vchiq: Drop custom return values from TODOUmang Jain
2023-01-17staging: vc04_services: Drop enum vchiq_status remnantsUmang Jain
2023-01-17staging: vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnectUmang Jain
2023-01-17staging: vc04_services: Drop VCHIQ_RETRY usageUmang Jain
2023-01-17staging: vc04_services: Drop VCHIQ_ERROR usageUmang Jain
2023-01-17staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain
2023-01-17staging: vc04_services: Replace vchiq_status return type to intUmang Jain
2023-01-17staging: vchiq_core: Add comments to remote event partsPhil Elwell
2022-06-27staging: vchiq_arm: Add missing memory barrier commentsPhil Elwell
2022-06-20staging: vchiq: provide testing instructionsStefan Wahren
2022-06-06staging: vchiq_arm: remove global 'vchiq_states' arrayAdrien Thierry
2022-06-06staging: vchiq_arm: use state from vchiq instanceAdrien Thierry
2022-06-06staging: vchiq_arm: pass vchiq instance to 'handle_to_service'Adrien Thierry
2022-06-06staging: vchiq_arm: pass vchiq instance to 'vchiq_get_service_userdata'Adrien Thierry
2022-06-06staging: vchiq_arm: pass vchiq instance to 'vchiq_get_client_id'Adrien Thierry
2022-06-06staging: vchiq_arm: pass vchiq instance to 'find_service_by_handle'Adrien Thierry