summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2009-01-07ACPI/PCI: call _OSC support during root bridge discoveryAndrew Patterson
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King
2009-01-06trivial: Fix misspelling of "firmware" in acpi_memhotplug.cNick Andrew
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell
2008-12-31ACPICA: FADT: Update error msgs for consistencyBob Moore
2008-12-31ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore
2008-12-31ACPICA: Restructure includes into public/privateBob Moore
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming
2008-12-31ACPI: reboot.c: use new acpi_reset interfaceLin Ming
2008-12-31ACPICA: New: acpi_reset interface - write to reset registerBob Moore
2008-12-31ACPICA: Move all public H/W interfaces to new hwxfaceBob Moore
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore
2008-12-31ACPI: power.c: call acpi_get_name to get node nameLin Ming
2008-12-31ACPI: main.c: use new public GPE group enable/disable interfacesLin Ming
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore
2008-12-31ACPI: wakeup.c: remove ACPI_FUNCTION_TRACELin Ming
2008-12-31ACPI: proc.c: remove ACPI_FUNCTION_TRACELin Ming
2008-12-31ACPI: ec.c: call acpi_get_name to get node nameLin Ming
2008-12-31ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming
2008-12-30video: always update the brightness when poking "brightness"Zhang Rui
2008-12-30ACPI: ec.c, pci_link.c, video_detec.c: staticRoel Kluin
2008-12-30ACPI: simplify buffer management for acpi_pci_bind() etc.Len Brown
2008-12-30ACPI: PCI: add HP copyrightBjorn Helgaas
2008-12-30ACPI: PCI: whitespace and useless initialization cleanupBjorn Helgaas
2008-12-30ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inlineBjorn Helgaas
2008-12-30ACPI: PCI: simplify struct acpi_prt_entryBjorn Helgaas
2008-12-30ACPI: PCI: simplify list of _PRT entriesBjorn Helgaas
2008-12-30ACPI: PCI: combine lookup and deriveBjorn Helgaas
2008-12-30ACPI: PCI: follow typical PCI INTx swizzling patternBjorn Helgaas
2008-12-30ACPI: PCI: use positive logic to simplify codeBjorn Helgaas
2008-12-30ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_deriveBjorn Helgaas
2008-12-30ACPI: PCI: tweak _PRT lookup debugBjorn Helgaas
2008-12-30ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pinBjorn Helgaas
2008-12-30ACPI: PCI: use 1-based encoding for _PRT quirksBjorn Helgaas
2008-12-30ACPI: PCI: always use the PCI INTx pin values, not the _PRT onesBjorn Helgaas
2008-12-30ACPI: PCI: add a helper to convert _PRT INTx pin number to nameBjorn Helgaas
2008-12-30ACPI: PCI: move struct acpi_prt_entry declaration out of public header fileBjorn Helgaas
2008-12-30ACPI: PCI: fix GSI/IRQ naming confusionBjorn Helgaas
2008-12-30ACPI: PCI: ignore _PRT function informationBjorn Helgaas
2008-12-30ACPI: PCI: simplify buffer management for evaluating _PRTBjorn Helgaas
2008-12-30ACPI: PCI: remove unnecessary null pointer checksBjorn Helgaas
2008-12-30ACPI: PCI: use conventional PCI address formatBjorn Helgaas
2008-12-30ACPI: Do not modify SCI_EN directlyRafael J. Wysocki
2008-12-29ACPICA: Enhance implicit return mechanismLin Ming
2008-12-29ACPICA: Consolidate method arg count validation codeBob Moore
2008-12-29ACPICA: Add Buffer->String conversion for predefined methodsBob Moore
2008-12-29ACPICA: Allow multiple backslash prefix in namepathsLin Ming