summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/ultrasoc-smb.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12coresight: Add helper for setting csdev->modeJames Clark1-3/+3
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark1-4/+4
2024-02-12coresight: Remove atomic type from refcntJames Clark1-4/+5
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark1-6/+7
2024-02-12coresight: Fix uninitialized struct warningsJames Clark1-1/+1
2023-11-21coresight: ultrasoc-smb: Use guards to cleanupJunhao He1-48/+22
2023-11-16coresight: ultrasoc-smb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-16coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_baseJunhao He1-1/+1
2023-11-16coresight: ultrasoc-smb: Config SMB buffer before register sinkJunhao He1-13/+8
2023-11-16coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smbJunhao He1-21/+14
2023-06-05coresight: Make refcount a property of the connectionJames Clark1-4/+4
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-1/+2
2023-01-19coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer()Yang Yingliang1-1/+1
2023-01-16drivers/coresight: Add UltraSoc System Memory Buffer driverQi Liu1-0/+648