summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-trbe.c
AgeCommit message (Expand)Author
2021-10-27coresight: trbe: Work around write to out of rangeSuzuki K Poulose
2021-10-27coresight: trbe: Make sure we have enough spaceSuzuki K Poulose
2021-10-27coresight: trbe: Add a helper to determine the minimum buffer sizeSuzuki K Poulose
2021-10-27coresight: trbe: Workaround TRBE errata overwrite in FILL modeSuzuki K Poulose
2021-10-27coresight: trbe: Add infrastructure for Errata handlingSuzuki K Poulose
2021-10-27coresight: trbe: Allow driver to choose a different alignmentSuzuki K Poulose
2021-10-27coresight: trbe: Decouple buffer base from the hardware baseSuzuki K Poulose
2021-10-27coresight: trbe: Add a helper to pad a given buffer areaSuzuki K Poulose
2021-10-27coresight: trbe: Add a helper to calculate the trace generatedSuzuki K Poulose
2021-10-27coresight: trbe: Defer the probe on offline CPUsSuzuki K Poulose
2021-10-27coresight: trbe: Fix incorrect access of the sink specific dataSuzuki K Poulose
2021-10-27coresight: trbe: Prohibit trace before disabling TRBESuzuki K Poulose
2021-10-27coresight: trbe: End the AUX handle on truncationSuzuki K Poulose
2021-10-27coresight: trbe: Do not truncate buffer on IRQSuzuki K Poulose
2021-10-27coresight: trbe: Fix handling of spurious interruptsSuzuki K Poulose
2021-10-27coresight: trbe: irq handler: Do not disable TRBE if no action is neededSuzuki K Poulose
2021-10-27coresight: trbe: Unify the enabling sequenceSuzuki K Poulose
2021-10-27coresight: trbe: Drop duplicate TRUNCATE flagsSuzuki K Poulose
2021-10-27coresight: trbe: Ensure the format flag is always setSuzuki K Poulose
2021-04-13coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()Wei Yongjun
2021-04-06coresight: sink: Add TRBE driverAnshuman Khandual