aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+6
2013-02-23Merge branch 'acpi-pm' into fixesRafael J. Wysocki1-1/+1
2013-02-23ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki1-1/+1
2013-02-15Merge branch 'pci/jiang-pci_slot-kconfig' into nextBjorn Helgaas1-0/+5
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu1-0/+5
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki1-0/+5
2013-01-30ACPI / platform: Use struct acpi_scan_handler for creating devicesRafael J. Wysocki1-6/+1
2013-01-30ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handlerRafael J. Wysocki1-0/+1
2013-01-30ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki1-1/+1
2013-01-29Merge branch 'acpi-lpss' into acpi-cleanupRafael J. Wysocki1-1/+6
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu1-0/+1
2013-01-24ACPI / scan: Prevent device add uevents from racing with user spaceRafael J. Wysocki1-2/+3
2013-01-23ACPI / platform: create LPSS clocks if Lynxpoint devices are found during scanMika Westerberg1-1/+5
2013-01-19ACPI: add support for CSRT tableMika Westerberg1-0/+1
2013-01-19ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki1-1/+0
2013-01-17ACPI: Use system level attribute of wakeup power resourcesRafael J. Wysocki1-0/+1
2013-01-17ACPI: Take power resource initialization errors into accountRafael J. Wysocki1-4/+3
2013-01-17ACPI / scan: Consolidate extraction of power resources listsRafael J. Wysocki1-1/+3
2013-01-17ACPI / PM: Take order attribute of power resources into accountRafael J. Wysocki1-0/+2
2013-01-17ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-0/+13
2013-01-17ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki1-0/+1
2013-01-03ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki1-0/+1
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-2/+2
2012-11-15ACPI: Add support for platform bus typeMika Westerberg1-0/+7
2012-11-15ACPI / EC: Cleanup the member name for spinlock/mutex in structFeng Tang1-2/+2
2011-05-29ACPI: Cleanup custom_method debug stuffThomas Renninger1-1/+2
2011-03-18ACPI: Remove the unused EC sysdev classRafael J. Wysocki1-3/+0
2011-01-12Merge branch 'suspend-ioremap-cache' into releaseLen Brown1-1/+1
2011-01-12ACPI / PM: Fix build problems for !CONFIG_ACPI related to NVS reworkRafael J. Wysocki1-1/+1
2011-01-12Merge branch 'suspend-ioremap-cache' into releaseLen Brown1-0/+8
2011-01-12ACPI / PM: Drop acpi_power_nocheckRafael J. Wysocki1-1/+0
2011-01-12ACPI / PM: Add function for device power state initializationRafael J. Wysocki1-0/+1
2011-01-12ACPI / PM: Introduce function for refcounting device power resourcesRafael J. Wysocki1-0/+1
2011-01-12ACPI / PM: Prevent acpi_power_get_inferred_state() from making changesRafael J. Wysocki1-1/+1
2011-01-07PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki1-0/+8
2010-08-15Merge branch 'linus' into releaseLen Brown1-0/+24
2010-08-15ACPI: remove deprecated ACPI procfs I/FZhang Rui1-7/+0
2010-08-15ACPI: introduce drivers/acpi/sysfs.cZhang Rui1-0/+1
2010-08-14ACPI: introduce drivers/acpi/debugfs.cZhang Rui1-0/+6
2010-08-03ACPI: Provide /sys/kernel/debug/ec/...Thomas Renninger1-0/+24
2010-05-28ACPI / EC / PM: Fix names of functions that block/unblock EC transactionsRafael J. Wysocki1-3/+3
2010-05-28ACPI / EC / PM: Fix race between EC transactions and system suspendRafael J. Wysocki1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-2/+2
2010-03-08ACPI / EC / PM: Close race between EC and resume from hibernationRafael J. Wysocki1-0/+2
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki1-2/+0
2009-12-22ACPI: processor: call _PDC earlyAlex Chiang1-0/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-1/+21
2009-03-27ACPI: call acpi_wakeup_device_init() explicitly rather than as initcallBjorn Helgaas1-0/+2
2009-03-27ACPI: call acpi_sleep_proc_init() explicitly rather than as initcallBjorn Helgaas1-0/+6