summaryrefslogtreecommitdiff
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: DEBUG_PRINT macros: Update to improve performance.Bob Moore2013-01-101-3/+29
* ACPICA: Add header file support for the ACPI 5 TPM2 ACPI table.Bob Moore2013-01-101-0/+31
* ACPICA: Add time macros for various timer/time manipulation.Bob Moore2013-01-101-1/+16
* ACPICA: Resources: New interface, AcpiWalkResourceBuffer.Bob Moore2013-01-102-0/+9
* ACPICA: Update version to 20121114.Bob Moore2013-01-101-1/+1
* ACPICA: Resource Manager: update template walking with ACPI_NEXT_RESOURCE.Lv Zheng2013-01-101-1/+4
* ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng2013-01-105-6/+17
* ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng2013-01-106-51/+34
* ACPICA: Update codes under disabled build options.Lv Zheng2013-01-102-10/+36
* ACPICA: Update compilation environment settings.Lv Zheng2013-01-102-119/+102
* ACPICA: Cleanup updated comments.Lv Zheng2013-01-105-35/+31
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-2/+2
|\
| * ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-051-2/+2
* | Merge branch 'acpi-general'Rafael J. Wysocki2012-11-291-2/+2
|\ \
| * | ACPI: create _SUN sysfs fileYasuaki Ishimatsu2012-11-161-0/+1
| * | ACPI: Remove unused lockable in acpi_device_flagsToshi Kani2012-11-151-2/+1
| |/
* | Merge branch 'acpica'Rafael J. Wysocki2012-11-297-42/+47
|\ \
| * | ACPICA: Update version to 20121018Bob Moore2012-11-151-1/+1
| * | ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB methodBob Moore2012-11-152-5/+8
| * | ACPICA: Update support for ACPI 5 MPST tableBob Moore2012-11-151-11/+11
| * | ACPICA: Add ACPI_MOVE_NAME macro to optimize 4-byte ACPI_NAME copiesBob Moore2012-11-151-0/+4
| * | ACPICA: Remove extra spaces after periods in the Intel licenseBob Moore2012-11-151-1/+1
| * | ACPICA: Remove extra spaces after periods within commentsBob Moore2012-11-151-1/+1
| * | ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore2012-11-152-2/+0
| * | ACPICA: Fix indent caused divergences.Lv Zheng2012-11-152-10/+9
| * | ACPICA: Fix AcpiSrc caused divergences.Lv Zheng2012-11-152-5/+5
| * | ACPICA: Fix divergences of definition conflicts.Lv Zheng2012-11-151-6/+6
| * | ACPICA: Fix unmerged debugger divergences.Lv Zheng2012-11-151-0/+1
| |/
* | Merge branch 'acpi-dev-pm' into acpi-enumerationRafael J. Wysocki2012-11-271-3/+69
|\ \
| * | ACPI / PM: Introduce os_accessible flag for power_stateAaron Lu2012-11-211-0/+6
| * | ACPI / PM: Fix build problem related to acpi_target_system_state()David Rientjes2012-11-151-2/+6
| * | ACPI / PM: Move device PM functions related to sleep statesRafael J. Wysocki2012-11-151-0/+2
| * | ACPI / PM: Provide device PM functions operating on struct acpi_deviceRafael J. Wysocki2012-11-151-0/+11
| * | ACPI / PM: Split device wakeup management routinesRafael J. Wysocki2012-11-151-0/+11
| * | ACPI / PM: Move device power state selection routine to device_pm.cRafael J. Wysocki2012-11-151-1/+14
| * | ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki2012-11-151-0/+15
| * | ACPI / PM: Fix device PM kernedoc comments and #ifdefsRafael J. Wysocki2012-11-151-2/+6
| |/
* | ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki2012-11-211-1/+1
* | driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg2012-11-151-1/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-089-80/+444
|\
| *-------. Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown2012-10-069-80/+444
| |\ \ \ \ \
| | | | | | * ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu2012-09-211-2/+13
| | |_|_|_|/ | |/| | | |
| | | | | * ACPI: introduce module_acpi_driver() helper macroMika Westerberg2012-09-211-0/+13
| | |_|_|/ | |/| | |
| | | | * ACPI: Add new sysfs interface to export device descriptionLance Ortiz2012-10-061-0/+1
| | |_|/ | |/| |
| | * | ACPICA: Update version to 20120913Bob Moore2012-09-211-1/+1
| | * | ACPICA: Headers: Add new ACPI 5 HEST notify type values.Bob Moore2012-09-211-1/+3
| | * | ACPI: Use ACPICA native way to decode the PLD bufferFeng Tang2012-09-211-30/+1
| | * | ACPICA: Update version to 20120816.Bob Moore2012-09-211-1/+1
| | * | ACPICA: Add struct header support for _FDE, _GRT, _GTM, and _SRT names.Bob Moore2012-09-211-0/+43
| | * | ACPICA: Add support for complex _PLD buffers.Bob Moore2012-09-217-12/+234