LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] coresight: remove the unnecessary configuration coresight-default-sink
@ 2015-03-09 4:43 Kaixu Xia
2015-03-09 14:45 ` Mathieu Poirier
0 siblings, 1 reply; 2+ messages in thread
From: Kaixu Xia @ 2015-03-09 4:43 UTC (permalink / raw)
To: mathieu.poirier; +Cc: linux-kernel, gregkh, xiakaixu
The judgement of configuration coresight-default-sink has been
removed from the framework. So just remove it from DT and bindings.
Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
---
Documentation/devicetree/bindings/arm/coresight.txt | 1 -
arch/arm/boot/dts/hip04.dtsi | 1 -
arch/arm/boot/dts/omap3-beagle-xm.dts | 1 -
arch/arm/boot/dts/omap3-beagle.dts | 1 -
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 1 -
5 files changed, 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt
index a308935..88602b7 100644
--- a/Documentation/devicetree/bindings/arm/coresight.txt
+++ b/Documentation/devicetree/bindings/arm/coresight.txt
@@ -61,7 +61,6 @@ Example:
compatible = "arm,coresight-etb10", "arm,primecell";
reg = <0 0x20010000 0 0x1000>;
- coresight-default-sink;
clocks = <&oscclk6a>;
clock-names = "apb_pclk";
port {
diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi
index 2388145..44044f2 100644
--- a/arch/arm/boot/dts/hip04.dtsi
+++ b/arch/arm/boot/dts/hip04.dtsi
@@ -275,7 +275,6 @@
compatible = "arm,coresight-etb10", "arm,primecell";
reg = <0 0xe3c42000 0 0x1000>;
- coresight-default-sink;
clocks = <&clk_375m>;
clock-names = "apb_pclk";
port {
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 25f7b0a..8cdca51 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -150,7 +150,6 @@
compatible = "arm,coresight-etb10", "arm,primecell";
reg = <0x5401b000 0x1000>;
- coresight-default-sink;
clocks = <&emu_src_ck>;
clock-names = "apb_pclk";
port {
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index c792391..6d4c46b 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -145,7 +145,6 @@
compatible = "arm,coresight-etb10", "arm,primecell";
reg = <0x5401b000 0x1000>;
- coresight-default-sink;
clocks = <&emu_src_ck>;
clock-names = "apb_pclk";
port {
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
index 33920df..7a2aeac 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
@@ -362,7 +362,6 @@
compatible = "arm,coresight-etb10", "arm,primecell";
reg = <0 0x20010000 0 0x1000>;
- coresight-default-sink;
clocks = <&oscclk6a>;
clock-names = "apb_pclk";
port {
--
1.8.5.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] coresight: remove the unnecessary configuration coresight-default-sink
2015-03-09 4:43 [PATCH] coresight: remove the unnecessary configuration coresight-default-sink Kaixu Xia
@ 2015-03-09 14:45 ` Mathieu Poirier
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Poirier @ 2015-03-09 14:45 UTC (permalink / raw)
To: Kaixu Xia; +Cc: linux-kernel, Greg KH
On 8 March 2015 at 22:43, Kaixu Xia <xiakaixu@huawei.com> wrote:
> The judgement of configuration coresight-default-sink has been
> removed from the framework. So just remove it from DT and bindings.
>
> Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
> ---
> Documentation/devicetree/bindings/arm/coresight.txt | 1 -
> arch/arm/boot/dts/hip04.dtsi | 1 -
> arch/arm/boot/dts/omap3-beagle-xm.dts | 1 -
> arch/arm/boot/dts/omap3-beagle.dts | 1 -
> arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 1 -
> 5 files changed, 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt
> index a308935..88602b7 100644
> --- a/Documentation/devicetree/bindings/arm/coresight.txt
> +++ b/Documentation/devicetree/bindings/arm/coresight.txt
> @@ -61,7 +61,6 @@ Example:
> compatible = "arm,coresight-etb10", "arm,primecell";
> reg = <0 0x20010000 0 0x1000>;
>
> - coresight-default-sink;
> clocks = <&oscclk6a>;
> clock-names = "apb_pclk";
> port {
> diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi
> index 2388145..44044f2 100644
> --- a/arch/arm/boot/dts/hip04.dtsi
> +++ b/arch/arm/boot/dts/hip04.dtsi
> @@ -275,7 +275,6 @@
> compatible = "arm,coresight-etb10", "arm,primecell";
> reg = <0 0xe3c42000 0 0x1000>;
>
> - coresight-default-sink;
> clocks = <&clk_375m>;
> clock-names = "apb_pclk";
> port {
> diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
> index 25f7b0a..8cdca51 100644
> --- a/arch/arm/boot/dts/omap3-beagle-xm.dts
> +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
> @@ -150,7 +150,6 @@
> compatible = "arm,coresight-etb10", "arm,primecell";
> reg = <0x5401b000 0x1000>;
>
> - coresight-default-sink;
> clocks = <&emu_src_ck>;
> clock-names = "apb_pclk";
> port {
> diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
> index c792391..6d4c46b 100644
> --- a/arch/arm/boot/dts/omap3-beagle.dts
> +++ b/arch/arm/boot/dts/omap3-beagle.dts
> @@ -145,7 +145,6 @@
> compatible = "arm,coresight-etb10", "arm,primecell";
> reg = <0x5401b000 0x1000>;
>
> - coresight-default-sink;
> clocks = <&emu_src_ck>;
> clock-names = "apb_pclk";
> port {
> diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> index 33920df..7a2aeac 100644
> --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
> @@ -362,7 +362,6 @@
> compatible = "arm,coresight-etb10", "arm,primecell";
> reg = <0 0x20010000 0 0x1000>;
>
> - coresight-default-sink;
> clocks = <&oscclk6a>;
> clock-names = "apb_pclk";
> port {
> --
> 1.8.5.5
>
Applied - with a slight modification of the commit log.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-09 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 4:43 [PATCH] coresight: remove the unnecessary configuration coresight-default-sink Kaixu Xia
2015-03-09 14:45 ` 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).