summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables/tbfadt.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09ACPICA: create acpica/ directoryLen Brown1-610/+0
2008-12-31ACPICA: FADT: Update error msgs for consistencyBob Moore1-4/+4
2008-12-31ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com1-68/+105
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore1-20/+105
2008-12-31ACPICA: Restructure includes into public/privateBob Moore1-0/+1
2008-12-29ACPICA: Emit warning if two FACS or DSDT tables found in the FADTBob Moore1-2/+15
2008-12-29ACPICA: Fix several warnings under gcc 4 compilerBob Moore1-2/+2
2008-11-06ACPI: use macro to replace hard numberYinghai Lu1-1/+1
2008-10-10ACPI: fix FADT parsingJan Beulich1-7/+25
2008-07-18Revert "Fix FADT parsing"Andi Kleen1-11/+6
2008-07-16Fix FADT parsingJan Beulich1-6/+11
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore1-3/+3
2008-04-23ACPICA: update Intel copyrightLen Brown1-1/+1
2007-07-03ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTsBob Moore1-18/+26
2007-05-09ACPICA: LindentLen Brown1-2/+4
2007-04-28ACPICA: clear fields reserved before FADT r3Bob Moore1-0/+12
2007-02-02ACPICA: fix gcc build warningsAlexey Starikovskiy1-2/+2
2007-02-02ACPI: fix HP RX2600 IA64 bootAlexey Starikovskiy1-0/+5
2007-02-02ACPICA: Update copyright to 2007.Bob Moore1-1/+1
2007-02-02ACPICA: New common routine for creating and verifying a local FADT.Bob Moore1-20/+51
2007-02-02ACPICA: FADT verification is now table driven.Bob Moore1-136/+153
2007-02-02ACPICA: Update comments in tbfadt.cBob Moore1-5/+6
2007-02-02ACPICA: Create tbfadt.c to hold all FADT-related functionsBob Moore1-0/+380