Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1578925 > unrolled thread

[PATCH v6 2/8] devicetree: property-units: Add uWh and uAh units

Started byLiam Breck <liam@networkimprov.net>
First post2017-02-11 03:50 +0100
Last post2017-02-11 03:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v6 2/8] devicetree: property-units: Add uWh and uAh units Liam Breck <liam@networkimprov.net> - 2017-02-11 03:50 +0100

#1578925 — [PATCH v6 2/8] devicetree: property-units: Add uWh and uAh units

FromLiam Breck <liam@networkimprov.net>
Date2017-02-11 03:50 +0100
Subject[PATCH v6 2/8] devicetree: property-units: Add uWh and uAh units
Message-ID<t9vV8-3kl-3@gated-at.bofh.it>
From: Matt Ranostay <matt@ranostay.consulting>

Add entries for microwatt-hours and microamp-hours.

Cc: Rob Herring <robh@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Matt Ranostay <matt@ranostay.consulting>
Signed-off-by: Liam Breck <kernel@networkimprov.net>
Acked-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/property-units.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
index 12278d7..0849618 100644
--- a/Documentation/devicetree/bindings/property-units.txt
+++ b/Documentation/devicetree/bindings/property-units.txt
@@ -25,8 +25,10 @@ Distance
 Electricity
 ----------------------------------------
 -microamp	: micro amps
+-microamp-hours : micro amp-hours
 -ohms		: Ohms
 -micro-ohms	: micro Ohms
+-microwatt-hours: micro Watt-hours
 -microvolt	: micro volts
 
 Temperature
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web