Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382623 > unrolled thread
| Started by | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| First post | 2016-04-19 17:50 +0200 |
| Last post | 2016-04-21 17:30 +0200 |
| Articles | 2 — 2 participants |
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.
[PATCH] Documentation: bindings: fix palmas-rtc documentation "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-19 17:50 +0200
Re: [PATCH] Documentation: bindings: fix palmas-rtc documentation Rob Herring <robh@kernel.org> - 2016-04-21 17:30 +0200
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2016-04-19 17:50 +0200 |
| Subject | [PATCH] Documentation: bindings: fix palmas-rtc documentation |
| Message-ID | <rpG4y-Hd-15@gated-at.bofh.it> |
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/rtc/rtc-palmas.txt b/Documentation/devicetree/bindings/rtc/rtc-palmas.txt
index adbccc0..eb1c7fd 100644
--- a/Documentation/devicetree/bindings/rtc/rtc-palmas.txt
+++ b/Documentation/devicetree/bindings/rtc/rtc-palmas.txt
@@ -15,9 +15,9 @@ Optional properties:
battery is chargeable or not. If charging battery then driver can
enable the charging.
- ti,backup-battery-charge-high-current: Enable high current charging in
- backup battery. Device supports the < 100mA and > 100mA charging.
- The high current will be > 100mA. Absence of this property will
- charge battery to lower current i.e. < 100mA.
+ backup battery. Device supports the < 100uA and > 100uA charging.
+ The high current will be > 100uA. Absence of this property will
+ charge battery to lower current i.e. < 100uA.
Example:
palmas: tps65913@58 {
--
2.7.3
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-04-21 17:30 +0200 |
| Message-ID | <rqoIj-2PN-23@gated-at.bofh.it> |
| In reply to | #1382623 |
On Tue, Apr 19, 2016 at 05:42:52PM +0200, H. Nikolaus Schaller wrote:
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
A more specific subject and commit message would be nice. It is a lot of
change to figure out it is just s/100mA/100uA/.
Acked-by: Rob Herring <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/rtc/rtc-palmas.txt b/Documentation/devicetree/bindings/rtc/rtc-palmas.txt
> index adbccc0..eb1c7fd 100644
> --- a/Documentation/devicetree/bindings/rtc/rtc-palmas.txt
> +++ b/Documentation/devicetree/bindings/rtc/rtc-palmas.txt
> @@ -15,9 +15,9 @@ Optional properties:
> battery is chargeable or not. If charging battery then driver can
> enable the charging.
> - ti,backup-battery-charge-high-current: Enable high current charging in
> - backup battery. Device supports the < 100mA and > 100mA charging.
> - The high current will be > 100mA. Absence of this property will
> - charge battery to lower current i.e. < 100mA.
> + backup battery. Device supports the < 100uA and > 100uA charging.
> + The high current will be > 100uA. Absence of this property will
> + charge battery to lower current i.e. < 100uA.
>
> Example:
> palmas: tps65913@58 {
> --
> 2.7.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web