On Tue, Sep 17, 2019 at 01:37:10PM -0600, Mathieu Poirier wrote:
Hi Andrew,
On Fri, 13 Sep 2019 at 05:53, Andrew Murray andrew.murray@arm.com wrote:
[...]
Andrew Murray (3): coresight: etm4x: save/restore state across CPU low power states dt-bindings: arm: coresight: Add support for coresight-loses-context-with-cpu
I have picked-up patches 1 and 2. As per the conversation we had in Cambridge where we kept finding ways to break things when dealing with an external agent, I have not applied the 3 patch.
Thanks for the picking these up. No worries about patch 3.
Thanks,
Andrew Murray
Thanks, Mathieu
coresight: etm4x: save/restore state for external agents
.../devicetree/bindings/arm/coresight.txt | 9 + drivers/hwtracing/coresight/coresight-etm4x.c | 351 +++++++++++++++++- drivers/hwtracing/coresight/coresight-etm4x.h | 64 ++++ drivers/hwtracing/coresight/coresight.c | 8 +- include/linux/coresight.h | 13 + 5 files changed, 443 insertions(+), 2 deletions(-)
-- 2.21.0