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

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

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 (17):
  ARM: dts: hip04: Update coresight bindings for replicator
  ARM: dts: hip04: Update coresight bindings for funnel
  ARM: dts: imx7s: Update coresight bindings for replicator
  ARM: dts: imx7s: Update coresight bindings for funnel
  ARM: dts: qcom-apq8064: Update coresight bindings for replicator
  ARM: dts: qcom-apq8064: Update coresight bindings for funnel
  ARM: dts: ste: Update coresight bindings for replicator
  ARM: dts: ste: Update coresight bindings for funnel
  ARM: dts: vexpress-v2p-ca15_a7: Update coresight bindings for
    replicator
  ARM: dts: vexpress-v2p-ca15_a7: Update coresight bindings for funnel
  ARM: dts: qcom-msm8974: Update coresight bindings for funnel
  arm64: dts: hi6220: Update coresight bindings for replicator
  arm64: dts: hi6220: Update coresight bindings for funnel
  arm64: dts: juno: Update coresight bindings for funnel
  arm64: dts: qcom-msm8916: Update coresight bindings for funnel
  arm64: dts: sc9836: Update coresight bindings for funnel
  arm64: dts: sc9860: Update coresight bindings for funnel

 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-05-07 15:32 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07  3:47 [PATCH v1 00/17] dts: Update DT bindings for CoreSight replicator and funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 01/17] ARM: dts: hip04: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 02/17] ARM: dts: hip04: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 03/17] ARM: dts: imx7s: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 04/17] ARM: dts: imx7s: Update coresight bindings for funnel Leo Yan
2019-05-07 10:57   ` Fabio Estevam
2019-05-07 12:34     ` Leo Yan
2019-05-07 12:36       ` Fabio Estevam
2019-05-07 13:17         ` Leo Yan
2019-05-07  3:47 ` [PATCH v1 05/17] ARM: dts: qcom-apq8064: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 06/17] ARM: dts: qcom-apq8064: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 07/17] ARM: dts: ste: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 08/17] ARM: dts: ste: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 09/17] ARM: dts: vexpress-v2p-ca15_a7: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 10/17] ARM: dts: vexpress-v2p-ca15_a7: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 11/17] ARM: dts: qcom-msm8974: " Leo Yan
2019-05-07  3:47 ` [PATCH v1 12/17] arm64: dts: hi6220: Update coresight bindings for replicator Leo Yan
2019-05-07  3:47 ` [PATCH v1 13/17] arm64: dts: hi6220: Update coresight bindings for funnel Leo Yan
2019-05-07  3:47 ` [PATCH v1 14/17] arm64: dts: juno: " Leo Yan
2019-05-07  3:47 ` [PATCH v1 15/17] arm64: dts: qcom-msm8916: " Leo Yan
2019-05-07  3:47 ` [PATCH v1 16/17] arm64: dts: sc9836: " Leo Yan
2019-05-07  8:16   ` Chunyan Zhang
2019-05-07  3:47 ` [PATCH v1 17/17] arm64: dts: sc9860: " Leo Yan
2019-05-07  8:16   ` Chunyan Zhang
2019-05-07  8:27 ` [PATCH v1 00/17] dts: Update DT bindings for CoreSight replicator and funnel Suzuki K Poulose
2019-05-07 10:46   ` Sudeep Holla
2019-05-07 12:16     ` Leo Yan
2019-05-07 13:24       ` Leo Yan
2019-05-07 15:06         ` Suzuki K Poulose
2019-05-07 15:31           ` Leo Yan

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.