summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* staging: vc04_services: use snprintf instead of sprintfRicardo B. Marliere2023-10-272-9/+9
* staging: vc04_services: Use %p4cc format modifier to print FourCC codesUmang Jain2023-10-254-40/+33
* staging: vc04_services: Drop log level mechanismsUmang Jain2023-10-255-175/+33
* staging: vc04_services: Drop VCHIQ_LOG_PREFIX macroUmang Jain2023-10-251-2/+0
* staging: vc04: Convert vchiq_log_trace() to use dynamic debugUmang Jain2023-10-254-43/+55
* staging: vc04: Convert(and rename) vchiq_log_info() to use dynamic debugUmang Jain2023-10-254-128/+137
* staging: vc04: Convert vchiq_log_warning() to use dynamic debugUmang Jain2023-10-253-14/+15
* staging: vc04: Convert vchiq_log_error() to use dynamic debugUmang Jain2023-10-255-94/+88
* staging: vc04_services: Pass struct device to vchiq_init_slots()Umang Jain2023-10-253-3/+3
* staging: vc04_services: Pass struct device to vchiq_log_dump_mem()Umang Jain2023-10-252-6/+8
* staging: bcm2835-audio: remove function snd_bcm2835_new_ctl()Calvince Otieno2023-10-211-1/+0
* staging: vc04_services: bcm2835-camera: Drop MODULE_ALIASUmang Jain2023-10-211-1/+7
* staging: vc04_services: bcm2835-audio: Drop MODULE_ALIASUmang Jain2023-10-211-1/+7
* staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain2023-10-212-1/+4
* staging: vc04_services: vchiq_bus: Do not kfree deviceUmang Jain2023-10-211-1/+0
* staging: bcm2835-audio: Register bcm2835-audio with vchiq_bus_typeUmang Jain2023-10-052-35/+12
* staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_typeUmang Jain2023-10-052-13/+19
* staging: vc04_services: vchiq_arm: Register vchiq_bus_typeUmang Jain2023-10-051-1/+12
* staging: vc04_services: vchiq_arm: Add new bus type and device typeUmang Jain2023-10-053-0/+155
* staging: vc04_services: bcm2835-audio: Explicitly set DMA maskUmang Jain2023-10-051-0/+7
* staging: vc04_services: bcm2835-camera: Explicitly set DMA maskUmang Jain2023-10-051-0/+6
* staging: vchiq_arm: Remove extra struct vchiq_instance declarationUmang Jain2023-06-201-2/+0
* staging: vchiq_arm: mark vchiq_platform_init() staticArnd Bergmann2023-05-281-2/+2
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\
| * Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
* | staging: vc04_services: vchiq_arm: Convert to platform remove callback return...Uwe Kleine-König2023-04-031-4/+2
* | staging: vc04_services: bcm2835-camera: Convert to platform remove callback r...Uwe Kleine-König2023-04-031-4/+2
|/
* staging: vc04_services: mmal-vchiq: fix typo in commentJongwoo Han2023-01-311-1/+1
* staging: vchiq_arm: Improve error log for vchiq_platform_initStefan Wahren2023-01-271-3/+9
* staging: vc04_services: interface: Drop include Makefile directiveUmang Jain2023-01-233-4/+3
* staging: vc04_services: vchiq-mmal: Drop include Makefile directiveUmang Jain2023-01-232-5/+1
* staging: vc04_services: bcm2835-camera: Drop include Makefile directiveUmang Jain2023-01-233-12/+8
* staging: vc04_services: bcm2835-audio: Drop include Makefile directiveUmang Jain2023-01-232-3/+2
* staging: vc04_services: Drop __VCCOREVER__ remnantsUmang Jain2023-01-233-5/+3
* staging: vc04_services: vchiq: Drop custom return values from TODOUmang Jain2023-01-171-5/+0
* staging: vc04_services: Drop enum vchiq_status remnantsUmang Jain2023-01-173-14/+10
* staging: vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnectUmang Jain2023-01-171-2/+2
* staging: vc04_services: Drop VCHIQ_RETRY usageUmang Jain2023-01-173-53/+53
* staging: vc04_services: Drop VCHIQ_ERROR usageUmang Jain2023-01-174-38/+37
* staging: vc04_services: Drop VCHIQ_SUCCESS usageUmang Jain2023-01-176-60/+57
* staging: vc04_services: Replace vchiq_status return type to intUmang Jain2023-01-178-90/+88
* staging: vchiq_core: Add comments to remote event partsPhil Elwell2023-01-172-0/+28
* vc04_services: bcm2835-camera: Use bool values for mmal_fmt.remove_paddingUmang Jain2022-11-221-15/+15
* vc04_services: mmal-vchiq: Use bool for vchiq_mmal_component.in_useUmang Jain2022-11-222-4/+4
* Revert "staging: mmal-vchiq: Avoid use of bool in structures"Umang Jain2022-11-222-8/+8
* staging: vchiq_arm: Add missing memory barrier commentsPhil Elwell2022-06-272-0/+13
* staging: vchiq: provide testing instructionsStefan Wahren2022-06-201-0/+82
* staging: vchiq_arm: remove global 'vchiq_states' arrayAdrien Thierry2022-06-062-10/+0
* staging: vchiq_arm: use state from vchiq instanceAdrien Thierry2022-06-062-11/+8
* staging: vchiq_arm: pass vchiq instance to 'handle_to_service'Adrien Thierry2022-06-063-7/+7