linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] dts: Update DT bindings for CoreSight replicator and funnel
@ 2019-05-08  2:18 Leo Yan
  2019-05-08  2:18 ` [PATCH v2 01/11] ARM: dts: hip04: Update coresight DT bindings Leo Yan
                   ` (13 more replies)
  0 siblings, 14 replies; 24+ messages in thread
From: Leo Yan @ 2019-05-08  2:18 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Suzuki K Poulose, Mathieu Poirier,
	Mike Leach, Wei Xu, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Andy Gross, David Brown, Linus Walleij, Liviu Dudau,
	Sudeep Holla, Lorenzo Pieralisi, Orson Zhai, Baolin Wang,
	Chunyan Zhang, linux-arm-kernel, devicetree, linux-kernel,
	linux-arm-msm
  Cc: Leo Yan, Guodong Xu, Zhangfei Gao, Haojian Zhuang, Chris Healy,
	Andrew Lunn, Lee Jones, Chunyan Zhang

Since the DT bindings consolidatoins for CoreSight replicator and funnel
is ready for kernel v5.2 merge window [1], this patch set is to update
the related CoreSight DT bindings for platforms; IIUC, this patch set
will be safe for merging into kernel v5.2 because the dependency
patches in [1] will be landed into mainline kernel v5.2 cycle.

In this patch set, it tries to update below two compatible strings to
the latest strings:

  s/"arm,coresight-replicator"/"arm,coresight-static-replicator"
  s/"arm,coresight-funnel"/"arm,coresight-dynamic-funnel"

Please note, some platforms have two continuous patches, one is for
updating static replicator compatible string and another is for dynamic
funnel change; and other platforms have only one patch since it only
needs to change for dynamic funnel.

Avoid to introduce merging confliction, I rebased this patch set on
linux-next branch with last commit fcdb095ad001 ("Add linux-next
specific files for 20190506").

This patch set has been tested on Arm Juno and Hikey620 boards, other
platforms are only compilation passing.

P.s. when use scirpt/checkpatch.pl, it reports the warnings as below. I
think we can ignore this warnings for this patch set, please review if
this makes sense for you.

WARNING: line over 80 characters
#29: FILE: arch/arm/boot/dts/imx7s.dtsi:178:
+                       compatible = "arm,coresight-dynamic-funnel", "arm,primecell";

[1] https://archive.armlinux.org.uk/lurker/message/20190412.102734.2afbb29a.en.html

== Changes for v2 ==
* Add explanation for the change in the commit logs. (Fabio)
* Merge the separate patches for funnel and replicator per DTS into
  a single patch. (Suzuki)


Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Guodong Xu <guodong.xu@linaro.org>
Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Andy Gross <agross@kernel.org>
Cc: David Brown <david.brown@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Chunyan Zhang <zhang.chunyan@linaro.org>
Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Baolin Wang <baolin.wang@linaro.org>


Leo Yan (11):
  ARM: dts: hip04: Update coresight DT bindings
  ARM: dts: imx7s: Update coresight DT bindings
  ARM: dts: qcom-apq8064: Update coresight DT bindings
  ARM: dts: ste: Update coresight DT bindings
  ARM: dts: vexpress-v2p-ca15_a7: Update coresight DT bindings
  ARM: dts: qcom-msm8974: Update coresight DT bindings
  arm64: dts: hi6220: Update coresight DT bindings
  arm64: dts: juno: Update coresight DT bindings
  arm64: dts: qcom-msm8916: Update coresight DT bindings
  arm64: dts: sc9836: Update coresight DT bindings
  arm64: dts: sc9860: Update coresight DT bindings

 arch/arm/boot/dts/hip04.dtsi                   | 18 +++++++++---------
 arch/arm/boot/dts/imx7s.dtsi                   |  6 +++---
 arch/arm/boot/dts/qcom-apq8064.dtsi            |  4 ++--
 arch/arm/boot/dts/qcom-msm8974.dtsi            |  6 +++---
 arch/arm/boot/dts/ste-dbx5x0.dtsi              |  4 ++--
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts     |  4 ++--
 arch/arm64/boot/dts/arm/juno-base.dtsi         |  6 +++---
 arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi      |  4 ++--
 .../boot/dts/hisilicon/hi6220-coresight.dtsi   |  6 +++---
 arch/arm64/boot/dts/qcom/msm8916.dtsi          |  4 ++--
 arch/arm64/boot/dts/sprd/sc9836.dtsi           |  2 +-
 arch/arm64/boot/dts/sprd/sc9860.dtsi           |  8 ++++----
 12 files changed, 36 insertions(+), 36 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-06-24  5:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08  2:18 [PATCH v2 00/11] dts: Update DT bindings for CoreSight replicator and funnel Leo Yan
2019-05-08  2:18 ` [PATCH v2 01/11] ARM: dts: hip04: Update coresight DT bindings Leo Yan
2019-06-19 16:12   ` Wei Xu
2019-05-08  2:18 ` [PATCH v2 02/11] ARM: dts: imx7s: " Leo Yan
2019-05-20  2:33   ` Shawn Guo
2019-05-08  2:18 ` [PATCH v2 03/11] ARM: dts: qcom-apq8064: " Leo Yan
2019-05-08  2:18 ` [PATCH v2 04/11] ARM: dts: ste: " Leo Yan
2019-05-16 12:53   ` Linus Walleij
2019-05-16 13:21     ` Leo Yan
2019-05-27  9:13   ` Linus Walleij
2019-05-08  2:18 ` [PATCH v2 05/11] ARM: dts: vexpress-v2p-ca15_a7: " Leo Yan
2019-05-08  2:18 ` [PATCH v2 06/11] ARM: dts: qcom-msm8974: " Leo Yan
2019-05-08  2:18 ` [PATCH v2 07/11] arm64: dts: hi6220: " Leo Yan
2019-06-19 16:11   ` Wei Xu
2019-05-08  2:18 ` [PATCH v2 08/11] arm64: dts: juno: " Leo Yan
2019-05-08  2:19 ` [PATCH v2 09/11] arm64: dts: qcom-msm8916: " Leo Yan
2019-05-08  2:19 ` [PATCH v2 10/11] arm64: dts: sc9836: " Leo Yan
2019-05-08  2:19 ` [PATCH v2 11/11] arm64: dts: sc9860: " Leo Yan
2019-06-24  5:58   ` Chunyan Zhang
2019-05-08 14:29 ` [PATCH v2 00/11] dts: Update DT bindings for CoreSight replicator and funnel Suzuki K Poulose
2019-05-08 23:17   ` Leo Yan
2019-05-13 15:28 ` Mathieu Poirier
2019-05-29 10:14 ` Leo Yan
2019-05-29 10:20   ` Chunyan Zhang

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).