From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Murray Subject: Re: [PATCH v6 0/3] coresight: etm4x: save/restore ETMv4 context across CPU low power states Date: Wed, 18 Sep 2019 09:36:01 +0100 Message-ID: <20190918083601.GX9720@e119886-lin.cambridge.arm.com> References: <20190913115312.12943-1-andrew.murray@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Mathieu Poirier Cc: Mark Rutland , devicetree@vger.kernel.org, Al Grant , Suzuki K Poulose , Alexander Shishkin , Coresight ML , Leo Yan , Rob Herring , Sudeep Holla , linux-arm-kernel , Mike Leach List-Id: devicetree@vger.kernel.org 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 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 > >