All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ivan T. Ivanov" <iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
To: Mathieu Poirier
	<mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kaixu.xia-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	zhang.chunyan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
Subject: Re: [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver
Date: Fri, 08 May 2015 11:27:29 +0300	[thread overview]
Message-ID: <1431073649.21307.12.camel@mm-sol.com> (raw)
In-Reply-To: <1430926047-9125-2-git-send-email-mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>


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

WARNING: multiple messages have this Message-ID (diff)
From: iivanov@mm-sol.com (Ivan T. Ivanov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver
Date: Fri, 08 May 2015 11:27:29 +0300	[thread overview]
Message-ID: <1431073649.21307.12.camel@mm-sol.com> (raw)
In-Reply-To: <1430926047-9125-2-git-send-email-mathieu.poirier@linaro.org>


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

WARNING: multiple messages have this Message-ID (diff)
From: "Ivan T. Ivanov" <iivanov@mm-sol.com>
To: Mathieu Poirier <mathieu.poirier@linaro.org>
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
Subject: Re: [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver
Date: Fri, 08 May 2015 11:27:29 +0300	[thread overview]
Message-ID: <1431073649.21307.12.camel@mm-sol.com> (raw)
In-Reply-To: <1430926047-9125-2-git-send-email-mathieu.poirier@linaro.org>


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

  parent reply	other threads:[~2015-05-08  8:27 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 15:27 [PATCH v3 00/11] Support for coresight ETMv4 tracer Mathieu Poirier
2015-05-06 15:27 ` Mathieu Poirier
     [not found] ` <1430926047-9125-1-git-send-email-mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-05-06 15:27   ` [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
     [not found]     ` <1430926047-9125-2-git-send-email-mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-05-08  8:27       ` Ivan T. Ivanov [this message]
2015-05-08  8:27         ` Ivan T. Ivanov
2015-05-08  8:27         ` Ivan T. Ivanov
2015-05-08 13:12         ` Mathieu Poirier
2015-05-08 13:12           ` Mathieu Poirier
2015-05-10 13:37     ` Greg KH
2015-05-10 13:37       ` Greg KH
2015-05-06 15:27   ` [PATCH v3 02/11] coresight-etm4x: Controls pertaining to tracer configuration Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27   ` [PATCH v3 08/11] coresight-etm4x: Controls pertaining to the counter functions Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27   ` [PATCH v3 11/11] coresight-etm4x: Controls pertaining to the VM ID functions Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27     ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 03/11] coresight-etm4x: Controls pertaining to the reset, mode, pe and events Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 04/11] coresight-etm4x: Controls pertaining to various configuration options Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 05/11] coresight-etm4x: Controls pertaining to the ViewInst register Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 06/11] coresight-etm4x: Controls pertaining to the address comparator functions Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 07/11] coresight-etm4x: Controls pertaining to the sequencer functions Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 09/11] coresight-etm4x: Controls pertaining to the selection of resources Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier
2015-05-06 15:27 ` [PATCH v3 10/11] coresight-etm4x: Controls pertaining to the context ID functions Mathieu Poirier
2015-05-06 15:27   ` Mathieu Poirier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431073649.21307.12.camel@mm-sol.com \
    --to=iivanov-neyub+7iv8pqt0dzr+alfa@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=kaixu.xia-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=zhang.chunyan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.