Commit Graph

1840 Commits (41f321c2ecf416f9dcf76de989e9059fd699c8c1)

Author SHA1 Message Date
Bob Moore ecfbbc7b46 ACPICA: New: acpi_read and acpi_write public interfaces 16 years ago
Lin Ming 60a4ce7f41 ACPI: power.c: call acpi_get_name to get node name 16 years ago
Lin Ming 3d97e426aa ACPI: main.c: use new public GPE group enable/disable interfaces 16 years ago
Bob Moore 08ac07b826 ACPICA: New: Public GPE group enable/disable interfaces 16 years ago
Bob Moore e97d6bf1a0 ACPICA: New: acpi_get_gpe_device interface 16 years ago
Lin Ming c1e3523ccb ACPI: wakeup.c: remove ACPI_FUNCTION_TRACE 16 years ago
Lin Ming 95d9a7a828 ACPI: proc.c: remove ACPI_FUNCTION_TRACE 16 years ago
Lin Ming 0175d562a2 ACPI: ec.c: call acpi_get_name to get node name 16 years ago
Lin Ming 889c78be9e ACPI: osl.c: replace return_ACPI_STATUS with return 16 years ago
Zhang Rui 9e6dada9d2 video: always update the brightness when poking "brightness" 16 years ago
Roel Kluin 8a383ef0be ACPI: ec.c, pci_link.c, video_detec.c: static 16 years ago
Len Brown 087da3b4e2 ACPI: simplify buffer management for acpi_pci_bind() etc. 16 years ago
Bjorn Helgaas 39488b041e ACPI: PCI: add HP copyright 16 years ago
Bjorn Helgaas 3f0f3c27be ACPI: PCI: whitespace and useless initialization cleanup 16 years ago
Bjorn Helgaas 74f82af1ed ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inline 16 years ago
Bjorn Helgaas 4eaf6db3ea ACPI: PCI: simplify struct acpi_prt_entry 16 years ago
Bjorn Helgaas 3604a9f445 ACPI: PCI: simplify list of _PRT entries 16 years ago
Bjorn Helgaas 5697b7ca40 ACPI: PCI: combine lookup and derive 16 years ago
Bjorn Helgaas ee40136313 ACPI: PCI: follow typical PCI INTx swizzling pattern 16 years ago
Bjorn Helgaas 3b1ea18d3b ACPI: PCI: use positive logic to simplify code 16 years ago
Bjorn Helgaas beba8a643d ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive 16 years ago
Bjorn Helgaas 1350487eeb ACPI: PCI: tweak _PRT lookup debug 16 years ago
Bjorn Helgaas 063563b4b8 ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pin 16 years ago
Bjorn Helgaas c458033c9b ACPI: PCI: use 1-based encoding for _PRT quirks 16 years ago
Bjorn Helgaas e64e9db53a ACPI: PCI: always use the PCI INTx pin values, not the _PRT ones 16 years ago
Bjorn Helgaas cf68b80b0e ACPI: PCI: add a helper to convert _PRT INTx pin number to name 16 years ago
Bjorn Helgaas f748bafa3c ACPI: PCI: move struct acpi_prt_entry declaration out of public header file 16 years ago
Bjorn Helgaas c13f889a24 ACPI: PCI: fix GSI/IRQ naming confusion 16 years ago
Bjorn Helgaas b52b3f4af8 ACPI: PCI: ignore _PRT function information 16 years ago
Bjorn Helgaas 2320ac6cb0 ACPI: PCI: simplify buffer management for evaluating _PRT 16 years ago
Bjorn Helgaas 3b8249de43 ACPI: PCI: remove unnecessary null pointer checks 16 years ago
Bjorn Helgaas 21a53283a0 ACPI: PCI: use conventional PCI address format 16 years ago
Rafael J. Wysocki 11e93130c7 ACPI: Do not modify SCI_EN directly 16 years ago
Lin Ming 7a4b8131ac ACPICA: Enhance implicit return mechanism 16 years ago
Bob Moore eeb4437e63 ACPICA: Consolidate method arg count validation code 16 years ago
Bob Moore a647b5c340 ACPICA: Add Buffer->String conversion for predefined methods 16 years ago
Lin Ming d037c5fd73 ACPICA: Allow multiple backslash prefix in namepaths 16 years ago
Bob Moore 5572a9859f ACPICA: Fix to allow aliases within ASL namepaths 16 years ago
Bob Moore 319f8b8927 ACPICA: Remove references to obsolete ACPI_DUMP_APP 16 years ago
Bob Moore a8fadc923d ACPICA: Add support to externally execute _OSI method 16 years ago
Bob Moore 9f15fc666e ACPICA: Reformat comments, no functional changes 16 years ago
Bob Moore 009c4cbe99 ACPICA: Add global pointer for FACS table to simplify FACS access 16 years ago
Bob Moore c87609f31a ACPICA: Emit warning if two FACS or DSDT tables found in the FADT 16 years ago
Bob Moore 34830726c9 ACPICA: Fix namestring for the SystemCMOS address space 16 years ago
Bob Moore e9a8c6a909 ACPICA: Update debug output for IndexField I/O 16 years ago
Bob Moore fc37445733 ACPICA: Add a mechanism to escape infinite AML While() loops 16 years ago
Bob Moore 96411a6304 ACPICA: Optimize execution of AML While loops 16 years ago
Lin Ming 84d4db7c52 ACPICA: Fix possible memory leak on error in parser 16 years ago
Bob Moore d85988fa02 ACPICA: Update FACS waking vector interfaces 16 years ago
Bob Moore 6de4048a41 ACPICA: Fix several warnings under gcc 4 compiler 16 years ago