summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/acpi/battery.asl
Commit message (Expand)AuthorAgeFilesLines
* {superio,ec}/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-11/+11
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-271-6/+6
* tree/acpi: Replace Not(a) with ASL 2.0 syntaxFelix Singer2022-12-261-1/+1
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* ec/google/chromeec/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-141-39/+39
* ec/google/chromeec/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* ec/google/chromeec/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec/acpi: Replace Divide(a,b,,c) with ASL 2.0 syntaxFelix Singer2022-06-031-4/+4
* ec/google/chromeec/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-3/+3
* ec/google/chromeec/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-031-1/+1
* ec/google/chromeec/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/google/chromeec/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* ec/google/chromeec/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer2022-01-011-4/+4
* ec/google/chromeec/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/google/chromeec/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* ec/google/chromeec/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-3/+2
* ec/google/chromeec/acpi: Use ASL 2.0 syntax to access arraysFelix Singer2021-12-301-21/+21
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/ec: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* ec/google/chromeec: Pass reference of object to BBST() methodDuncan Laurie2019-07-181-3/+3
* chromeec: Disable battery remaining capacity workaroundDaisuke Nojiri2018-11-061-4/+4
* ec/chromeec: Fix battery ACPI mutex levelMatt DeVillier2018-02-121-1/+1
* chromeec: Fix ACPI compile warningLijian Zhao2018-02-091-0/+4
* chromeec: Add support for reading second battery infoNicolas Boichat2018-02-071-111/+306
* ec/chromeec: Correct ACPI battery data fed into ToString()Matt DeVillier2016-12-151-6/+6
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* chromeec: Fix ACPI compile warningsDuncan Laurie2015-09-281-4/+4
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* chromeec: Add battery status event and re-enable _BIXDuncan Laurie2015-04-021-3/+1
* chromeec: Implement full battery workaround at 6%Duncan Laurie2014-08-081-2/+2
* Add support for Google ChromeECStefan Reinauer2013-02-221-0/+230