1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  3. ff96f4e superio: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  4. 5eb95ee3 sio/nuvoton/npcd378: Fix ACPI errors by Riku Viitanen · 7 months ago
  5. 0a0945c sio/nuvoton/npcd378: Use acpi_device_path_join by Arthur Heymans · 8 months ago
  6. 2a86ef5 superio/nuvoton/nct6687d: Fix unexpected expression by Arthur Heymans · 2 years ago
  7. d3b8321 superio/nuvoton/nct6687d: Add ramstage driver and ACPI by Michał Żygowski · 2 years, 3 months ago
  8. 7e3159c superio/nuvoton/nct6687d: Add early support for NCT6687D by Michał Żygowski · 2 years, 3 months ago
  9. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 4 months ago
  10. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  11. 2d531e9 src/superio: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 7 months ago
  12. c167b74 superio: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  13. a11eca1 superio/nuvoton/nct6776: Correct the definition of NCT6776_GPIOBASE by Bill XIE · 2 years, 11 months ago
  14. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 3 months ago
  15. a35f181 superio/nuvoton/npcd378: Fall back to non-negative value by Angel Pons · 3 years, 3 months ago
  16. 5a19f7e superio/nuvoton/npcd378: Fix `psu_fan_lvl` option by Angel Pons · 3 years, 3 months ago
  17. 0b7813f superio: Use get_int_option() by Angel Pons · 3 years, 9 months ago
  18. 61fcb7e acpi/acpigen.h: Add more intuitive AML package closing functions by Jakub Czapiga · 3 years, 5 months ago
  19. 8515712 superio/nuvoton/common/Kconfig: Remove HWM config by Frans Hendriks · 3 years, 6 months ago
  20. 00e58c3 superio/nuvoton: Factor out equivalent Kconfig option by Angel Pons · 3 years, 9 months ago
  21. 9357ac3 superio/nuvoton: Correct NCT6791D COM A mux toggle by Angel Pons · 3 years, 9 months ago
  22. e1194ae superio: Add newline to log message about disabled mouse controller by Paul Menzel · 3 years, 10 months ago
  23. 138c1b8 superio/nuvoton: Only set bit 7 of global CR 0x2a for COM A by Paul Menzel · 3 years, 9 months ago
  24. f710bf6 superio/nuvoton/common: Collapse two if statements by Paul Menzel · 3 years, 10 months ago
  25. 12beaea superio/nuvoton: Inline `nuvoton_hwm_select_bank` by Angel Pons · 3 years, 10 months ago
  26. 72fc9a3 src: Remove redundant <device/pnp_type.h> by Elyes HAOUAS · 3 years, 10 months ago
  27. d3a74bb src/superio: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  28. 45d5f8f sio/nuvoton/common/early_serial.c: Guard serial enable by Angel Pons · 4 years ago
  29. 8f5fbb0 superio/nuvoton: Avoid NULL pointer dereference by John Zhao · 4 years, 1 month ago
  30. e9b27e5 superio/nuvoton/nct6776: Reflow `pnp_dev_info` array by Angel Pons · 4 years, 1 month ago
  31. 1f572b9 superio/nuvoton/nct6779d: Open some LDN config registers by Keith Hui · 4 years, 2 months ago
  32. bc867d5 src/mainboard: Remove unused 'include <stdlib.h>' by Elyes HAOUAS · 4 years, 2 months ago
  33. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  34. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  35. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 3 months ago
  36. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  37. 7774de5 superio/nuvoton: Improve code formatting by Elyes HAOUAS · 4 years, 4 months ago
  38. 65f0550 superio/nuvoton/nct5104d: add chip config option to reset GPIOs by Michał Żygowski · 4 years, 5 months ago
  39. cb858d6 superio/nuvoton/nct5539d: Update documentation and remove DSDT by Patrick Rudolph · 4 years, 5 months ago
  40. e1498ce superio/nuvoton/npcd378: Switch to superio/common by Patrick Rudolph · 4 years, 5 months ago
  41. fbdd18b superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl by Pavel Sayekat · 4 years, 5 months ago
  42. 3f3eca9 src/superio: replace license boilerplate with SPDX by Felix Held · 4 years, 6 months ago
  43. 79d7f6b superio/nuvoton/nct5104d: Add virtual LDN for simple GPIO IO control by Piotr Kleinschmidt · 4 years, 9 months ago
  44. b52f7c7 superio/nuvoton/nct5104d: Add soft reset GPIO functionality by Piotr Kleinschmidt · 4 years, 10 months ago
  45. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  46. 15b6c4a superio/nuvoton: add common HWM bank select function by Felix Held · 4 years, 7 months ago
  47. 98b72da superio/*: Don't use conf_mode directly by Patrick Rudolph · 4 years, 7 months ago
  48. 9a669b1 superio/{aspeed,nuvoton}: Fix typo by Elyes HAOUAS · 4 years, 7 months ago
  49. 9254246 src/superio: Remove unused include <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  50. eef7c69 superio/nct5539d: include the missing acpi.h and ssdt.h by Maxim Polyakov · 4 years, 8 months ago
  51. 007af42 superio/*/*/acpi: Improve the readability of the IndexField by Elyes HAOUAS · 4 years, 9 months ago
  52. 0dd8fe7 superio/nuvoton/nct5539d: use SuperIO ACPI generator by Maxim Polyakov · 4 years, 9 months ago
  53. facbf47 superio/nuvoton/nct6791d: use SuperIO ACPI generator by Maxim Polyakov · 4 years, 9 months ago
  54. 2329a25 superio: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  55. fb57d7c superio/nuvoton/nct5539d: Add nuvoton NCT5539D specific superio.asl by Pavel Sayekat · 5 years ago
  56. 98d5a86 src/superio/nuvoton: Add support for NCT5539D by Pavel Sayekat · 5 years ago
  57. b8477797 nuvoton/early_serial: improve comments on serial pinmux settings by Felix Held · 5 years ago
  58. 09b103a superio/nuvoton/nct6776: Make Kconfig symbol dependent by Angel Pons · 5 years ago
  59. 78fa372 superio/nuvoton/nct6791d: Add symbol to select COM port by Angel Pons · 5 years ago
  60. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  61. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  62. 3855c01 device/pnp: Add header files for PNP ops by Kyösti Mälkki · 5 years ago
  63. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  64. b91b0cc superio/wpcm450: fix keyboard IO masks by Felix Held · 5 years ago
  65. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  66. 085a226 superio/*: Link early initialization into bootblock by Arthur Heymans · 6 years ago
  67. 0ce41f1 src: Add required space after "switch" by Elyes HAOUAS · 6 years ago
  68. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  69. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  70. 66da032 superio/nuvoton/nct6776/acpi: Add PS/2 mouse support by Tristan Corrick · 6 years ago
  71. 19961a4 superio/nuvoton/nct6776/acpi: Add parallel port support by Tristan Corrick · 6 years ago
  72. 4505ab2 superio/nuvoton/nct6776/acpi: Fix typo in comments by Tristan Corrick · 6 years ago
  73. 9ae150a superio/nuvoton/npcd378: Add ACPI code for S3 resume by Patrick Rudolph · 6 years ago
  74. 61c3b59 superio/nuvoton/npcd378: Fix resource size by Patrick Rudolph · 6 years ago
  75. 9911d64 superio/nuvoton: remove LDN-specific ops overrides by Felix Held · 6 years ago
  76. 9bd6015 superio/nuvoton/npcd378: Add PSU fan control by Patrick Rudolph · 6 years ago
  77. 4576600 superio/nuvoton: Add support for NPCD378 by Patrick Rudolph · 6 years ago
  78. 4f512db nuvoton/nct6776: Add ACPI declarations by Tobias Diedrich · 7 years ago
  79. 88a61bb nuvoton/nct5572d: Disable mouse controller also during resume by Paul Menzel · 7 years ago
  80. 6ff1078 superio: Log if mouse controller is disabled by Paul Menzel · 7 years ago
  81. 7daac91 device/pnp: remove struct io_info by Samuel Holland · 7 years ago
  82. d84a1ca superio/nuvoton: Make SuperIO config functions externally available by Arthur Heymans · 7 years ago
  83. bef4d26 sio/nuvoton: Include generic nuvoton driver in bootblock stage by Teo Boon Tiong · 8 years ago
  84. f95daa5 superio/nuvoton: Add back Nuvoton NCT6776 support by Teo Boon Tiong · 8 years ago
  85. 26d484a Fix newlines at the end of files by Martin Roth · 8 years ago
  86. 57603e2 superio/*: Relocate Kconfig to chip folder. by Omar Pakker · 8 years ago
  87. 449fb9b superio/nuvoton: Add Nuvoton NCT6791D by Omar Pakker · 8 years ago
  88. 87eacac superio/nuvoton: Use official spelling of Nuvoton in `CHIP_NAME` by Paul Menzel · 10 years ago
  89. bf725b4 superio/nuvoton/nct5572d: Add PS/2 presence detect by Paul Menzel · 8 years ago
  90. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  91. a20ac2f tree: drop last paragraph of GPL copyright header from new files by Martin Roth · 9 years ago
  92. 474ff3d Revert "Drop SuperIO nuvoton/nct6779d" by Stefan Reinauer · 9 years ago
  93. 3b01cf1 superio/nuvoton/nct5572d: Add missing logical devices by Kyösti Mälkki · 9 years ago
  94. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  95. 42444f6 Drop SuperIO nuvoton/nct6779d by Stefan Reinauer · 9 years ago
  96. 53552cc Drop SuperIO nuvoton/nct6776 by Stefan Reinauer · 9 years ago
  97. 907ea33 superio/nuvoton/nct5572d: Enable power state after power failure support by Timothy Pearson · 9 years ago
  98. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  99. 18fed3d superio/nuvoton: Add support for Nuvoton NCT6779D by Matt DeVillier · 9 years ago
  100. 636f342 nuvoton/nct6776: there is no IRQ for LDN8 by Felix Held · 9 years ago