summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)Author
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark
2024-02-12coresight: Add explicit member initializers to coresight_dev_typeJames Clark
2024-02-12coresight: Remove atomic type from refcntJames Clark
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark
2024-02-12coresight: Remove the 'enable' field.James Clark
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark
2024-02-12coresight: Remove ops callback checksJames Clark
2024-02-12coresight: Make language around "activated" sinks consistentJames Clark
2024-02-12coresight: Fix issue where a source device's helpers aren't disabledJames Clark
2024-02-12coresight: make coresight_bustype constGreg Kroah-Hartman
2024-02-12coresight: Make current W=1 warnings defaultJames Clark
2024-02-12coresight: Fix undeclared variable warnings from sparse checkerJames Clark
2024-02-12coresight: etm3x: Fix build warningJames Clark
2024-02-12coresight: Fix uninitialized struct warningsJames Clark
2023-11-21coresight: ultrasoc-smb: Use guards to cleanupJunhao He
2023-11-16coresight: ultrasoc-smb: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: trbe: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: replicator: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: funnel: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: dummy: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: etm4x: Fix width of CCITMIN fieldJames Clark
2023-11-16coresight-tpdm: Correct the property name of MSR numberTao Zhang
2023-11-16coresight-tpdm: Add nodes for dsb msr supportTao Zhang
2023-11-16coresight-tpdm: Add nodes for timestamp requestTao Zhang
2023-11-16coresight-tpdm: Add nodes to configure pattern match outputTao Zhang
2023-11-16coresight-tpdm: Add nodes for dsb edge controlTao Zhang
2023-11-16coresight-tpdm: Add node to set dsb programming modeTao Zhang
2023-11-16coresight-tpdm: Add nodes to set trigger timestamp and typeTao Zhang
2023-11-16coresight-tpdm: Add reset node to TPDM nodeTao Zhang
2023-11-16coresight-tpdm: Initialize DSB subunit configurationTao Zhang
2023-11-16coresight-tpda: Add DSB dataset supportTao Zhang
2023-11-16coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang
2023-11-16coresight-tpdm: Remove the unnecessary lockTao Zhang
2023-11-16coresight: tmc: Make etr buffer mode user configurable from sysfsAnshuman Khandual
2023-11-16coresight: etm: Make cycle count threshold user configurableAnshuman Khandual
2023-11-16coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual
2023-11-16coresight: trbe: Enable ACPI based TRBE devicesAnshuman Khandual
2023-11-16coresight: trbe: Add a representative coresight_platform_data for TRBEAnshuman Khandual
2023-11-16coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_baseJunhao He
2023-11-16coresight: ultrasoc-smb: Config SMB buffer before register sinkJunhao He
2023-11-16coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smbJunhao He
2023-11-13coresight: Fix crash when Perf and sysfs modes are used concurrentlyJames Clark
2023-11-13coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König
2023-09-20coresight: tmc-etr: Disable warnings for allocation failuresSuzuki K Poulose
2023-09-15coresight: Fix run time warnings while reusing ETR bufferLinu Cherian
2023-08-18coresight: trbe: Fix TRBE potential sleep in atomic contextJunhao He
2023-08-18coresight: Fix memory leak in acpi_buffer->pointerJunhao He
2023-08-17coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual
2023-08-17coresight: trbe: Allocate platform data per deviceSuzuki K Poulose