summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/ultrasoc-smb.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: Add helper for setting csdev->modeJames Clark2024-02-121-3/+3
* coresight: Add a helper for getting csdev->modeJames Clark2024-02-121-4/+4
* coresight: Remove atomic type from refcntJames Clark2024-02-121-4/+5
* coresight: Move mode to struct coresight_deviceJames Clark2024-02-121-6/+7
* coresight: Fix uninitialized struct warningsJames Clark2024-02-121-1/+1
* coresight: ultrasoc-smb: Use guards to cleanupJunhao He2023-11-211-48/+22
* coresight: ultrasoc-smb: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-4/+2
* coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_baseJunhao He2023-11-161-1/+1
* coresight: ultrasoc-smb: Config SMB buffer before register sinkJunhao He2023-11-161-13/+8
* coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smbJunhao He2023-11-161-21/+14
* coresight: Make refcount a property of the connectionJames Clark2023-06-051-4/+4
* coresight: Use enum type for cs_mode wherever possibleJames Clark2023-06-051-1/+2
* coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer()Yang Yingliang2023-01-191-1/+1
* drivers/coresight: Add UltraSoc System Memory Buffer driverQi Liu2023-01-161-0/+648