summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services
AgeCommit message (Expand)Author
2024-05-04staging: vc04_services: Delete unnecessary NULL checkDan Carpenter
2024-05-04staging: vc04_services: vchiq_arm: Fix NULL ptr dereferencesStefan Wahren
2024-04-18staging: vc04_services: Drop completed TODO itemUmang Jain
2024-04-18staging: vc04_services: Move global g_state to vchiq_stateUmang Jain
2024-04-18staging: vc04_services: vchiq_mmal: Rename service_callback()Umang Jain
2024-04-18staging: vc04_services: Move spinlocks to vchiq_stateUmang Jain
2024-04-18staging: vc04_services: Move global memory mapped pointerUmang Jain
2024-04-18staging: vc04_services: Move global variables tracking allocated pagesUmang Jain
2024-04-18staging: vc04_services: Drop vchiq_connected.[ch] filesUmang Jain
2024-04-18staging: vc04_services: Move variables for tracking connectionsUmang Jain
2024-04-18staging: vc04_services: vchiq_arm: Drop g_cache_line_sizeUmang Jain
2024-04-18staging: vc04_services: vchiq_arm: Split driver static and runtime dataUmang Jain
2024-04-18staging: vc04_services: Drop g_once_init global variableUmang Jain
2024-04-18staging: vc04_services: Re-align function parametersSumadhura Kalyan
2024-04-18staging: vchiq: Reformat Kconfig help textsStefan Wahren
2024-04-09staging: bcm2835-audio: add terminating new line to KconfigPrasad Pandit
2024-04-09Revert "staging: vc04_services: vchiq_core: Stop kthreads on shutdown"Umang Jain
2024-04-01Merge 6.9-rc2 into staging-nextGreg Kroah-Hartman
2024-03-25staging: vc04_services: fix information leak in create_component()Dan Carpenter
2024-03-25staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann
2024-03-25staging: vc04_services: vchiq_core: Stop kthreads on shutdownUmang Jain
2024-03-25staging: vc04_services: Implement vchiq_bus .removeUmang Jain
2024-03-25staging: vc04_services: Do not log error on kzalloc()Umang Jain
2024-03-25staging: vc04_services: vchiq_arm: Use appropriate dev_* log helpersUmang Jain
2024-03-25staging: vc04_services: Remove unused function declarationsUmang Jain
2024-03-05Staging: vc04_services: bcm2835-camera: fix brace code style checkMoritz C. Weber
2024-03-05Staging: vc04_services: bcm2835-camera: fix blank line style checkMoritz C. Weber
2024-02-17staging: vc04_services: vchiq_arm: make vchiq_bus_type constRicardo B. Marliere
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