diff mbox series

[v11,5/6] power: supply: mp2629: Add impedance compensation config

Message ID 20200430155810.21383-6-sravanhome@gmail.com (mailing list archive)
State New, archived
Headers show
Series Add battery charger driver support for MP2629 | expand

Commit Message

saravanan sekar April 30, 2020, 3:58 p.m. UTC
Allows the user to compensate the intrinsic resistance of the battery
to accelerate the charging cycle.

Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
---
 Documentation/ABI/testing/sysfs-class-power-mp2629 | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-class-power-mp2629

Comments

Sebastian Reichel May 1, 2020, 10:42 a.m. UTC | #1
Hi,

On Thu, Apr 30, 2020 at 05:58:09PM +0200, Saravanan Sekar wrote:
> Allows the user to compensate the intrinsic resistance of the battery
> to accelerate the charging cycle.
> 
> Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> ---

Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>

-- Sebastian

>  Documentation/ABI/testing/sysfs-class-power-mp2629 | 8 ++++++++
>  1 file changed, 8 insertions(+)
>  create mode 100644 Documentation/ABI/testing/sysfs-class-power-mp2629
> 
> diff --git a/Documentation/ABI/testing/sysfs-class-power-mp2629 b/Documentation/ABI/testing/sysfs-class-power-mp2629
> new file mode 100644
> index 000000000000..327a07e22805
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-class-power-mp2629
> @@ -0,0 +1,8 @@
> +What:		/sys/class/power_supply/mp2629_battery/batt_impedance_compen
> +Date:		April 2020
> +KernelVersion:	5.7
> +Description:
> +		Represents a battery impedance compensation to accelerate charging.
> +
> +                Access: Read, Write
> +                Valid values: Represented in milli-ohms. Valid range is [0, 140].
> -- 
> 2.17.1
>
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-class-power-mp2629 b/Documentation/ABI/testing/sysfs-class-power-mp2629
new file mode 100644
index 000000000000..327a07e22805
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-class-power-mp2629
@@ -0,0 +1,8 @@ 
+What:		/sys/class/power_supply/mp2629_battery/batt_impedance_compen
+Date:		April 2020
+KernelVersion:	5.7
+Description:
+		Represents a battery impedance compensation to accelerate charging.
+
+                Access: Read, Write
+                Valid values: Represented in milli-ohms. Valid range is [0, 140].