1. 87d4f11 {ec/superio}/acpi: Remove _PRS if no _SRS is implemented by Arthur Heymans · 1 year, 8 months ago
  2. 148fd99 superio/acpi/pnp_generic.asl: Add _PRS for each device by Arthur Heymans · 2 years, 2 months ago
  3. 7b73e852 Revert "mb/aopen/dxplplusu: Remove board" by Kyösti Mälkki · 1 year, 8 months ago
  4. 2a86ef5 superio/nuvoton/nct6687d: Fix unexpected expression by Arthur Heymans · 2 years ago
  5. eb76a45 mb/aopen/dxplplusu: Remove board by Arthur Heymans · 1 year, 9 months ago
  6. a7a40a5 superio/ite/common/early_serial.c: ite_kill_watchdog: set timeout to 0 by Michał Kopeć · 2 years ago
  7. d3b8321 superio/nuvoton/nct6687d: Add ramstage driver and ACPI by Michał Żygowski · 2 years, 3 months ago
  8. b2d8807 superio/winbond/w83667hg-a: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  9. 3cfbe8a sio/winbond/w83627hf/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  10. d67ed59 sio/winbond/w83627hf/acpi: Replace LLess(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  11. 3f37d7a superio/winbond/w83627hf/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  12. b1b9c73 superio/acpi: Replace LLess(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  13. 8ef8a3e superio/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  14. 7e3159c superio/nuvoton/nct6687d: Add early support for NCT6687D by Michał Żygowski · 2 years, 3 months ago
  15. 32722ad superio/kbc1100: Fix set but unused variables by Arthur Heymans · 2 years, 4 months ago
  16. 5412b41 superio/smsc/mec1308: Drop `_PRS` from static devices by Angel Pons · 2 years, 3 months ago
  17. 865dd08 superio/smsc/sch5545: Drop `_PRS` from static devices by Angel Pons · 2 years, 3 months ago
  18. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 4 months ago
  19. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  20. a046661 superio/smsc/lpc47n207/early_serial.c: Fix indent for 'if' statement by Elyes HAOUAS · 2 years, 6 months ago
  21. ef6139f superio/smsc/sch5545/superio.c: Include `stdint.h` and `bsd/helpers.h` by Elyes HAOUAS · 2 years, 6 months ago
  22. ddaf2d0 src/superio/smsc: Remove unused <stdlib.h> by Elyes HAOUAS · 2 years, 7 months ago
  23. 2d531e9 src/superio: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 7 months ago
  24. 1a6925c superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  25. 5a303b0 superio/winbond/w83627hf/acpi: Replace LOr() with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  26. db4cf7f superio/winbond/w83627hf/acpi: Replace LAnd() with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  27. 44b0149 superio/winbond/w83977tf/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  28. f5b162e superio/winbond/w83627hf/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  29. 5aba2ae superio/smsc/sch5545: Disable PS/2 lines isolation during init by Michał Żygowski · 2 years, 8 months ago
  30. 3b1d1ce superio/smsc/sch5545: Clear PMEs in the early init by Michał Żygowski · 2 years, 8 months ago
  31. c167b74 superio: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  32. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  33. a11eca1 superio/nuvoton/nct6776: Correct the definition of NCT6776_GPIOBASE by Bill XIE · 2 years, 11 months ago
  34. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 3 months ago
  35. a35f181 superio/nuvoton/npcd378: Fall back to non-negative value by Angel Pons · 3 years, 3 months ago
  36. 5a19f7e superio/nuvoton/npcd378: Fix `psu_fan_lvl` option by Angel Pons · 3 years, 3 months ago
  37. 0b7813f superio: Use get_int_option() by Angel Pons · 3 years, 9 months ago
  38. 61fcb7e acpi/acpigen.h: Add more intuitive AML package closing functions by Jakub Czapiga · 3 years, 5 months ago
  39. 8447750 superio/smsc/sch5545: Add missing <types.h> by Elyes HAOUAS · 3 years, 5 months ago
  40. 89c05c5 src/superio: Fix typo in comment by Elyes HAOUAS · 3 years, 5 months ago
  41. 8515712 superio/nuvoton/common/Kconfig: Remove HWM config by Frans Hendriks · 3 years, 6 months ago
  42. bdb3798 src/superio: trim and move Makefile.inc, instead use wildcard matches by Idwer Vollering · 3 years, 7 months ago
  43. 48a6c01 src: Remove redundant use of ACPI offset(0) by Elyes HAOUAS · 4 years ago
  44. 9004f1d superio/smsc/sio1036: Support 16-bit IO port addressing by Nikolai Vyssotski · 3 years, 8 months ago
  45. 00e58c3 superio/nuvoton: Factor out equivalent Kconfig option by Angel Pons · 3 years, 9 months ago
  46. 9357ac3 superio/nuvoton: Correct NCT6791D COM A mux toggle by Angel Pons · 3 years, 9 months ago
  47. e1194ae superio: Add newline to log message about disabled mouse controller by Paul Menzel · 3 years, 10 months ago
  48. 138c1b8 superio/nuvoton: Only set bit 7 of global CR 0x2a for COM A by Paul Menzel · 3 years, 9 months ago
  49. f710bf6 superio/nuvoton/common: Collapse two if statements by Paul Menzel · 3 years, 10 months ago
  50. 90fe567 superio/smsc/sch5147/acpi: Convert superio.asl to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  51. b77668c superio/smsc/sio1007/acpi: Convert superio.asl to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  52. faccd0c superio/ite/it8772f/acpi: Convert superio.asl to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  53. e6216384 superio/smsc/mec1308/acpi: Convert superio.asl to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  54. 527a4f3 superio/fintek/f81803a/acpi: Convert superio.asl to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  55. e96941d superio/winbond/*/acpi: Convert superio.asl to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  56. 370b8b6 superio/ite: Distinguish between chips for PECI readings by Michael Büchler · 4 years, 1 month ago
  57. 12beaea superio/nuvoton: Inline `nuvoton_hwm_select_bank` by Angel Pons · 3 years, 10 months ago
  58. 72fc9a3 src: Remove redundant <device/pnp_type.h> by Elyes HAOUAS · 3 years, 10 months ago
  59. 4b683b8 src: Remove redundant <device/pnp_def.h> by Elyes HAOUAS · 3 years, 10 months ago
  60. b4093dc src/superio: Remove unused <device/pnp_def.h> by Elyes HAOUAS · 3 years, 10 months ago
  61. 9b54dfa src/superio: Use 'PNP_IDX_*' macros instead of magic numbers by Elyes HAOUAS · 3 years, 11 months ago
  62. d429c1a superio/winbond/wpcd376i: Resurrect the driver by Samuel Holland · 4 years ago
  63. d3a74bb src/superio: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  64. 6c5f47b superio/ite: delay PWRGD3 during resume by Michael Büchler · 3 years, 11 months ago
  65. cfdcfdb src: Remove unused 'include <delay.h>' by Elyes HAOUAS · 4 years ago
  66. c32f0a4 superio/ite/it8728f: Correct Kconfig selections by Matt DeVillier · 4 years ago
  67. 67f80fb superio/ite/common: Add support for closed-loop mode by Matt DeVillier · 4 years ago
  68. 77e27a7 superio/*/Makefiles: Remove non-existing directory inclusion by Elyes HAOUAS · 4 years ago
  69. a815272 superio/ite: allow 24 MHz clock for external sensor interface by Michael Büchler · 4 years ago
  70. e693b1d superio/ite: configure EC for fans to full at thermal limit by Michael Büchler · 4 years, 1 month ago
  71. 9857c90 superio/common: Avoid NULL pointer dereference by John Zhao · 4 years ago
  72. 45d5f8f sio/nuvoton/common/early_serial.c: Guard serial enable by Angel Pons · 4 years ago
  73. 8f5fbb0 superio/nuvoton: Avoid NULL pointer dereference by John Zhao · 4 years, 1 month ago
  74. 02c565b superio/winbond/w83977tf: Add suspend related fields by Keith Hui · 4 years, 3 months ago
  75. e9b27e5 superio/nuvoton/nct6776: Reflow `pnp_dev_info` array by Angel Pons · 4 years, 1 month ago
  76. 1f572b9 superio/nuvoton/nct6779d: Open some LDN config registers by Keith Hui · 4 years, 2 months ago
  77. a0bf2d6 superio/ite/Makefile.inc: Add it8613e by Angel Pons · 4 years, 2 months ago
  78. 030037d superio/winbond/w83977tf: Scope UART configuration defines more locally by Patrick Georgi · 4 years, 2 months ago
  79. 5f0e8d8 superio/winbond/w83977tf: Fix iasl warning by Keith Hui · 4 years, 2 months ago
  80. fba0830 superio/smsc/sch5545: add support for SMSC SCH5545 by Michał Żygowski · 4 years, 3 months ago
  81. bc867d5 src/mainboard: Remove unused 'include <stdlib.h>' by Elyes HAOUAS · 4 years, 2 months ago
  82. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  83. f5472a1 superio/winbond/w83977tf: Only list IR logical device if needed by Keith Hui · 4 years, 2 months ago
  84. 296ce46 superio/fintek/f81216h: Drop support by Keith Hui · 4 years, 2 months ago
  85. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  86. ab90782 superio/aspeed/common: Add early configure functions by BryantOu · 4 years, 3 months ago
  87. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 3 months ago
  88. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  89. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  90. 8dcadc9 superio/fintek: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  91. 4580839 superio/{acpi,common}: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  92. 12eef08 superio/ite: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  93. 7774de5 superio/nuvoton: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  94. e8fcf1b superio/winbond: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  95. 4c0432a superio/smsc: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  96. cfaf4c7 superio/winbond/{w83627hf,w83977tf}: Use macro by Elyes HAOUAS · 4 years, 4 months ago
  97. 79dfa90 superio: Replace D1/D2 power states with D3 by Nico Huber · 4 years, 4 months ago
  98. a1b1517 create stdio.h and stdarg.h for {,v}snprintf by Joel Kitching · 4 years, 4 months ago
  99. 65f0550 superio/nuvoton/nct5104d: add chip config option to reset GPIOs by Michał Żygowski · 4 years, 5 months ago
  100. cb858d6 superio/nuvoton/nct5539d: Update documentation and remove DSDT by Patrick Rudolph · 4 years, 5 months ago