1. 42efd7f {superio,ec}/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 8 months ago
  2. ca4b587 {superio,ec}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 8 months ago
  3. 86bc2e7 tree: Replace Or(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  4. 372573e tree: Replace ShiftLeft(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  5. 3c9291b tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  6. 034920c tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  7. 274fa64 tree: Replace Or(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  8. f45a6c2 ec/lenovo/h8/acpi: Replace Store(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  9. 5c8a94a ec/lenovo/h8/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  10. 74a4dca ec: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 10 months ago
  11. 1538d15 ec/lenovo/h8/acpi: Fix wrongly used operator by Felix Singer · 2 years ago
  12. c6df44b ec/lenovo/h8: Add Kconfig option for Fn-Ctrl swap by Angel Pons · 1 year, 11 months ago
  13. eae9831 ec/lenovo/pmh7: Add IORESOURCE_ASSIGNED flag by Kyösti Mälkki · 2 years, 3 months ago
  14. 37a89d5 ec/lenovo/h8/acpi: Replace Not() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  15. 9a351fb ec/lenovo/h8/acpi: Replace And() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  16. 32283a8 ec/lenovo/h8/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  17. 9fa818d ec/lenovo/h8/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  18. cc03951 ec/lenovo/h8/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  19. c253368 ec/lenovo/h8/acpi: Replace LGreater(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  20. 95bfa03 ec/lenovo/h8/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  21. b470361 lenovo: correct typo in macro H8_HAS_BAT_THRESHOLDS_IMPL by Peter Lemenkov · 2 years, 4 months ago
  22. 2c079fc src/ec: Get rid of unnecessary blank line {before,after} brace by Elyes HAOUAS · 2 years, 7 months ago
  23. 9dafc29 ec/lenovo/h8/acpi: Replace LNot() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  24. 34c4a51 ec/lenovo/h8/acpi: Replace Subtract(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  25. a2ad07d ec/lenovo/h8/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  26. 2e4cc9b ec/lenovo/h8/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  27. 6b0b1aaf ec/lenovo/h8/acpi: Replace LAnd() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  28. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 4 months ago
  29. 9157ccb ec/lenovo/h8/h8.c: Skip setting volume if out of range by Angel Pons · 3 years, 4 months ago
  30. 9dc1c51 ec/lenovo: Use get_int_option() by Angel Pons · 3 years, 10 months ago
  31. d382f3d ec/lenovo/h8/acpi: fix wrong calculation by Michael Niewöhner · 3 years, 4 months ago
  32. 81d55cf src/ec/lenovo/h8/acpi/battery.asl: Convert to ASL 2.0 by Elyes HAOUAS · 3 years, 6 months ago
  33. ad7c8ff src/ec: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  34. 4907e62 ec/lenovo/h8: Align macro values in one column by Paul Menzel · 4 years, 1 month ago
  35. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 4 years, 1 month ago
  36. af56a77 src: Remove whitespace between 'sizeof' and '(' by Elyes HAOUAS · 4 years, 1 month ago
  37. 56f5cc7 ec/lenovo/h8: Config the ec hardware ids for newer thinkpads by Da Lao · 4 years, 5 months ago
  38. 4611ad8 ec/lenovo/h8: Reintroduce h8_mb_init() for specific boards by Bill XIE · 4 years, 5 months ago
  39. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  40. 822148c treewide: Drop ACPI_VIDEO_DEVICE macro by Angel Pons · 4 years, 4 months ago
  41. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  42. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  43. 4fc17b4 ec/lenovo/h8: Constify struct device * parameter to h8_has_* functions by Furquan Shaikh · 4 years, 4 months ago
  44. cd23084 mb/lenovo/{x201,t410}: Move ThinkLight code by Stefan Ott · 4 years, 4 months ago
  45. 210a008 src/ec: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  46. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  47. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  48. fab9ae8 ec/lenovo/h8/acpi: Add alternative Fn-F2 and Fn-F3 layout by Nicola Corna · 5 years ago
  49. 58ecefb ec/lenovo/h8: Prepend EC log message with *H8* by Paul Menzel · 4 years, 7 months ago
  50. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  51. 4f66cb9 src: Add missing include <types.h> by Elyes HAOUAS · 4 years, 9 months ago
  52. c583920 nb/intel/i945: Initialize console in bootblock by Arthur Heymans · 4 years, 9 months ago
  53. 72f13e5 ec/lenovo/h8: Make dock init in ramstage fully mainboard-specific by Bill XIE · 4 years, 10 months ago
  54. 7e8eb6b ec/lenovo/h8: Add option to set F1-F12 as primary function by Iru Cai · 5 years ago
  55. e405c27 lenovo/pmh7: Remove use of __PRE_RAM__ and __SMM__ by Kyösti Mälkki · 5 years ago
  56. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  57. b874ef4 src/ec: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  58. 60a0a3d ec/lenovo/h8: Fix method name in ACPI code by Evgeny Zinoviev · 5 years ago
  59. 5fd93e0 src/{ec,vendorcode}: Add missing 'include <types.h> by Elyes HAOUAS · 5 years ago
  60. 60ab1d8 src/ec/lenovo/h8/acpi: Serialize Control Method by Elyes HAOUAS · 5 years ago
  61. 2521211 ec/lenovo/h8: Add VBOOT board support by Patrick Rudolph · 5 years ago
  62. 2dc00fa ec/lenovo/h8: Add function to query sense state by Patrick Rudolph · 6 years ago
  63. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  64. 93d6ba0 ec/lenovo/h8: Implement ACPI methods to set battery thresholds by Alexey Kharlamov · 7 years ago
  65. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  66. 8ab1752 ec/lenovo/h8/Kconfig: increase ps2 kbd timeout from 3000 to 5000ms by Michael Bacarella · 6 years ago
  67. 4f4322d lenovo/h8,thinkpads: Re-do USB Always On by Nathaniel Roach · 6 years ago
  68. 04008a9 cpu/intel/model_206{5,a}x: Rework acpi/cpu.asl by Arthur Heymans · 6 years ago
  69. 86b8d17 ec/lenovo/pmh7: support 9bit address space by Alexander Couzens · 6 years ago
  70. 384e9ae mb/lenovo: Support dual graphics for xx20/xx30 ThinkPads by Evgeny Zinoviev · 6 years ago
  71. 74ab031 ec/lenovo/pmh7: use read/write function in clear_bit/set_bit by Alexander Couzens · 6 years ago
  72. dbf5a5d ec/lenovo/h8/acpi: Fix ACPI error in _INI by Patrick Rudolph · 6 years ago
  73. 31fb846 ec/lenovo/h8/acpi: Apply state on wake by Patrick Rudolph · 7 years ago
  74. f281b6d ec/lenovo/h8/ssdt: Add UWB ACPI interface by Patrick Rudolph · 7 years ago
  75. 6b7178a ec/lenovo/h8/ssdt: Add keyboard backlight interface by Patrick Rudolph · 7 years ago
  76. 60eca53 ec/lenovo/h8/acpi: Add WWAN ACPI methods by Patrick Rudolph · 7 years ago
  77. f1114d8 ec/lenovo/h8/acpi: Add BDC interface by Patrick Rudolph · 7 years ago
  78. f81f62a ec/lenovo/h8/acpi: Move ACPI HKEY device to new file by Patrick Rudolph · 7 years ago
  79. 610d465 src/ec: Remove whitespace before tab by Elyes HAOUAS · 6 years ago
  80. 2526fd4 src: Remove space after `defined` by Elyes HAOUAS · 6 years ago
  81. 6572bdd ec/lenovo/h8: Get rid of device_t by Elyes HAOUAS · 6 years ago
  82. 30bba28 ec/h8: Store PWRS and notify CPU on AC power plug/unplug events by Arthur Heymans · 7 years ago
  83. 7c2a6f9 ec/lenovo/h8: Add support for bluetooth on wifi by Patrick Rudolph · 7 years ago
  84. 9b8ef11 ec/lenovo/h8/acpi: Fix regression (MS Windows crash on boot) by Patrick Rudolph · 7 years ago
  85. 112ae48 ec/lenovo/h8/acpi/ec: Add registers by Patrick Rudolph · 7 years ago
  86. 54f45c6 ec/lenovo/h8: Clear EC output queue before enablement by Bill XIE · 7 years ago
  87. 0709dc0 ec/lenovo/h8/acpi/thermal: Add ACPI fan control by Patrick Rudolph · 7 years ago
  88. 3ab13a8 ec/lenovo/h8/acpi/thermal: Add support for passive cooling by Patrick Rudolph · 7 years ago
  89. 8ce7bc1 ec/lenovo/h8: Serialize control method _CRS by Paul Menzel · 7 years ago
  90. 3b0f542 ec/lenovo/pmh7: Dump revision and ID by Patrick Rudolph · 7 years ago
  91. b8e325a ec/lenovo/h8: Add WWAN detection support by Patrick Rudolph · 7 years ago
  92. 1194aa8 ec/lenovo/h8: Add BDC detection support by Patrick Rudolph · 7 years ago
  93. 9c7ce28 ec/lenovo/h8/acpi/thermal: Don't hardcode limits by Patrick Rudolph · 7 years ago
  94. 7f395fe ec/lenovo/h8: Add panic method by Patrick Rudolph · 7 years ago
  95. a959a14 ec/lenovo/h8/h8: Always enable tp-smapi and thermal by Patrick Rudolph · 7 years ago
  96. b21f5d7 ec/lenovo/h8/smm: Support USB always on AC only by Patrick Rudolph · 7 years ago
  97. f63fbdb mb/lenovo/x201: Add support for ThinkLight by Stefan Ott · 7 years ago
  98. 1583dbd ec/lenovo/h8: Support an optional battery page flip delay by Tobias Diedrich · 8 years ago
  99. 9ab5adb lenovo/t400: Rewrite dock from t60 by Kyösti Mälkki · 8 years ago
  100. db94213 ec/lenovo/h8: Use older syntax for bit shift by Paul Menzel · 7 years ago