1. 625066e ec/quanta/ene_kb3940q/acpi: Fix PS2K under Windows by Matt DeVillier · 7 years ago
  2. 42efd7f {superio,ec}/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 8 months ago
  3. ca4b587 {superio,ec}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 8 months ago
  4. c87c1ab tree/acpi: Replace Not(a) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  5. d252776 tree: Replace And(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  6. 35e65a8 tree: Replace And(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  7. 86bc2e7 tree: Replace Or(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  8. 034920c tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  9. f3649f0 tree: Replace XOr(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  10. 612801d ec/quanta/acpi: Replace Store(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 8 months ago
  11. 74a4dca ec: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 10 months ago
  12. 87d4f11 {ec/superio}/acpi: Remove _PRS if no _SRS is implemented by Arthur Heymans · 1 year, 9 months ago
  13. 0375b82 ec/quanta/it8518/acpi: Replace LGreater(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  14. 10ca0ab ec/quanta/it8518/acpi: Replace LLess(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  15. d40d0b0 ec/quanta/it8518/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  16. 3f53ee3 ec/quanta/it8518/acpi: Replace Divide(a,b,,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  17. 1e96554 ec/quanta/it8518/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  18. f1f861e ec/quanta/it8518/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  19. d5d4b44 ec/quanta/ene_kb3940q/acpi: Replace LLess(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  20. 45f512c ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void function by Elyes HAOUAS · 2 years, 7 months ago
  21. ecc63d9 ec/quanta/it8518/acpi: Replace LNot() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  22. d4a91aa ec/quanta/it8518/acpi: Replace Decrement() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  23. 9f8ce8f ec/quanta/ene_kb3940q/acpi: Replace Decrement() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  24. 70f59e2 ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  25. 176279e ec/quanta/it8518/acpi: Replace Increment() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  26. 91596bc ec/quanta/it8518/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  27. e2c105e ec/quanta/ene_kb3940q/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  28. d8cf962 ec/quanta/it8518/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  29. fbf01e1 ec/quanta/it8518/acpi: Replace Subtract(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  30. f00caca ec/quanta/it8518/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  31. ae2d14b ec/quanta/ene_kb3940q/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  32. dac0408 ec/quanta/it8518/acpi: Replace LAnd() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  33. c13aea6 ec/quanta/it8518/acpi: Use ASL 2.0 syntax to access arrays by Felix Singer · 2 years, 8 months ago
  34. 58e6789 ec/quanta/ene_kb3940q/acpi: Use Printf() for debug prints by Felix Singer · 2 years, 8 months ago
  35. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  36. 517453a src/ec/quanta/ene_kb3940q/acpi/battery.asl: Convert to ASL 2.0 by Elyes HAOUAS · 3 years, 6 months ago
  37. 48a6c01 src: Remove redundant use of ACPI offset(0) by Elyes HAOUAS · 4 years, 1 month ago
  38. ad7c8ff src/ec: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  39. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  40. 4d319c3 src/ec: Add missing "set_resources = noop_set_resources" by Elyes HAOUAS · 4 years, 4 months ago
  41. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  42. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  43. 210a008 src/ec: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  44. be3979c acpi: Change Processor ACPI Name (Intel only) by Christian Walter · 4 years, 8 months ago
  45. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  46. be5317f ELOG: Avoid some preprocessor use by Kyösti Mälkki · 4 years, 10 months ago
  47. 5216b72 ec/{compal,google,quanta}: Drop wrong _ADR objects by Elyes HAOUAS · 4 years, 10 months ago
  48. fe3a19d src/ec/quanta: Drop wrong _ADR objects by Elyes HAOUAS · 4 years, 10 months ago
  49. 07841c2 src/ec: Drop __PRE_RAM__ and __SMM__ guards by Kyösti Mälkki · 5 years ago
  50. cd2aa47 devicetree: Remove duplicate chip_ops declarations by Kyösti Mälkki · 5 years ago
  51. b874ef4 src/ec: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  52. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  53. 1d9199c ec/quanta: pass ops to pnp_enable_devices instead of LDN-specific override by Felix Held · 6 years ago
  54. 610d465 src/ec: Remove whitespace before tab by Elyes HAOUAS · 6 years ago
  55. c924f39 ec/quanta/it8518: add missing HID to SIO device by Matt DeVillier · 7 years ago
  56. 67816480 ec/quanta/it8518: correct ACPI battery data fed into ToString() by Matt DeVillier · 7 years ago
  57. f5c3518 src/ec: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  58. 7daac91 device/pnp: remove struct io_info by Samuel Holland · 7 years ago
  59. f482396 Kconfig: Indent help text by Martin Roth · 7 years ago
  60. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  61. af4c0a4 ec/ene_kb3940q: correct ACPI battery data fed into ToString() by Matt DeVillier · 7 years ago
  62. b933109 src/ec: Improve code formatting by Elyes HAOUAS · 8 years ago
  63. 2b010b8 src/ec: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  64. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  65. c285b30 ASL: Remove unused modulo recipient. by Vladimir Serbinenko · 9 years ago
  66. b27c24f Workaround for unused variable warning. by Vladimir Serbinenko · 9 years ago
  67. d200e0e stout: Fix ASL warnings by Vladimir Serbinenko · 9 years ago
  68. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  69. d890b45 ACPI: Add hack to avoid IASL warning when reading back registers by Martin Roth · 9 years ago
  70. 8b954f5 ec/quanta/ene_kb3940q: Fix ACPI Notice by Martin Roth · 9 years ago
  71. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  72. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  73. 77c04e9 kbuild: automatically include ECs by Stefan Reinauer · 9 years ago
  74. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  75. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 10 years ago
  76. 5f19eb6 ec: Use DEVICE_NOOP macro formalism over static stub func by Edward O'Callaghan · 10 years ago
  77. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  78. b57fef9 src/ec: Sanitize headers and comment #endif pairings by Edward O'Callaghan · 10 years ago
  79. e1fe688 src/*: Remove the last remnants of struct keyboard by Edward O'Callaghan · 10 years ago
  80. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  81. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  82. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  83. 7e56855 Support ITE IT8518 embedded controller running Quanta's firmware by Stefan Reinauer · 11 years ago
  84. d7bd4eb Add support for "Butterfly" Chromebook by Stefan Reinauer · 12 years ago