1. 37bf440 acpi: Move the table-finding functions into the libary by Simon Glass · 1 year, 5 months ago
  2. aafb31f acpi: Move acpi_write_tables() to a generic header by Simon Glass · 2 years, 8 months ago
  3. 979a24e acpi: Add some tables needed by ARM devices by Simon Glass · 2 years, 10 months ago
  4. 78031ad x86: acpi: Update acpi_fill_csrt() to use acpi_ctx by Simon Glass · 2 years, 10 months ago
  5. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 10 months ago
  6. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 10 months ago
  7. 383bf1b acpi: Move acpi_fill_header() to the generic header by Simon Glass · 2 years, 10 months ago
  8. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  9. 8a65527 acpi: Tidy up documentation for struct acpi_gpio by Simon Glass · 3 years, 8 months ago
  10. d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 3 years, 11 months ago
  11. 9c6aaf1 acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · 4 years ago
  12. 1e4073b acpi: Add more documentation for struct acpi_gpio by Simon Glass · 4 years ago
  13. ee3cb7c x86: Move include of bitops out of ACPI region by Simon Glass · 4 years ago
  14. 2a2ebf8 acpi: Use defines for field lengths by Simon Glass · 4 years ago
  15. 77bb1c6 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years ago
  16. 9179c35 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years ago
  17. da2c1b8 x86: apl: Generate required ACPI tables by Simon Glass · 4 years ago
  18. 540f0ba x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years ago
  19. 350c7f5 acpi: Add more support for generating processor tables by Simon Glass · 4 years ago
  20. 1540328 acpi: Add support for generating processor tables by Simon Glass · 4 years ago
  21. f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years ago
  22. d262898 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years ago
  23. 6c0da2d x86: Add a few common Intel CPU functions by Simon Glass · 4 years ago
  24. fd42f26 i2c: Add a generic driver to generate ACPI info by Simon Glass · 4 years ago
  25. 23dd0ea dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years ago
  26. 88490e1 acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years ago
  27. da7cff3 acpi: Add support for conditions and return values by Simon Glass · 4 years ago
  28. e0a896b acpi: Add support for writing a _PRW by Simon Glass · 4 years ago
  29. bb6772c acpi: Support writing named values by Simon Glass · 4 years, 3 months ago
  30. 91c2f9c acpi: Support generation of a device by Simon Glass · 4 years, 3 months ago
  31. d7d631d acpi: Support generation of a generic register by Simon Glass · 4 years, 3 months ago
  32. 82659cc acpi: Support generation of a scope by Simon Glass · 4 years, 3 months ago
  33. fea9651 acpi: Export functions to write sized values by Simon Glass · 4 years, 3 months ago
  34. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago
  35. 740630b acpi: Add support for a generic power sequence by Simon Glass · 4 years, 3 months ago
  36. f8054dd acpi: Add support for writing a GPIO power sequence by Simon Glass · 4 years, 3 months ago
  37. f9189d5 acpi: Add support for writing a Power Resource by Simon Glass · 4 years, 3 months ago
  38. 9c70e7e acpi: Add support for various misc ACPI opcodes by Simon Glass · 4 years, 3 months ago
  39. 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 3 months ago
  40. 2357234 acpi: Support writing a GPIO by Simon Glass · 4 years, 3 months ago
  41. 0e5a0a0 acpi: Support writing Device Properties objects via _DSD by Simon Glass · 4 years, 3 months ago
  42. 29df845 acpi: Support writing a UUID by Simon Glass · 4 years, 3 months ago
  43. 7aed90d acpi: Support writing a name by Simon Glass · 4 years, 3 months ago
  44. 3df33bd acpi: Support writing a string by Simon Glass · 4 years, 3 months ago
  45. 83b2bd5 acpi: Support writing an integer by Simon Glass · 4 years, 3 months ago
  46. 03967ce acpigen: Support writing a package by Simon Glass · 4 years, 3 months ago
  47. 7e148f2 acpigen: Support writing a length by Simon Glass · 4 years, 3 months ago
  48. 70e5e67 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 3 months ago
  49. 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 3 months ago
  50. 4ebc940 acpi: Support generation of a GPIO/irq for a device by Simon Glass · 4 years, 3 months ago
  51. a9e0a07 acpi: Support generation of GPIO descriptor by Simon Glass · 4 years, 3 months ago
  52. 7fb8da4 acpi: Support string output by Simon Glass · 4 years, 3 months ago
  53. 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 3 months ago
  54. ff715c6 acpi: Support generation of interrupt descriptor by Simon Glass · 4 years, 3 months ago
  55. 61cc933 acpi: Support generation of ACPI code by Simon Glass · 4 years, 3 months ago
  56. f495513 irq: Add a method to convert an interrupt to ACPI by Simon Glass · 4 years, 3 months ago
  57. 2715b36 acpi: Add a way to check device status by Simon Glass · 4 years, 3 months ago
  58. 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 3 months ago
  59. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  60. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 5 months ago
  61. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 5 months ago
  62. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 5 months ago
  63. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 5 months ago
  64. bfeb5d4 acpi: Add support for DMAR by Simon Glass · 4 years, 6 months ago
  65. 91fe8b7 acpi: Add a central location for table version numbers by Simon Glass · 4 years, 6 months ago
  66. 89c2798 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 6 months ago
  67. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 6 months ago
  68. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 6 months ago