summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-platform.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: Fix memory leak in acpi_buffer->pointerJunhao He2023-08-181-14/+26
* coresight: platform: acpi: Ignore the absence of graphSuzuki K Poulose2023-07-261-1/+5
* hwtracing: coresight: Explicitly include correct DT includesRob Herring2023-07-261-2/+0
* coresight: Make refcount a property of the connectionJames Clark2023-06-051-103/+6
* coresight: Store in-connections as well as out-connectionsJames Clark2023-06-051-1/+30
* coresight: Store pointers to connections rather than an array of themJames Clark2023-06-051-4/+15
* coresight: Dynamically add connectionsJames Clark2023-06-051-62/+62
* coresight: Rename connection members to make the direction explicitJames Clark2023-06-051-15/+15
* coresight: Rename nr_outports to nr_outconnsJames Clark2023-06-051-17/+17
* coresight: Change name of pdata->connsJames Clark2023-06-051-6/+6
* hwtracing: coresight: Replace acpi_bus_get_device()Rafael J. Wysocki2022-03-111-4/+4
* coresight: Do not scan for graph if none is presentSuzuki K Poulose2021-04-061-0/+6
* coresight: cti: Allow cti to be built as a moduleTingwei Zhang2020-09-281-0/+1
* coresight: fix offset by one error in counting portsMian Yousaf Kaukab2020-09-171-5/+5
* coresight: Use devm_kcalloc() in coresight_alloc_conns()Xu Wang2020-07-211-3/+2
* coresight: Mark some functions staticStephen Boyd2020-05-191-2/+2
* coresight: Fix support for sparsely populated portsSuzuki K Poulose2020-05-191-25/+60
* coresight: Pass coresight_device for coresight_release_platform_dataSuzuki K Poulose2020-05-191-1/+1
* coresight: cti: Add device tree support for v8 arch CTIMike Leach2020-03-211-0/+20
* drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-9/+2
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
* coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan2019-07-041-10/+10
* coresight: Add dummy definition for of_coresight_get_cpu()Suzuki K Poulose2019-06-201-0/+5
* coresight: Support for ACPI bindingsSuzuki K Poulose2019-06-201-0/+464
* coresight: Use fwnode handle instead of device namesSuzuki K Poulose2019-06-201-4/+10
* coresight: platform: Use fwnode handle for device searchSuzuki K Poulose2019-06-201-7/+9
* coresight: Add support for releasing platform specific dataSuzuki K Poulose2019-06-201-1/+5
* coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-3/+0
* coresight: Remove cpu field from platform dataSuzuki K Poulose2019-06-201-1/+0
* coresight: Make device to CPU mapping genericSuzuki K Poulose2019-06-201-5/+13
* coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-201-15/+43
* coresight: platform: Make memory allocation helper genericSuzuki K Poulose2019-06-201-15/+19
* coresight: Rename of_coresight to coresight-platformSuzuki K Poulose2019-06-201-0/+298