summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)AuthorFilesLines
2024-06-04staging: vchiq_debugfs: Fix NPD in vchiq_dump_stateStefan Wahren3-6/+6
2024-05-04staging: vchiq_core: Add missing blank linesStefan Wahren1-0/+2
2024-05-04staging: vchiq_core: Drop unnecessary blank linesStefan Wahren1-2/+0
2024-05-04staging: vchiq_core: Add parentheses to VCHIQ_MSG_SRCPORTStefan Wahren1-1/+1
2024-05-04staging: vchiq_core: Use printk messages for devicesStefan Wahren1-5/+5
2024-05-04staging: vchiq_arm: Drop unnecessary NULL checkStefan Wahren1-1/+1
2024-05-04staging: vc04_services: Delete unnecessary NULL checkDan Carpenter1-5/+0
2024-05-04staging: vc04_services: vchiq_arm: Fix NULL ptr dereferencesStefan Wahren1-2/+2
2024-04-18staging: vc04_services: Drop completed TODO itemUmang Jain1-7/+0
2024-04-18staging: vc04_services: Move global g_state to vchiq_stateUmang Jain12-55/+37
2024-04-18staging: vc04_services: vchiq_mmal: Rename service_callback()Umang Jain1-4/+4
2024-04-18staging: vc04_services: Move spinlocks to vchiq_stateUmang Jain5-41/+47
2024-04-18staging: vc04_services: Move global memory mapped pointerUmang Jain4-14/+19
2024-04-18staging: vc04_services: Move global variables tracking allocated pagesUmang Jain2-29/+30
2024-04-18staging: vc04_services: Drop vchiq_connected.[ch] filesUmang Jain5-76/+55
2024-04-18staging: vc04_services: Move variables for tracking connectionsUmang Jain6-21/+37
2024-04-18staging: vc04_services: vchiq_arm: Drop g_cache_line_sizeUmang Jain2-20/+25
2024-04-18staging: vc04_services: vchiq_arm: Split driver static and runtime dataUmang Jain1-20/+23
2024-04-18staging: vc04_services: Drop g_once_init global variableUmang Jain1-12/+0
2024-04-18staging: vc04_services: Re-align function parametersSumadhura Kalyan1-18/+11
2024-04-18staging: vchiq: Reformat Kconfig help textsStefan Wahren1-15/+21
2024-04-09staging: bcm2835-audio: add terminating new line to KconfigPrasad Pandit1-1/+1
2024-04-09Revert "staging: vc04_services: vchiq_core: Stop kthreads on shutdown"Umang Jain3-13/+12
2024-04-01Merge 6.9-rc2 into staging-nextGreg Kroah-Hartman1-2/+3
2024-03-25staging: vc04_services: fix information leak in create_component()Dan Carpenter1-0/+1
2024-03-25staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann1-2/+2
2024-03-25staging: vc04_services: vchiq_core: Stop kthreads on shutdownUmang Jain3-12/+13
2024-03-25staging: vc04_services: Implement vchiq_bus .removeUmang Jain1-0/+10
2024-03-25staging: vc04_services: Do not log error on kzalloc()Umang Jain1-4/+1
2024-03-25staging: vc04_services: vchiq_arm: Use appropriate dev_* log helpersUmang Jain1-3/+3
2024-03-25staging: vc04_services: Remove unused function declarationsUmang Jain1-6/+0
2024-03-05Staging: vc04_services: bcm2835-camera: fix brace code style checkMoritz C. Weber1-32/+28
2024-03-05Staging: vc04_services: bcm2835-camera: fix blank line style checkMoritz C. Weber1-1/+0
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. 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