Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46c6d336 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge android11-5.4.52 (c7725aec) into msm-5.4"

parents cccfa88f fac8c789
Loading
Loading
Loading
Loading
+45 −1
Original line number Diff line number Diff line
@@ -74,6 +74,21 @@ Description:
		Access: Read, Write
		Valid values: 0 - 100 (percent)

What:		/sys/class/power_supply/<supply_name>/capacity_error_margin
Date:		April 2019
Contact:	linux-pm@vger.kernel.org
Description:
		Battery capacity measurement becomes unreliable without
		recalibration. This values provides the maximum error
		margin expected to exist by the fuel gauge in percent.
		Values close to 0% will be returned after (re-)calibration
		has happened. Over time the error margin will increase.
		100% means, that the capacity related values are basically
		completely useless.

		Access: Read
		Valid values: 0 - 100 (percent)

What:		/sys/class/power_supply/<supply_name>/capacity_level
Date:		June 2009
Contact:	linux-pm@vger.kernel.org
@@ -190,7 +205,8 @@ Description:
		Valid values: "Unknown", "Good", "Overheat", "Dead",
			      "Over voltage", "Unspecified failure", "Cold",
			      "Watchdog timer expire", "Safety timer expire",
			      "Over current", "Warm", "Cool", "Hot"
			      "Over current", "Calibration required",
			      "Warm", "Cool", "Hot"

What:		/sys/class/power_supply/<supply_name>/precharge_current
Date:		June 2017
@@ -665,3 +681,31 @@ Description:
		Valid values:
		- 1: enabled
		- 0: disabled

What:		/sys/class/power_supply/<supply_name>/manufacture_year
Date:		January 2020
Contact:	linux-pm@vger.kernel.org
Description:
		Reports the year (following Gregorian calendar) when the device has been
		manufactured.

		Access: Read
		Valid values: Reported as integer

What:		/sys/class/power_supply/<supply_name>/manufacture_month
Date:		January 2020
Contact:	linux-pm@vger.kernel.org
Description:
		Reports the month when the device has been manufactured.

		Access: Read
		Valid values: 1-12

What:		/sys/class/power_supply/<supply_name>/manufacture_day
Date:		January 2020
Contact:	linux-pm@vger.kernel.org
Description:
		Reports the day of month when the device has been manufactured.

		Access: Read
		Valid values: 1-31
+27 −0
Original line number Diff line number Diff line
What:		/sys/kernel/ion
Date:		Dec 2019
KernelVersion:	4.14.158
Contact:	Suren Baghdasaryan <surenb@google.com>,
		Sandeep Patil <sspatil@google.com>
Description:
		The /sys/kernel/ion directory contains a snapshot of the
		internal state of ION memory heaps and pools.
Users:		kernel memory tuning tools

What:		/sys/kernel/ion/total_heaps_kb
Date:		Dec 2019
KernelVersion:	4.14.158
Contact:	Suren Baghdasaryan <surenb@google.com>,
		Sandeep Patil <sspatil@google.com>
Description:
		The total_heaps_kb file is read-only and specifies how much
		memory in Kb is allocated to ION heaps.

What:		/sys/kernel/ion/total_pools_kb
Date:		Dec 2019
KernelVersion:	4.14.158
Contact:	Suren Baghdasaryan <surenb@google.com>,
		Sandeep Patil <sspatil@google.com>
Description:
		The total_pools_kb file is read-only and specifies how much
		memory in Kb is allocated to ION pools.
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 4
SUBLEVEL = 50
SUBLEVEL = 52
EXTRAVERSION =
NAME = Kleptomaniac Octopus

+0 −0

File moved.

+70913 −74121

File changed and moved.

Preview size limit exceeded, changes collapsed.

Loading