summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)AuthorFilesLines
2023-10-27staging: vc04_services: use snprintf instead of sprintfRicardo B. Marliere2-9/+9
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: bcm2835-audio: remove function snd_bcm2835_new_ctl()Calvince Otieno1-1/+0
2023-10-21staging: vc04_services: bcm2835-camera: Drop MODULE_ALIASUmang Jain1-1/+7
2023-10-21staging: vc04_services: bcm2835-audio: Drop MODULE_ALIASUmang Jain1-1/+7
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 Jain2-35/+12
2023-10-05staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_typeUmang Jain2-13/+19
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 Jain3-0/+155
2023-10-05staging: vc04_services: bcm2835-audio: Explicitly set DMA maskUmang Jain1-0/+7
2023-10-05staging: vc04_services: bcm2835-camera: Explicitly set DMA maskUmang Jain1-0/+6
2023-06-20staging: vchiq_arm: Remove extra struct vchiq_instance declarationUmang Jain1-2/+0
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-04-03staging: vc04_services: bcm2835-camera: Convert to platform remove callback r...Uwe Kleine-König1-4/+2
2023-01-31staging: vc04_services: mmal-vchiq: fix typo in commentJongwoo Han1-1/+1
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 Jain3-4/+3
2023-01-23staging: vc04_services: vchiq-mmal: Drop include Makefile directiveUmang Jain2-5/+1
2023-01-23staging: vc04_services: bcm2835-camera: Drop include Makefile directiveUmang Jain3-12/+8
2023-01-23staging: vc04_services: bcm2835-audio: Drop include Makefile directiveUmang Jain2-3/+2
2023-01-23staging: vc04_services: Drop __VCCOREVER__ remnantsUmang Jain3-5/+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 Jain3-14/+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 Jain4-38/+37
2023-01-17staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain6-60/+57
2023-01-17staging: vc04_services: Replace vchiq_status return type to intUmang Jain8-90/+88
2023-01-17staging: vchiq_core: Add comments to remote event partsPhil Elwell2-0/+28
2022-11-22vc04_services: bcm2835-camera: Use bool values for mmal_fmt.remove_paddingUmang Jain1-15/+15
2022-11-22vc04_services: mmal-vchiq: Use bool for vchiq_mmal_component.in_useUmang Jain2-4/+4
2022-11-22Revert "staging: mmal-vchiq: Avoid use of bool in structures"Umang Jain2-8/+8
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