All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] coresight: trbe: Workaround Cortex-A510 erratas
@ 2022-01-05  5:05 ` Anshuman Khandual
  0 siblings, 0 replies; 30+ messages in thread
From: Anshuman Khandual @ 2022-01-05  5:05 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Anshuman Khandual, Catalin Marinas, Will Deacon, Mathieu Poirier,
	Suzuki Poulose, coresight, linux-doc, linux-kernel

	This series adds three different workarounds in the TRBE driver for
Cortex-A510 specific erratas. But first, this adds Cortex-A510 specific cpu
part number definition in the platform. This series applies on 5.16-rc8.

Relevant errata documents can be found here.

https://developer.arm.com/documentation/SDEN2397239/900
https://developer.arm.com/documentation/SDEN2397589/900

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki Poulose <suzuki.poulose@arm.com>
Cc: coresight@lists.linaro.org
Cc: linux-doc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org

Anshuman Khandual (4):
  arm64: Add Cortex-A510 CPU part definition
  coresight: trbe: Work around the ignored system register writes
  coresight: trbe: Work around the invalid prohibited states
  coresight: trbe: Workaround TRBE trace data corruption

 Documentation/arm64/silicon-errata.rst       |   6 +
 arch/arm64/Kconfig                           |  57 ++++++++++
 arch/arm64/include/asm/cputype.h             |   2 +
 arch/arm64/kernel/cpu_errata.c               |  27 +++++
 arch/arm64/tools/cpucaps                     |   3 +
 drivers/hwtracing/coresight/coresight-trbe.c | 111 ++++++++++++++-----
 drivers/hwtracing/coresight/coresight-trbe.h |   8 --
 7 files changed, 181 insertions(+), 33 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-01-06  9:41 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  5:05 [PATCH 0/4] coresight: trbe: Workaround Cortex-A510 erratas Anshuman Khandual
2022-01-05  5:05 ` Anshuman Khandual
2022-01-05  5:05 ` [PATCH 1/4] arm64: Add Cortex-A510 CPU part definition Anshuman Khandual
2022-01-05  5:05   ` Anshuman Khandual
2022-01-05 10:05   ` Suzuki K Poulose
2022-01-05 10:05     ` Suzuki K Poulose
2022-01-05  5:05 ` [PATCH 2/4] coresight: trbe: Work around the ignored system register writes Anshuman Khandual
2022-01-05  5:05   ` Anshuman Khandual
2022-01-05 10:01   ` Suzuki K Poulose
2022-01-05 10:01     ` Suzuki K Poulose
2022-01-05 10:51     ` Anshuman Khandual
2022-01-05 10:51       ` Anshuman Khandual
2022-01-05  5:05 ` [PATCH 3/4] coresight: trbe: Work around the invalid prohibited states Anshuman Khandual
2022-01-05  5:05   ` Anshuman Khandual
2022-01-05 10:13   ` Suzuki K Poulose
2022-01-05 10:13     ` Suzuki K Poulose
2022-01-05 11:16     ` Anshuman Khandual
2022-01-05 11:16       ` Anshuman Khandual
2022-01-05 13:54       ` Suzuki K Poulose
2022-01-05 13:54         ` Suzuki K Poulose
2022-01-06  9:10         ` Anshuman Khandual
2022-01-06  9:10           ` Anshuman Khandual
2022-01-06  9:40           ` Suzuki K Poulose
2022-01-06  9:40             ` Suzuki K Poulose
2022-01-05  5:05 ` [PATCH 4/4] coresight: trbe: Workaround TRBE trace data corruption Anshuman Khandual
2022-01-05  5:05   ` Anshuman Khandual
2022-01-05 11:59   ` Suzuki K Poulose
2022-01-05 11:59     ` Suzuki K Poulose
2022-01-05 12:39     ` Anshuman Khandual
2022-01-05 12:39       ` Anshuman Khandual

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.