summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
Commit message (Expand)AuthorAgeFilesLines
* Staging: vc04_services: bcm2835-camera: fix brace code style checkMoritz C. Weber2024-03-051-32/+28
* Staging: vc04_services: bcm2835-camera: fix blank line style checkMoritz C. Weber2024-03-051-1/+0
* staging: vc04_services: vchiq_arm: make vchiq_bus_type constRicardo B. Marliere2024-02-172-2/+2
* staging: vc04_services: vchiq_dev: Use %p to log pointer addressUmang Jain2023-12-091-1/+1
* staging: vc04_services: vchiq_arm: Use %p to log pointer addressUmang Jain2023-12-091-4/+3
* staging: vc04_services: Drop vchiq_log_debug() in favour of dev_dbgUmang Jain2023-12-075-161/+106
* staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbgUmang Jain2023-12-074-95/+78
* staging: vc04_services: Drop vchiq_log_warning() in favour of dev_warnUmang Jain2023-12-073-35/+29
* staging: vc04_services: Drop vchiq_log_error() in favour of dev_errUmang Jain2023-12-075-117/+101
* staging: vc04_services: Do not pass NULL to vchiq_log_error()Umang Jain2023-12-042-3/+5
* staging: vc04_services: vchiq_core: Log through struct vchiq_instanceUmang Jain2023-12-041-3/+3
* staging: vchiq_arm: move state dump to debugfsStefan Wahren2023-11-236-258/+107
* staging: vchiq_core: Shorten bulk TX/RX pending dumpStefan Wahren2023-11-231-7/+12
* staging: vchiq_core: Make vchiq_dump_service_state staticStefan Wahren2023-11-232-87/+85
* staging: vc04_services: remove unnecessary NULL checkDan Carpenter2023-11-231-2/+1
* 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