All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: Mathieu Poirier <mathieu.poirier@linaro.org>,
	"Suzuki K. Poulose" <suzuki.poulose@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Mike Leach <mike.leach@linaro.org>,
	Robert Walker <robert.walker@arm.com>,
	coresight@lists.linaro.org, Rob Herring <robh@kernel.org>,
	Frank Rowand <frowand.list@gmail.com>,
	devicetree@vger.kernel.org, Matt Sealey <matt.sealey@arm.com>,
	Charles Garcia-Tobin <charles.garcia-tobin@arm.com>,
	John Horley <john.horley@arm.com>, Al Grant <al.grant@arm.com>
Subject: Re: [PATCH v3 0/9] coresight: Update device tree bindings
Date: Mon, 10 Sep 2018 16:35:19 +0100	[thread overview]
Message-ID: <9e935bd9-1cd1-0fda-3d73-fe2487759a1c@arm.com> (raw)
In-Reply-To: <CANLsYkzBfCydwDO-KyDub4X=GTy_dtv-478RyMReBEH6VybSAg@mail.gmail.com>

Hi Mathieu,

On 31/07/18 16:06, Mathieu Poirier wrote:
> [...]
> 
>>>
>>> Suzuki K Poulose (9):
>>>   coresight: Document error handling in coresight_register
>>>   coresight: platform: Refactor graph endpoint parsing
>>>   coresight: platform: Fix refcounting for graph nodes
>>>   coresight: platform: Fix leaking device reference
>>>   coresight: Fix remote endpoint parsing
>>>   coresight: Add helper to check if the endpoint is input
>>>   coresight: platform: Cleanup coresight connection handling
>>>   coresight: Cleanup coresight DT bindings
>>>   dts: juno: Update coresight bindings
>>>
>>>  .../devicetree/bindings/arm/coresight.txt          |  95 +++++---
>>>  arch/arm64/boot/dts/arm/juno-base.dtsi             | 161 ++++++------
>>>  arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi          |  52 ++--
>>>  arch/arm64/boot/dts/arm/juno.dts                   |  13 +-
>>>  drivers/hwtracing/coresight/coresight.c            |  35 +--
>>>  drivers/hwtracing/coresight/of_coresight.c         | 269 ++++++++++++++-------
>>>  include/linux/coresight.h                          |   9 +-
>>>  7 files changed, 359 insertions(+), 275 deletions(-)
>>>
>>
>> Good day,
>>
>> I have applied patches 1 to 7.  I will wait for Rob's ACK before doing the same
>> with 8 and 9.
> 
> I just applied patch 8 and 9.
> 
Sorry for the delay, but ARM SoC expects all the DTS changes to go via
their tree. Please drop patch 9, I will route via ARM-SoC.

-- 
Regards,
Sudeep

WARNING: multiple messages have this Message-ID (diff)
From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] coresight: Update device tree bindings
Date: Mon, 10 Sep 2018 16:35:19 +0100	[thread overview]
Message-ID: <9e935bd9-1cd1-0fda-3d73-fe2487759a1c@arm.com> (raw)
In-Reply-To: <CANLsYkzBfCydwDO-KyDub4X=GTy_dtv-478RyMReBEH6VybSAg@mail.gmail.com>

Hi Mathieu,

On 31/07/18 16:06, Mathieu Poirier wrote:
> [...]
> 
>>>
>>> Suzuki K Poulose (9):
>>>   coresight: Document error handling in coresight_register
>>>   coresight: platform: Refactor graph endpoint parsing
>>>   coresight: platform: Fix refcounting for graph nodes
>>>   coresight: platform: Fix leaking device reference
>>>   coresight: Fix remote endpoint parsing
>>>   coresight: Add helper to check if the endpoint is input
>>>   coresight: platform: Cleanup coresight connection handling
>>>   coresight: Cleanup coresight DT bindings
>>>   dts: juno: Update coresight bindings
>>>
>>>  .../devicetree/bindings/arm/coresight.txt          |  95 +++++---
>>>  arch/arm64/boot/dts/arm/juno-base.dtsi             | 161 ++++++------
>>>  arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi          |  52 ++--
>>>  arch/arm64/boot/dts/arm/juno.dts                   |  13 +-
>>>  drivers/hwtracing/coresight/coresight.c            |  35 +--
>>>  drivers/hwtracing/coresight/of_coresight.c         | 269 ++++++++++++++-------
>>>  include/linux/coresight.h                          |   9 +-
>>>  7 files changed, 359 insertions(+), 275 deletions(-)
>>>
>>
>> Good day,
>>
>> I have applied patches 1 to 7.  I will wait for Rob's ACK before doing the same
>> with 8 and 9.
> 
> I just applied patch 8 and 9.
> 
Sorry for the delay, but ARM SoC expects all the DTS changes to go via
their tree. Please drop patch 9, I will route via ARM-SoC.

-- 
Regards,
Sudeep

  reply	other threads:[~2018-09-10 15:35 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-27 10:15 [PATCH v3 0/9] coresight: Update device tree bindings Suzuki K Poulose
2018-07-27 10:15 ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 1/9] coresight: Document error handling in coresight_register Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 2/9] coresight: platform: Refactor graph endpoint parsing Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 3/9] coresight: platform: Fix refcounting for graph nodes Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 4/9] coresight: platform: Fix leaking device reference Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 5/9] coresight: Fix remote endpoint parsing Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 6/9] coresight: Add helper to check if the endpoint is input Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 7/9] coresight: platform: Cleanup coresight connection handling Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:15 ` [PATCH v3 8/9] coresight: Cleanup coresight DT bindings Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-30 23:13   ` Rob Herring
2018-07-30 23:13     ` Rob Herring
2018-07-27 10:15 ` [PATCH v3 9/9] dts: juno: Update coresight bindings Suzuki K Poulose
2018-07-27 10:15   ` Suzuki K Poulose
2018-07-27 10:17   ` Liviu Dudau
2018-07-27 10:17     ` Liviu Dudau
2018-07-30 23:14   ` Rob Herring
2018-07-30 23:14     ` Rob Herring
2018-07-30 20:02 ` [PATCH v3 0/9] coresight: Update device tree bindings Mathieu Poirier
2018-07-30 20:02   ` Mathieu Poirier
2018-07-31 15:06   ` Mathieu Poirier
2018-07-31 15:06     ` Mathieu Poirier
2018-09-10 15:35     ` Sudeep Holla [this message]
2018-09-10 15:35       ` Sudeep Holla
2018-09-10 15:49       ` Mathieu Poirier
2018-09-10 15:49         ` 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=9e935bd9-1cd1-0fda-3d73-fe2487759a1c@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=al.grant@arm.com \
    --cc=charles.garcia-tobin@arm.com \
    --cc=coresight@lists.linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=john.horley@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=matt.sealey@arm.com \
    --cc=mike.leach@linaro.org \
    --cc=robert.walker@arm.com \
    --cc=robh@kernel.org \
    --cc=suzuki.poulose@arm.com \
    /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.