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


Groups > linux.kernel > #1580977

Re: [PATCH v3 01/18] dt-bindings: power: battery: add constant-charge-current property

From Liam Breck <liam@networkimprov.net>
Newsgroups linux.kernel
Subject Re: [PATCH v3 01/18] dt-bindings: power: battery: add constant-charge-current property
Date 2017-02-15 02:00 +0100
Message-ID <taW6S-DU-3@gated-at.bofh.it> (permalink)
References <taHUe-8vw-49@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 14 Feb 2017 10:40:55 +0100 Quentin Schulz wrote:
> This adds the constant-charge-current property to the list of optional
> properties of the battery.
>
> The constant charge current is critical for batteries as they can't
> handle all charge currents.
>
> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
> ---
>
> added in v3
>
>  Documentation/devicetree/bindings/power/supply/battery.txt | 2 ++

Is constant-charge-current dependent on the battery (e.g. capacity, nominal voltage, etc) or the 
system (charger chip, input current/voltage, etc)?

It belongs in Doc.../power/supply/battery.txt if it's a characteristic of the battery.

Note, this page asserts that constant-current charging applies to NiMH batteries:
http://power-topics.blogspot.com/2016/05/constant-voltage-constant-current.html

Related properties to be added to battery.txt near-future in a patchset for the BQ24190 
charger are as follows. These are not currently in enum power_supply_property, so the actual names 
are still to be decided.

precharge-current-microamp:
   maximum charge current during precharge phase (typically 20% of battery capacity)

termination-current-microamp (or endcharge-current):
   a charge cycle terminates when the battery voltage is above recharge threshold,
   and the current is below this setting (typically 10% of battery capacity)


~.~

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 01/18] dt-bindings: power: battery: add constant-charge-current property Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-02-14 10:50 +0100
  Re: [PATCH v3 01/18] dt-bindings: power: battery: add constant-charge-current property Liam Breck <liam@networkimprov.net> - 2017-02-15 02:00 +0100
    Re: [PATCH v3 01/18] dt-bindings: power: battery: add  constant-charge-current property Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-02-15 10:00 +0100
      Re: [PATCH v3 01/18] dt-bindings: power: battery: add  constant-charge-current property Liam Breck <liam@networkimprov.net> - 2017-02-15 21:30 +0100
      Re: [PATCH v3 01/18] dt-bindings: power: battery: add  constant-charge-current property Chen-Yu Tsai <wens@csie.org> - 2017-02-21 06:10 +0100
  Re: [PATCH v3 01/18] dt-bindings: power: battery: add  constant-charge-current property Rob Herring <robh@kernel.org> - 2017-02-22 22:40 +0100

csiph-web