aboutsummaryrefslogtreecommitdiff
path: root/include/acpi
AgeCommit message (Expand)Author
2013-01-24ACPI / PM: Expose current status of ACPI power resourcesRafael J. Wysocki
2013-01-19ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki
2013-01-18Merge branch 'acpica' into acpi-lpssRafael J. Wysocki
2013-01-17ACPI / PM: Common string representations of device power statesRafael J. Wysocki
2013-01-17ACPI / PM: More visible function for retrieving device power statesRafael J. Wysocki
2013-01-17ACPI / PM: Take order attribute of wakeup power resources into accountRafael J. Wysocki
2013-01-17ACPI / PM: Take order attribute of power resources into accountRafael J. Wysocki
2013-01-17ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki
2013-01-15ACPI: Remove the ops field from struct acpi_deviceRafael J. Wysocki
2013-01-14ACPI: remove unused acpi_op_bind and acpi_op_unbindJiang Liu
2013-01-13ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki
2013-01-11ACPICA: Cleanup table handler naming conflicts.Lv Zheng
2013-01-11ACPICA: Source restructuring: split large files into 8 new files.Bob Moore
2013-01-10ACPICA: Cleanup PM_TIMER_FREQUENCY definition.Lv Zheng
2013-01-10ACPICA: Cleanup ACPI_DEBUG_PRINT macros to fix potential build breakages.Bob Moore
2013-01-10ACPICA: Update version to 20121220.Bob Moore
2013-01-10ACPICA: Resources: Split interrupt share/wake bits into two fields.Bob Moore
2013-01-10ACPICA: Update for non-configured ACPI_IS_DEBUG_ENABLED macro.Bob Moore
2013-01-10ACPICA: iASL: Finish support for the TPM2 table.Bob Moore
2013-01-10ACPICA: iASL: Finish support for CSRT table.Bob Moore
2013-01-10ACPICA: Merge all debug output macros into a single file, acoutput.Bob Moore
2013-01-10ACPICA: Update ACPI_IS_DEBUG_ENABLED macro.Bob Moore
2013-01-10ACPICA: DEBUG_PRINT macros: Update to improve performance.Bob Moore
2013-01-10ACPICA: Add header file support for the ACPI 5 TPM2 ACPI table.Bob Moore
2013-01-10ACPICA: Add time macros for various timer/time manipulation.Bob Moore
2013-01-10ACPICA: Resources: New interface, AcpiWalkResourceBuffer.Bob Moore
2013-01-10ACPICA: Update version to 20121114.Bob Moore
2013-01-10ACPICA: Resource Manager: update template walking with ACPI_NEXT_RESOURCE.Lv Zheng
2013-01-10ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng
2013-01-10ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng
2013-01-10ACPICA: Update codes under disabled build options.Lv Zheng
2013-01-10ACPICA: Update compilation environment settings.Lv Zheng
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng
2013-01-03ACPI: Remove unused struct acpi_pci_root.id memberBjorn Helgaas
2013-01-03ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki
2013-01-03ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki
2013-01-03ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki
2013-01-03ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki
2013-01-03ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki
2012-11-29Merge branch 'acpica'Rafael J. Wysocki
2012-11-27Merge branch 'acpi-dev-pm' into acpi-enumerationRafael J. Wysocki
2012-11-21ACPI / PM: Introduce os_accessible flag for power_stateAaron Lu