* [PATCH] Fix bindings documentation for Palmas.
@ 2016-04-19 15:42 H. Nikolaus Schaller
2016-04-19 15:42 ` [PATCH] Documentation: bindings: fix palmas-rtc documentation H. Nikolaus Schaller
2016-04-21 15:31 ` [PATCH] Fix bindings documentation for Palmas Rob Herring
0 siblings, 2 replies; 5+ messages in thread
From: H. Nikolaus Schaller @ 2016-04-19 15:42 UTC (permalink / raw)
To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
H. Nikolaus Schaller
Cc: devicetree, linux-kernel, letux-kernel
H. Nikolaus Schaller (1):
Documentation: bindings: fix palmas-rtc documentation
Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.7.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] Documentation: bindings: fix palmas-rtc documentation
2016-04-19 15:42 [PATCH] Fix bindings documentation for Palmas H. Nikolaus Schaller
@ 2016-04-19 15:42 ` H. Nikolaus Schaller
[not found] ` <185436a6e4b162dce97d0036faf11cf828918d97.1461080571.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-21 15:31 ` [PATCH] Fix bindings documentation for Palmas Rob Herring
1 sibling, 1 reply; 5+ messages in thread
From: H. Nikolaus Schaller @ 2016-04-19 15:42 UTC (permalink / raw)
To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
H. Nikolaus Schaller
Cc: devicetree, linux-kernel, letux-kernel
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: bindings: fix palmas-rtc documentation
[not found] ` <185436a6e4b162dce97d0036faf11cf828918d97.1461080571.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
@ 2016-04-21 15:29 ` Rob Herring
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2016-04-21 15:29 UTC (permalink / raw)
To: H. Nikolaus Schaller
Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
letux-kernel-S0jZdbWzriLCfDggNXIi3w
On Tue, Apr 19, 2016 at 05:42:52PM +0200, H. Nikolaus Schaller wrote:
> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
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-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix bindings documentation for Palmas.
2016-04-19 15:42 [PATCH] Fix bindings documentation for Palmas H. Nikolaus Schaller
2016-04-19 15:42 ` [PATCH] Documentation: bindings: fix palmas-rtc documentation H. Nikolaus Schaller
@ 2016-04-21 15:31 ` Rob Herring
2016-04-21 15:41 ` H. Nikolaus Schaller
1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2016-04-21 15:31 UTC (permalink / raw)
To: H. Nikolaus Schaller
Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, devicetree,
linux-kernel, letux-kernel
On Tue, Apr 19, 2016 at 05:42:51PM +0200, H. Nikolaus Schaller wrote:
>
>
> H. Nikolaus Schaller (1):
> Documentation: bindings: fix palmas-rtc documentation
>
> Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Don't send a cover letter for a single patch especially when you don't
actually write anything in it.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix bindings documentation for Palmas.
2016-04-21 15:31 ` [PATCH] Fix bindings documentation for Palmas Rob Herring
@ 2016-04-21 15:41 ` H. Nikolaus Schaller
0 siblings, 0 replies; 5+ messages in thread
From: H. Nikolaus Schaller @ 2016-04-21 15:41 UTC (permalink / raw)
To: Rob Herring
Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, devicetree,
linux-kernel, letux-kernel
> Am 21.04.2016 um 17:31 schrieb Rob Herring <robh@kernel.org>:
>
> On Tue, Apr 19, 2016 at 05:42:51PM +0200, H. Nikolaus Schaller wrote:
>>
>>
>> H. Nikolaus Schaller (1):
>> Documentation: bindings: fix palmas-rtc documentation
>>
>> Documentation/devicetree/bindings/rtc/rtc-palmas.txt | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Don't send a cover letter for a single patch especially when you don't
> actually write anything in it.
Sorry,
that should not have happened. AFAIK git send-email should suppress it.
Have to check what is wrong in our patch submission tool.
BR,
Nikolaus
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-04-21 15:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 15:42 [PATCH] Fix bindings documentation for Palmas H. Nikolaus Schaller
2016-04-19 15:42 ` [PATCH] Documentation: bindings: fix palmas-rtc documentation H. Nikolaus Schaller
[not found] ` <185436a6e4b162dce97d0036faf11cf828918d97.1461080571.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-04-21 15:29 ` Rob Herring
2016-04-21 15:31 ` [PATCH] Fix bindings documentation for Palmas Rob Herring
2016-04-21 15:41 ` H. Nikolaus Schaller
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).