aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16coresight: Add helpers registering/removing both AMBA and platform driversAnshuman Khandual1-0/+29
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark1-390/+4
2024-02-12coresight: Remove the 'enable' field.James Clark1-57/+29
2024-02-12coresight: Remove ops callback checksJames Clark1-39/+12
2024-02-12coresight: Make language around "activated" sinks consistentJames Clark1-32/+19
2024-02-12coresight: Fix issue where a source device's helpers aren't disabledJames Clark1-7/+23
2024-02-12coresight: make coresight_bustype constGreg Kroah-Hartman1-1/+1
2023-11-16coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang1-0/+3
2023-07-26hwtracing: coresight: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark1-75/+41
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark1-11/+150
2023-06-05coresight: Make refcount a property of the connectionJames Clark1-76/+40
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark1-42/+39
2023-06-05coresight: Simplify connection fixup mechanismJames Clark1-52/+32
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark1-23/+24
2023-06-05coresight: Dynamically add connectionsJames Clark1-15/+8
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark1-26/+25
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark1-16/+16
2023-06-05coresight: Change name of pdata->connsJames Clark1-13/+13
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-3/+4
2023-06-05coresight: Fix loss of connection info when a module is unloadedJames Clark1-7/+2
2023-01-24coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose1-1/+1
2023-01-20Coresight: Add coresight TPDM source driverMao Jinlong1-1/+4
2023-01-19coresight: core: Use IDR for non-cpu bound sources' paths.Mao Jinlong1-11/+26
2023-01-19coresight: Remove obsolete Trace ID unniqueness checksMike Leach1-45/+0
2022-10-20coresight: Fix possible deadlock with lock dependencySudeep Holla1-3/+4
2022-08-31coresight: Make new csdev_access offsets unsignedJames Clark1-2/+16
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark1-0/+14
2022-06-22coresight: Clear the connection field properlySuzuki K Poulose1-0/+1
2022-05-04coresight: core: Fix coresight device probe failure issueMao Jinlong1-11/+22
2022-03-11coresight: Drop unused 'none' enum value for each componentAnshuman Khandual1-3/+0
2021-12-13coresight: core: Fix typo in a commentJason Wang1-1/+1
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach1-1/+11
2021-06-15coresight: Propagate symlink failureJeremy Linton1-1/+1
2021-06-15coresight: core: Remove unnecessary assignmentJunhao He1-1/+0
2021-06-15coresight: core: Fix use of uninitialized pointerJunhao He1-1/+1
2021-06-15coresight: core: Switch to krealloc_array()Andy Shevchenko1-3/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+27
2021-04-13coresight: core: Make symbol 'csdev_sink' staticWei Yongjun1-1/+1
2021-04-07coresight: core: Fix typo in coresight-core.cQi Liu1-1/+1
2021-04-06coresight: core: Add support for dedicated percpu sinksAnshuman Khandual1-2/+27
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose1-26/+40
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose1-6/+7
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose1-0/+43
2020-11-27coresight: Fix W=1 warnings in core frameworkMathieu Poirier1-1/+7
2020-11-27coresight: core: Remove unneeded semicolonZou Wei1-1/+1
2020-10-29coresight: add module licenseArnd Bergmann1-0/+1
2020-09-28coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang1-0/+1694