linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v4 1/3] dt-bindings: arm: realtek: Convert comments to descriptions
       [not found] ` <20200622125527.24207-2-afaerber@suse.de>
@ 2020-07-09 23:14   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-07-09 23:14 UTC (permalink / raw)
  To: Andreas Färber
  Cc: devicetree, Rob Herring, linux-kernel, linux-arm-kernel,
	linux-realtek-soc

On Mon, 22 Jun 2020 14:55:24 +0200, Andreas Färber wrote:
> Turn the SoC-level comments into description properties.
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  v4: New
> 
>  .../devicetree/bindings/arm/realtek.yaml      | 24 +++++++++----------
>  1 file changed, 12 insertions(+), 12 deletions(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
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] 3+ messages in thread

* Re: [PATCH v4 2/3] dt-bindings: arm: realtek: Document RTD1319 and Realtek Pym Particles EVB
       [not found] ` <20200622125527.24207-3-afaerber@suse.de>
@ 2020-07-09 23:14   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-07-09 23:14 UTC (permalink / raw)
  To: Andreas Färber
  Cc: devicetree, James Tai, linux-realtek-soc, linux-kernel,
	Rob Herring, linux-arm-kernel

On Mon, 22 Jun 2020 14:55:25 +0200, Andreas Färber wrote:
> From: James Tai <james.tai@realtek.com>
> 
> Define compatible strings for Realtek RTD1319 SoC and Realtek Pym Particles
> EVB.
> 
> Signed-off-by: James Tai <james.tai@realtek.com>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  v3 -> v4:
>  * Renamed compatible from pymparticle to pym-particles
>  * Turned SoC comment into description
> 
>  v2 -> v3: Unchanged
> 
>  v1 -> v2:
>  * Put string in alphabetical order
> 
>  Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
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] 3+ messages in thread

* RE: [PATCH v4 2/3] dt-bindings: arm: realtek: Document RTD1319 and Realtek Pym Particles EVB
       [not found] ` <20200620233227.31585-3-afaerber@suse.de>
@ 2020-06-27  6:46   ` James Tai [戴志峰]
  0 siblings, 0 replies; 3+ messages in thread
From: James Tai [戴志峰] @ 2020-06-27  6:46 UTC (permalink / raw)
  To: Andreas Färber, linux-realtek-soc
  Cc: devicetree, Rob Herring, linux-kernel, linux-arm-kernel

> -----Original Message-----
> From: Andreas Färber <afaerber@suse.de>
> Sent: Sunday, June 21, 2020 7:32 AM
> To: linux-realtek-soc@lists.infradead.org
> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; James
> Tai [戴志峰] <james.tai@realtek.com>; Andreas Färber <afaerber@suse.de>;
> Rob Herring <robh+dt@kernel.org>; devicetree@vger.kernel.org
> Subject: [PATCH v4 2/3] dt-bindings: arm: realtek: Document RTD1319 and
> Realtek Pym Particles EVB
> 
> From: James Tai <james.tai@realtek.com>
> 
> Define compatible strings for Realtek RTD1319 SoC and Realtek Pym Particles
> EVB.
> 
> Signed-off-by: James Tai <james.tai@realtek.com>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  v3 -> v4:
>  * Renamed compatible from pymparticle to pym-particles
>  * Turned SoC comment into description
> 
>  v2 -> v3: Unchanged
> 
>  v1 -> v2:
>  * Put string in alphabetical order
> 
>  Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml
> b/Documentation/devicetree/bindings/arm/realtek.yaml
> index 0b388016bbcd..e36e87df3521 100644
> --- a/Documentation/devicetree/bindings/arm/realtek.yaml
> +++ b/Documentation/devicetree/bindings/arm/realtek.yaml
> @@ -42,6 +42,12 @@ properties:
>                - synology,ds418 # Synology DiskStation DS418
>            - const: realtek,rtd1296
> 
> +      - description: RTD1319 SoC based boards
> +        items:
> +          - enum:
> +              - realtek,pym-particles # Realtek Pym Particles EVB
> +          - const: realtek,rtd1319
> +
>        - description: RTD1395 SoC based boards
>          items:
>            - enum:
> --
> 2.26.2

Acked-by: James Tai <james.tai@realtek.com>

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2020-07-09 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200622125527.24207-1-afaerber@suse.de>
     [not found] ` <20200622125527.24207-2-afaerber@suse.de>
2020-07-09 23:14   ` [PATCH v4 1/3] dt-bindings: arm: realtek: Convert comments to descriptions Rob Herring
     [not found] ` <20200622125527.24207-3-afaerber@suse.de>
2020-07-09 23:14   ` [PATCH v4 2/3] dt-bindings: arm: realtek: Document RTD1319 and Realtek Pym Particles EVB Rob Herring
     [not found] <20200620233227.31585-1-afaerber@suse.de>
     [not found] ` <20200620233227.31585-3-afaerber@suse.de>
2020-06-27  6:46   ` James Tai [戴志峰]

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