summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo
Commit message (Expand)AuthorAgeFilesLines
* 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
* ec/lenovo/h8: Constify struct device * parameter to h8_has_* functionsFurquan Shaikh2020-04-283-4/+4
* mb/lenovo/{x201,t410}: Move ThinkLight codeStefan Ott2020-04-251-0/+17
* src/ec: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0524-322/+48
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1723-27/+0
* ec/lenovo/h8/acpi: Add alternative Fn-F2 and Fn-F3 layoutNicola Corna2020-02-171-0/+21
* ec/lenovo/h8: Prepend EC log message with *H8*Paul Menzel2020-01-131-1/+1
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-092-2/+2
* src: Add missing include <types.h>Elyes HAOUAS2019-12-191-0/+1
* nb/intel/i945: Initialize console in bootblockArthur Heymans2019-11-151-0/+1
* ec/lenovo/h8: Make dock init in ramstage fully mainboard-specificBill XIE2019-11-123-10/+1
* ec/lenovo/h8: Add option to set F1-F12 as primary functionIru Cai2019-08-212-0/+18
* lenovo/pmh7: Remove use of __PRE_RAM__ and __SMM__Kyösti Mälkki2019-08-201-5/+1
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-1/+1
* src/ec: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-222-2/+0
* ec/lenovo/h8: Fix method name in ACPI codeEvgeny Zinoviev2019-06-031-1/+1
* src/{ec,vendorcode}: Add missing 'include <types.h>Elyes HAOUAS2019-05-293-0/+3
* src/ec/lenovo/h8/acpi: Serialize Control MethodElyes HAOUAS2019-05-131-1/+1
* ec/lenovo/h8: Add VBOOT board supportPatrick Rudolph2019-05-083-0/+69
* ec/lenovo/h8: Add function to query sense statePatrick Rudolph2019-05-083-0/+66