Re: [PATCH] coresight: remove the unnecessary replicator property

2015-01-13 Thread Mathieu Poirier
On 12 January 2015 at 02:29, Kaixu Xia  wrote:
> Now we use the device name to identify replicator instead
> of a unique number, so just remove it.
>
> Signed-off-by: Kaixu Xia 
> ---
>  Documentation/devicetree/bindings/arm/coresight.txt | 4 
>  1 file changed, 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/coresight.txt 
> b/Documentation/devicetree/bindings/arm/coresight.txt
> index d790f49..a308935 100644
> --- a/Documentation/devicetree/bindings/arm/coresight.txt
> +++ b/Documentation/devicetree/bindings/arm/coresight.txt
> @@ -38,8 +38,6 @@ its hardware characteristcs.
>   AMBA markee):
> - "arm,coresight-replicator"
>
> -   * id: a unique number that will identify this replicator.
> -
> * port or ports: same as above.
>
>  * Optional properties for ETM/PTMs:
> @@ -94,8 +92,6 @@ Example:
>  * AMBA bus.  As such no need to add "arm,primecell".
>  */
> compatible = "arm,coresight-replicator";
> -   /* this will show up in debugfs as "0.replicator" */
> -   id = <0>;
>
> ports {
> #address-cells = <1>;
> --
> 1.8.5.5
>

Applied - thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] coresight: remove the unnecessary replicator property

2015-01-13 Thread Mathieu Poirier
On 12 January 2015 at 02:29, Kaixu Xia xiaka...@huawei.com wrote:
 Now we use the device name to identify replicator instead
 of a unique number, so just remove it.

 Signed-off-by: Kaixu Xia xiaka...@huawei.com
 ---
  Documentation/devicetree/bindings/arm/coresight.txt | 4 
  1 file changed, 4 deletions(-)

 diff --git a/Documentation/devicetree/bindings/arm/coresight.txt 
 b/Documentation/devicetree/bindings/arm/coresight.txt
 index d790f49..a308935 100644
 --- a/Documentation/devicetree/bindings/arm/coresight.txt
 +++ b/Documentation/devicetree/bindings/arm/coresight.txt
 @@ -38,8 +38,6 @@ its hardware characteristcs.
   AMBA markee):
 - arm,coresight-replicator

 -   * id: a unique number that will identify this replicator.
 -
 * port or ports: same as above.

  * Optional properties for ETM/PTMs:
 @@ -94,8 +92,6 @@ Example:
  * AMBA bus.  As such no need to add arm,primecell.
  */
 compatible = arm,coresight-replicator;
 -   /* this will show up in debugfs as 0.replicator */
 -   id = 0;

 ports {
 #address-cells = 1;
 --
 1.8.5.5


Applied - thanks.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] coresight: remove the unnecessary replicator property

2015-01-12 Thread Kaixu Xia
Now we use the device name to identify replicator instead
of a unique number, so just remove it.

Signed-off-by: Kaixu Xia 
---
 Documentation/devicetree/bindings/arm/coresight.txt | 4 
 1 file changed, 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/coresight.txt 
b/Documentation/devicetree/bindings/arm/coresight.txt
index d790f49..a308935 100644
--- a/Documentation/devicetree/bindings/arm/coresight.txt
+++ b/Documentation/devicetree/bindings/arm/coresight.txt
@@ -38,8 +38,6 @@ its hardware characteristcs.
  AMBA markee):
- "arm,coresight-replicator"
 
-   * id: a unique number that will identify this replicator.
-
* port or ports: same as above.
 
 * Optional properties for ETM/PTMs:
@@ -94,8 +92,6 @@ Example:
 * AMBA bus.  As such no need to add "arm,primecell".
 */
compatible = "arm,coresight-replicator";
-   /* this will show up in debugfs as "0.replicator" */
-   id = <0>;
 
ports {
#address-cells = <1>;
-- 
1.8.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] coresight: remove the unnecessary replicator property

2015-01-12 Thread Kaixu Xia
Now we use the device name to identify replicator instead
of a unique number, so just remove it.

Signed-off-by: Kaixu Xia xiaka...@huawei.com
---
 Documentation/devicetree/bindings/arm/coresight.txt | 4 
 1 file changed, 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/coresight.txt 
b/Documentation/devicetree/bindings/arm/coresight.txt
index d790f49..a308935 100644
--- a/Documentation/devicetree/bindings/arm/coresight.txt
+++ b/Documentation/devicetree/bindings/arm/coresight.txt
@@ -38,8 +38,6 @@ its hardware characteristcs.
  AMBA markee):
- arm,coresight-replicator
 
-   * id: a unique number that will identify this replicator.
-
* port or ports: same as above.
 
 * Optional properties for ETM/PTMs:
@@ -94,8 +92,6 @@ Example:
 * AMBA bus.  As such no need to add arm,primecell.
 */
compatible = arm,coresight-replicator;
-   /* this will show up in debugfs as 0.replicator */
-   id = 0;
 
ports {
#address-cells = 1;
-- 
1.8.5.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/