From mboxrd@z Thu Jan 1 00:00:00 1970 From: sudeep.holla@arm.com (Sudeep Holla) Date: Mon, 10 Sep 2018 16:35:19 +0100 Subject: [PATCH v3 0/9] coresight: Update device tree bindings In-Reply-To: References: <1532686537-12380-1-git-send-email-suzuki.poulose@arm.com> <20180730200232.GA31755@xps15> Message-ID: <9e935bd9-1cd1-0fda-3d73-fe2487759a1c@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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