linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
@ 2015-05-25  8:15 Ivan T. Ivanov
  2015-05-25 18:21 ` Mathieu Poirier
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan T. Ivanov @ 2015-05-25  8:15 UTC (permalink / raw)
  To: Mathieu Poirier; +Cc: linux-arm-kernel, linux-kernel, linux-arm-msm

Add Qualcomm's PTM v1.1 peripheral ID to supported devices.
This device could be found at least in MSM8974 and APQ8064
chipsets.

Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
---

Changes since v1:

- s/PFT/PTM/ to describe device and not protocol implementation

 drivers/hwtracing/coresight/coresight-etm3x.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/hwtracing/coresight/coresight-etm3x.c b/drivers/hwtracing/coresight/coresight-etm3x.c
index 018a00f..cca98a8 100644
--- a/drivers/hwtracing/coresight/coresight-etm3x.c
+++ b/drivers/hwtracing/coresight/coresight-etm3x.c
@@ -1912,6 +1912,11 @@ static struct amba_id etm_ids[] = {
 		.mask	= 0x0003ffff,
 		.data	= "PTM 1.1",
 	},
+	{	/* PTM 1.1 Qualcomm */
+		.id	= 0x0003006f,
+		.mask	= 0x0003ffff,
+		.data	= "PTM 1.1",
+	},
 	{ 0, 0},
 };

--
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
  2015-05-25  8:15 [PATCH v2] coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID Ivan T. Ivanov
@ 2015-05-25 18:21 ` Mathieu Poirier
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Poirier @ 2015-05-25 18:21 UTC (permalink / raw)
  To: Ivan T. Ivanov; +Cc: linux-arm-kernel, linux-kernel, linux-arm-msm

On 25 May 2015 at 02:15, Ivan T. Ivanov <ivan.ivanov@linaro.org> wrote:
> Add Qualcomm's PTM v1.1 peripheral ID to supported devices.
> This device could be found at least in MSM8974 and APQ8064
> chipsets.
>
> Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
> ---
>
> Changes since v1:
>
> - s/PFT/PTM/ to describe device and not protocol implementation
>
>  drivers/hwtracing/coresight/coresight-etm3x.c | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/drivers/hwtracing/coresight/coresight-etm3x.c b/drivers/hwtracing/coresight/coresight-etm3x.c
> index 018a00f..cca98a8 100644
> --- a/drivers/hwtracing/coresight/coresight-etm3x.c
> +++ b/drivers/hwtracing/coresight/coresight-etm3x.c
> @@ -1912,6 +1912,11 @@ static struct amba_id etm_ids[] = {
>                 .mask   = 0x0003ffff,
>                 .data   = "PTM 1.1",
>         },
> +       {       /* PTM 1.1 Qualcomm */
> +               .id     = 0x0003006f,
> +               .mask   = 0x0003ffff,
> +               .data   = "PTM 1.1",
> +       },
>         { 0, 0},
>  };
>
> --
> 1.9.1
>

Applied - thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-25 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-25  8:15 [PATCH v2] coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID Ivan T. Ivanov
2015-05-25 18:21 ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).