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