summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo
Commit message (Expand)AuthorAgeFilesLines
* ec, lib, security, sb: Add SPDX license headers to Kconfig filesMartin Roth2024-02-182-0/+4
* ec/lenovo/h8/acpi: Support pulsing LEDLOGO on Haswell ThinkPadsEvgeny Sorokin2024-02-122-0/+20
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-312-2/+2
* ec: Rename Makefiles from .inc to .mkMartin Roth2024-01-242-0/+0
* drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth2023-12-131-1/+1
* ec/lenovo/h8/acpi/thermal: Make NameSeg FPWR all upper casePaul Menzel2023-12-041-2/+2
* ec/lenovo/h8/h8.c: Use sizeof()Elyes Haouas2023-09-071-1/+1
* ec/lenovo/pmh7/chip.h: Use 'bool' instead of 'int'Elyes Haouas2023-04-081-2/+4
* {superio,ec}/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-274-11/+11
* {superio,ec}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-273-15/+15
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-7/+7
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-3/+3
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-3/+3
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-5/+5
* tree: Replace Or(a,b) with ASL 2.0 syntaxFelix Singer2022-12-192-3/+3
* ec/lenovo/h8/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-147-59/+59
* ec/lenovo/h8/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-1/+1
* ec: Add SPDX license headers to MakefilesMartin Roth2022-11-222-0/+2
* ec/lenovo/h8/acpi: Fix wrongly used operatorFelix Singer2022-10-051-1/+1
* ec/lenovo/h8: Add Kconfig option for Fn-Ctrl swapAngel Pons2022-09-272-1/+9
* ec/lenovo/pmh7: Add IORESOURCE_ASSIGNED flagKyösti Mälkki2022-06-221-1/+1
* ec/lenovo/h8/acpi: Replace Not() with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/lenovo/h8/acpi: Replace And() with ASL 2.0 syntaxFelix Singer2022-06-091-9/+9
* ec/lenovo/h8/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/lenovo/h8/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* ec/lenovo/h8/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+2
* ec/lenovo/h8/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* ec/lenovo/h8/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-093-8/+8
* lenovo: correct typo in macro H8_HAS_BAT_THRESHOLDS_IMPLPeter Lemenkov2022-05-032-2/+2
* src/ec: Get rid of unnecessary blank line {before,after} braceElyes HAOUAS2022-02-043-4/+0
* ec/lenovo/h8/acpi: Replace LNot() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* ec/lenovo/h8/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2021-12-311-3/+3
* ec/lenovo/h8/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-312-3/+3
* ec/lenovo/h8/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-2/+2
* ec/lenovo/h8/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-301-2/+2
* src: Retype option API to use unsigned integersAngel Pons2021-05-064-15/+15
* ec/lenovo/h8/h8.c: Skip setting volume if out of rangeAngel Pons2021-04-291-2/+2
* ec/lenovo: Use get_int_option()Angel Pons2021-04-214-58/+24
* ec/lenovo/h8/acpi: fix wrong calculationMichael Niewöhner2021-04-081-1/+1
* src/ec/lenovo/h8/acpi/battery.asl: Convert to ASL 2.0Elyes HAOUAS2021-02-101-41/+43
* src/ec: Drop unneeded empty linesElyes HAOUAS2020-09-111-1/+0
* ec/lenovo/h8: Align macro values in one columnPaul Menzel2020-07-261-39/+39
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-2/+2
* ec/lenovo/h8: Config the ec hardware ids for newer thinkpadsDa Lao2020-05-262-1/+8
* ec/lenovo/h8: Reintroduce h8_mb_init() for specific boardsBill XIE2020-05-132-0/+8
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1125-25/+0
* treewide: Drop ACPI_VIDEO_DEVICE macroAngel Pons2020-05-041-3/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-282-3/+3