Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752166AbbEHI1h (ORCPT ); Fri, 8 May 2015 04:27:37 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:45180 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbbEHI1e (ORCPT ); Fri, 8 May 2015 04:27:34 -0400 Message-ID: <1431073649.21307.12.camel@mm-sol.com> Subject: Re: [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver From: "Ivan T. Ivanov" To: Mathieu Poirier Cc: gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, kaixu.xia@linaro.org, zhang.chunyan@linaro.org Date: Fri, 08 May 2015 11:27:29 +0300 In-Reply-To: <1430926047-9125-2-git-send-email-mathieu.poirier@linaro.org> References: <1430926047-9125-1-git-send-email-mathieu.poirier@linaro.org> <1430926047-9125-2-git-send-email-mathieu.poirier@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.13.7-fta1.2~trusty Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 27 Hi Mathieu, On Wed, 2015-05-06 at 09:27 -0600, Mathieu Poirier wrote: > > +static struct amba_id etm4_ids[] = { > + { /* ETM 4.0 - Juno board */ > + .id = 0x000bb95e, > + .mask = 0x000fffff, > + .data = "ETM 4.0", > + }, > + { 0, 0}, > +}; > + > Any particular reason to remove device ID for the Hi6220 board? It happens to be the same ID used in Qualcomm 8x16 ETM components. Regards, Ivan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/