Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752760AbbEHNMw (ORCPT ); Fri, 8 May 2015 09:12:52 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:34638 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751570AbbEHNMt (ORCPT ); Fri, 8 May 2015 09:12:49 -0400 MIME-Version: 1.0 In-Reply-To: <1431073649.21307.12.camel@mm-sol.com> References: <1430926047-9125-1-git-send-email-mathieu.poirier@linaro.org> <1430926047-9125-2-git-send-email-mathieu.poirier@linaro.org> <1431073649.21307.12.camel@mm-sol.com> Date: Fri, 8 May 2015 07:12:48 -0600 Message-ID: Subject: Re: [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver From: Mathieu Poirier To: "Ivan T. Ivanov" Cc: Greg KH , "linux-arm-kernel@lists.infradead.org" , linux-api@vger.kernel.org, "linux-kernel@vger.kernel.org" , Kaixu Xia , Chunyan Zhang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 35 On 8 May 2015 at 02:27, Ivan T. Ivanov wrote: > > 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. Efforts to push support for the Hi6220 board upstream have been abandoned, hence the decision to remove the entry. Apologies for the inconvenience, I will add it back. Mathieu > > 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/