Age | Commit message (Expand) | Author | Files | Lines |
2024-07-01 | hwtracing: use for_each_endpoint_of_node() | Kuninori Morimoto | 1 | -2/+2 |
2024-06-07 | coresight: Fix ref leak when of_coresight_parse_endpoint() fails | James Clark | 1 | -1/+3 |
2023-08-18 | coresight: Fix memory leak in acpi_buffer->pointer | Junhao He | 1 | -14/+26 |
2023-07-26 | coresight: platform: acpi: Ignore the absence of graph | Suzuki K Poulose | 1 | -1/+5 |
2023-07-26 | hwtracing: coresight: Explicitly include correct DT includes | Rob Herring | 1 | -2/+0 |
2023-06-05 | coresight: Make refcount a property of the connection | James Clark | 1 | -103/+6 |
2023-06-05 | coresight: Store in-connections as well as out-connections | James Clark | 1 | -1/+30 |
2023-06-05 | coresight: Store pointers to connections rather than an array of them | James Clark | 1 | -4/+15 |
2023-06-05 | coresight: Dynamically add connections | James Clark | 1 | -62/+62 |
2023-06-05 | coresight: Rename connection members to make the direction explicit | James Clark | 1 | -15/+15 |
2023-06-05 | coresight: Rename nr_outports to nr_outconns | James Clark | 1 | -17/+17 |
2023-06-05 | coresight: Change name of pdata->conns | James Clark | 1 | -6/+6 |
2022-03-11 | hwtracing: coresight: Replace acpi_bus_get_device() | Rafael J. Wysocki | 1 | -4/+4 |
2021-04-06 | coresight: Do not scan for graph if none is present | Suzuki K Poulose | 1 | -0/+6 |
2020-09-28 | coresight: cti: Allow cti to be built as a module | Tingwei Zhang | 1 | -0/+1 |
2020-09-17 | coresight: fix offset by one error in counting ports | Mian Yousaf Kaukab | 1 | -5/+5 |
2020-07-21 | coresight: Use devm_kcalloc() in coresight_alloc_conns() | Xu Wang | 1 | -3/+2 |
2020-05-19 | coresight: Mark some functions static | Stephen Boyd | 1 | -2/+2 |
2020-05-19 | coresight: Fix support for sparsely populated ports | Suzuki K Poulose | 1 | -25/+60 |
2020-05-19 | coresight: Pass coresight_device for coresight_release_platform_data | Suzuki K Poulose | 1 | -1/+1 |
2020-03-21 | coresight: cti: Add device tree support for v8 arch CTI | Mike Leach | 1 | -0/+20 |
2019-07-30 | drivers: Introduce device lookup variants by fwnode | Suzuki K Poulose | 1 | -9/+2 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2019-07-04 | coresight: Do not default to CPU0 for missing CPU phandle | Sai Prakash Ranjan | 1 | -10/+10 |
2019-06-20 | coresight: Add dummy definition for of_coresight_get_cpu() | Suzuki K Poulose | 1 | -0/+5 |
2019-06-20 | coresight: Support for ACPI bindings | Suzuki K Poulose | 1 | -0/+464 |
2019-06-20 | coresight: Use fwnode handle instead of device names | Suzuki K Poulose | 1 | -4/+10 |
2019-06-20 | coresight: platform: Use fwnode handle for device search | Suzuki K Poulose | 1 | -7/+9 |
2019-06-20 | coresight: Add support for releasing platform specific data | Suzuki K Poulose | 1 | -1/+5 |
2019-06-20 | coresight: Remove name from platform description | Suzuki K Poulose | 1 | -3/+0 |
2019-06-20 | coresight: Remove cpu field from platform data | Suzuki K Poulose | 1 | -1/+0 |
2019-06-20 | coresight: Make device to CPU mapping generic | Suzuki K Poulose | 1 | -5/+13 |
2019-06-20 | coresight: Introduce generic platform data helper | Suzuki K Poulose | 1 | -15/+43 |
2019-06-20 | coresight: platform: Make memory allocation helper generic | Suzuki K Poulose | 1 | -15/+19 |
2019-06-20 | coresight: Rename of_coresight to coresight-platform | Suzuki K Poulose | 1 | -0/+298 |