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. 625066e ec/quanta/ene_kb3940q/acpi: Fix PS2K under Windows by Matt DeVillier · 7 years ago
  4. 42efd7f {superio,ec}/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 7 months ago
  5. ca4b587 {superio,ec}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 7 months ago
  6. 35e65a8 tree: Replace And(a,b,c) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  7. 612801d ec/quanta/acpi: Replace Store(a,b) with ASL 2.0 syntax by Felix Singer · 1 year, 7 months ago
  8. 74a4dca ec: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  9. 87d4f11 {ec/superio}/acpi: Remove _PRS if no _SRS is implemented by Arthur Heymans · 1 year, 8 months ago
  10. d5d4b44 ec/quanta/ene_kb3940q/acpi: Replace LLess(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 6 months ago
  11. 45f512c ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void function by Elyes HAOUAS · 2 years, 6 months ago
  12. 9f8ce8f ec/quanta/ene_kb3940q/acpi: Replace Decrement() with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  13. 70f59e2 ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  14. e2c105e ec/quanta/ene_kb3940q/acpi: Replace Add(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  15. ae2d14b ec/quanta/ene_kb3940q/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 7 months ago
  16. 58e6789 ec/quanta/ene_kb3940q/acpi: Use Printf() for debug prints by Felix Singer · 2 years, 7 months ago
  17. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  18. 517453a src/ec/quanta/ene_kb3940q/acpi/battery.asl: Convert to ASL 2.0 by Elyes HAOUAS · 3 years, 5 months ago
  19. ad7c8ff src/ec: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  20. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  21. 4d319c3 src/ec: Add missing "set_resources = noop_set_resources" by Elyes HAOUAS · 4 years, 3 months ago
  22. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  23. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  24. 210a008 src/ec: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  25. be3979c acpi: Change Processor ACPI Name (Intel only) by Christian Walter · 4 years, 7 months ago
  26. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  27. be5317f ELOG: Avoid some preprocessor use by Kyösti Mälkki · 4 years, 8 months ago
  28. fe3a19d src/ec/quanta: Drop wrong _ADR objects by Elyes HAOUAS · 4 years, 9 months ago
  29. 07841c2 src/ec: Drop __PRE_RAM__ and __SMM__ guards by Kyösti Mälkki · 5 years ago
  30. cd2aa47 devicetree: Remove duplicate chip_ops declarations by Kyösti Mälkki · 5 years ago
  31. b874ef4 src/ec: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  32. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  33. 1d9199c ec/quanta: pass ops to pnp_enable_devices instead of LDN-specific override by Felix Held · 6 years ago
  34. 610d465 src/ec: Remove whitespace before tab by Elyes HAOUAS · 6 years ago
  35. f5c3518 src/ec: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  36. 7daac91 device/pnp: remove struct io_info by Samuel Holland · 7 years ago
  37. f482396 Kconfig: Indent help text by Martin Roth · 7 years ago
  38. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  39. af4c0a4 ec/ene_kb3940q: correct ACPI battery data fed into ToString() by Matt DeVillier · 7 years ago
  40. b933109 src/ec: Improve code formatting by Elyes HAOUAS · 8 years ago
  41. 2b010b8 src/ec: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  42. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  43. c285b30 ASL: Remove unused modulo recipient. by Vladimir Serbinenko · 8 years ago
  44. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  45. d890b45 ACPI: Add hack to avoid IASL warning when reading back registers by Martin Roth · 9 years ago
  46. 8b954f5 ec/quanta/ene_kb3940q: Fix ACPI Notice by Martin Roth · 9 years ago
  47. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  48. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  49. 77c04e9 kbuild: automatically include ECs by Stefan Reinauer · 9 years ago
  50. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 9 years ago
  51. 5f19eb6 ec: Use DEVICE_NOOP macro formalism over static stub func by Edward O'Callaghan · 10 years ago
  52. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  53. b57fef9 src/ec: Sanitize headers and comment #endif pairings by Edward O'Callaghan · 10 years ago
  54. e1fe688 src/*: Remove the last remnants of struct keyboard by Edward O'Callaghan · 10 years ago
  55. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  56. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  57. d7bd4eb Add support for "Butterfly" Chromebook by Stefan Reinauer · 11 years ago