linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] dt-bindings: property-units: Add picoseconds type
@ 2020-06-02 16:42 Dan Murphy
  2020-06-11 19:46 ` Dan Murphy
  2020-06-15 16:17 ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Murphy @ 2020-06-02 16:42 UTC (permalink / raw)
  To: robh; +Cc: linux-kernel, devicetree, Dan Murphy

Add the '-ps' picosecond unit suffix for property names.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 Documentation/devicetree/bindings/property-units.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
index e9b8360b3288..00094070bdac 100644
--- a/Documentation/devicetree/bindings/property-units.txt
+++ b/Documentation/devicetree/bindings/property-units.txt
@@ -17,6 +17,7 @@ Time/Frequency
 -ms		: millisecond
 -us		: microsecond
 -ns		: nanosecond
+-ps		: picosecond
 
 Distance
 ----------------------------------------
-- 
2.26.2


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

* Re: [RESEND PATCH] dt-bindings: property-units: Add picoseconds type
  2020-06-02 16:42 [RESEND PATCH] dt-bindings: property-units: Add picoseconds type Dan Murphy
@ 2020-06-11 19:46 ` Dan Murphy
  2020-06-12 22:17   ` Rob Herring
  2020-06-15 16:17 ` Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2020-06-11 19:46 UTC (permalink / raw)
  To: robh; +Cc: linux-kernel, devicetree

Bump

On 6/2/20 11:42 AM, Dan Murphy wrote:
> Add the '-ps' picosecond unit suffix for property names.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>   Documentation/devicetree/bindings/property-units.txt | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
> index e9b8360b3288..00094070bdac 100644
> --- a/Documentation/devicetree/bindings/property-units.txt
> +++ b/Documentation/devicetree/bindings/property-units.txt
> @@ -17,6 +17,7 @@ Time/Frequency
>   -ms		: millisecond
>   -us		: microsecond
>   -ns		: nanosecond
> +-ps		: picosecond
>   
>   Distance
>   ----------------------------------------

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

* Re: [RESEND PATCH] dt-bindings: property-units: Add picoseconds type
  2020-06-11 19:46 ` Dan Murphy
@ 2020-06-12 22:17   ` Rob Herring
  2020-06-12 23:25     ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2020-06-12 22:17 UTC (permalink / raw)
  To: Dan Murphy; +Cc: linux-kernel, devicetree

On Thu, Jun 11, 2020 at 02:46:28PM -0500, Dan Murphy wrote:
> Bump

Merge window. Will apply when over.

> 
> On 6/2/20 11:42 AM, Dan Murphy wrote:
> > Add the '-ps' picosecond unit suffix for property names.
> > 
> > Signed-off-by: Dan Murphy <dmurphy@ti.com>
> > ---
> >   Documentation/devicetree/bindings/property-units.txt | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
> > index e9b8360b3288..00094070bdac 100644
> > --- a/Documentation/devicetree/bindings/property-units.txt
> > +++ b/Documentation/devicetree/bindings/property-units.txt
> > @@ -17,6 +17,7 @@ Time/Frequency
> >   -ms		: millisecond
> >   -us		: microsecond
> >   -ns		: nanosecond
> > +-ps		: picosecond
> >   Distance
> >   ----------------------------------------

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

* Re: [RESEND PATCH] dt-bindings: property-units: Add picoseconds type
  2020-06-12 22:17   ` Rob Herring
@ 2020-06-12 23:25     ` Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2020-06-12 23:25 UTC (permalink / raw)
  To: Rob Herring; +Cc: linux-kernel, devicetree

Rob

On 6/12/20 5:17 PM, Rob Herring wrote:
> On Thu, Jun 11, 2020 at 02:46:28PM -0500, Dan Murphy wrote:
>> Bump
> Merge window. Will apply when over.

No worries.  Just wanted to make sure it was seen and not lost.

Dan


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

* Re: [RESEND PATCH] dt-bindings: property-units: Add picoseconds type
  2020-06-02 16:42 [RESEND PATCH] dt-bindings: property-units: Add picoseconds type Dan Murphy
  2020-06-11 19:46 ` Dan Murphy
@ 2020-06-15 16:17 ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2020-06-15 16:17 UTC (permalink / raw)
  To: Dan Murphy; +Cc: linux-kernel, devicetree

On Tue, 02 Jun 2020 11:42:19 -0500, Dan Murphy wrote:
> Add the '-ps' picosecond unit suffix for property names.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  Documentation/devicetree/bindings/property-units.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!

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

end of thread, other threads:[~2020-06-15 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 16:42 [RESEND PATCH] dt-bindings: property-units: Add picoseconds type Dan Murphy
2020-06-11 19:46 ` Dan Murphy
2020-06-12 22:17   ` Rob Herring
2020-06-12 23:25     ` Dan Murphy
2020-06-15 16:17 ` Rob Herring

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