summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-stm.c
AgeCommit message (Expand)Author
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-25coresight: stm: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-24coresight: stm: Remove duplicate linux/acpi.h headerJiapeng Chong
2024-04-18ARM: 9375/1: coresight: stm: drop owner assignmentKrzysztof Kozlowski
2024-04-16coresight: stm: Move ACPI support from AMBA driver to platform driverAnshuman Khandual
2024-04-16coresight: stm: Extract device name from AMBA pid based table lookupAnshuman Khandual
2024-02-12coresight: Add helper for setting csdev->modeJames Clark
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark
2024-02-12coresight: Fix uninitialized struct warningsJames Clark
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark
2023-01-19coresight: etmX.X: stm: Remove trace_id() callbackMike Leach
2023-01-19coresight: stm: Update STM driver to use Trace ID APIMike Leach
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark
2022-08-31coresight: Simplify sysfs accessors by using csdev_access abstractionJames Clark
2021-11-16coresight: Use devm_bitmap_zalloc when applicableChristophe JAILLET
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2020-12-08coresight: remove broken __exit annotationsArnd Bergmann
2020-11-27coresight-stm: Fix W=1 warning in STM driverMathieu Poirier
2020-09-28coresight: stm: Allow to build coresight-stm as a moduleTingwei Zhang
2020-09-17coresight: stm: Support marked packetTingwei Zhang
2020-07-21coresight: Drop double check for ACPI companion deviceAndy Shevchenko
2019-06-20coresight: stm: ACPI support for parsing stimulus baseSuzuki K Poulose
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose
2019-06-19coresight: stm: Rearrange probing the stimulus areaSuzuki K Poulose
2019-06-19coresight: stm: Cleanup device specific dataSuzuki K Poulose
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-02-26ARM: 8838/1: drivers: amba: Updates to component identification for driver ma...Mike Leach
2019-02-08coresight: stm: Remove set but not used variable 'res_size'YueHaibing
2018-12-06coresight: fix spelling mistake "deffered" -> "deferred"Colin Ian King
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose
2017-08-28coresight: stm: constify amba_idArvind Yadav
2017-08-28coresight: STM: Clean up __iomem type usageStephen Boyd
2017-08-28coresight: Use the new helper for defining registersSuzuki K Poulose
2017-01-19coresight: STM: Balance enable/disableSuzuki K Poulose
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-11-29coresight: Add support for ARM Coresight STM-500Suzuki K Poulose
2016-11-29coresight: stm: return error code instead of zero in .packet()Chunyan Zhang
2016-11-22coresight: Mark stm_generic_packet() with notraceChunyan Zhang
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier