From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753509AbcD1JOR (ORCPT ); Thu, 28 Apr 2016 05:14:17 -0400 Received: from foss.arm.com ([217.140.101.70]:41428 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753365AbcD1JOP (ORCPT ); Thu, 28 Apr 2016 05:14:15 -0400 Subject: Re: [PATCH V4.1 16/17] coresight: tmc: implementing TMC-ETF AUX space API To: Mathieu Poirier , linux-arm-kernel@lists.infradead.org References: <1461780220-29298-1-git-send-email-mathieu.poirier@linaro.org> Cc: linux-kernel@vger.kernel.org From: Suzuki K Poulose Message-ID: <5721D463.4040608@arm.com> Date: Thu, 28 Apr 2016 10:14:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1461780220-29298-1-git-send-email-mathieu.poirier@linaro.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/04/16 19:03, Mathieu Poirier wrote: > This patch implement the AUX area interfaces required to > use the TMC (configured as an ETF) from the Perf sub-system. > > The heuristic is heavily borrowed from the ETB10 implementation. > > Signed-off-by: Mathieu Poirier Reviewed-by: Suzuki K Poulose