summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-221-12/+17
|\
| * coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose2024-04-221-2/+4
| * coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose2024-04-221-2/+6
| * coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose2024-04-221-6/+0
| * coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose2024-04-221-2/+4
| * coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual2024-04-161-0/+3
* | ARM: 9378/1: coresight: etm4x: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
|/
* coresight: etm4x: Set skip_power_up in etm4_init_arch_data functionMao Jinlong2024-02-121-5/+5
* coresight: Add helper for setting csdev->modeJames Clark2024-02-121-2/+2
* coresight: Add a helper for getting csdev->modeJames Clark2024-02-121-4/+4
* coresight: Add helper for atomically taking the deviceJames Clark2024-02-121-5/+3
* coresight: Move all sysfs code to sysfs fileJames Clark2024-02-121-2/+2
* coresight: Move mode to struct coresight_deviceJames Clark2024-02-121-9/+7
* coresight: Fix uninitialized struct warningsJames Clark2024-02-121-1/+1
* coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-4/+2
* coresight: etm: Make cycle count threshold user configurableAnshuman Khandual2023-11-161-2/+7
* coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual2023-11-161-0/+37
* coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König2023-11-131-3/+3
* coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual2023-08-171-1/+1
* coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose2023-07-261-0/+10
* coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual2023-07-261-2/+56
* coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual2023-07-261-14/+15
* coresight: etm4x: Drop iomem 'base' argument from etm4_probe()Anshuman Khandual2023-07-261-5/+5
* coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlierAnshuman Khandual2023-07-261-5/+14
* coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPESuzuki K Poulose2023-06-071-0/+5
* coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König2023-06-071-6/+3
* coresight: Use enum type for cs_mode wherever possibleJames Clark2023-06-051-3/+3
* coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose2023-03-211-13/+9
* coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger2023-03-211-1/+1
* coresight: etmX.X: stm: Remove trace_id() callbackMike Leach2023-01-191-8/+0
* coresight: etm4x: Update ETM4 driver to use Trace ID APIMike Leach2023-01-191-7/+66
* coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He2023-01-161-6/+12
* coresight: etm4x: fix repeated words in commentsJilin Yuan2022-11-281-1/+1
* coresight: etm4x: add CPU hotplug support for probingTamas Zsoldos2022-10-311-40/+113
* arm64/sysreg: Fix a few missed conversionsNathan Chancellor2022-09-211-2/+2
* Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-4/+4
|\
| * coresight: etm4x: Use asm-generic IO memory barriersSai Prakash Ranjan2022-06-151-4/+4
* | coresight: Add config flag to enable branch broadcastJames Clark2022-07-061-0/+14
|/
* coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn register accessesJames Clark2022-04-131-1/+1
* coresight: etm4x: Cleanup TRCVICTLR register accessesJames Clark2022-04-131-5/+5
* coresight: etm4x: Cleanup TRCCONFIGR register accessesJames Clark2022-04-131-7/+5
* coresight: etm4x: Cleanup TRCIDR5 register accessesJames Clark2022-04-131-12/+6
* coresight: etm4x: Cleanup TRCIDR4 register accessesJames Clark2022-04-131-6/+6
* coresight: etm4x: Cleanup TRCIDR3 register accessesJames Clark2022-04-131-30/+10
* coresight: etm4x: Cleanup TRCIDR2 register accessesJames Clark2022-04-131-3/+3
* coresight: etm4x: Cleanup TRCIDR0 register accessesJames Clark2022-04-131-28/+8
* coresight: etm4x: Don't trace PID for non-root PID namespaceLeo Yan2022-03-111-2/+8
* coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark2022-03-111-1/+1
* coresight: configfs: Allow configfs to activate configurationMike Leach2021-11-261-1/+10
* coresight: etm4x: Add ETM PID for Kryo-5XXTao Zhang2021-10-271-0/+1