aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki4-132/+43
2013-02-13ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki1-2/+0
2013-02-13ACPI: Unbind ACPI drv when probe failedToshi Kani1-0/+2
2013-02-13ACPI: sysfs eject support for ACPI scan handlersToshi Kani1-1/+1
2013-02-13ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki1-12/+28
2013-02-13ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu1-4/+3
2013-02-11Merge branch 'acpi-lpss'Rafael J. Wysocki5-13/+204
2013-02-11Merge branch 'acpi-pm'Rafael J. Wysocki8-867/+1072
2013-02-11Merge branch 'acpica'Rafael J. Wysocki166-4043/+4518
2013-02-11Merge branch 'acpi-scan'Rafael J. Wysocki11-498/+198
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-1/+0
2013-02-09ACPI: enable ACPI SCI during suspendZhang Rui1-1/+1
2013-02-08ACPI / idle: remove usage of the statedataDaniel Lezcano1-12/+7
2013-02-08ACPI / idle: pass the cpuidle_device parameterDaniel Lezcano1-5/+6
2013-02-08ACPI / idle : remove pointless headersDaniel Lezcano1-12/+1
2013-02-08ACPI / idle: remove unused definitionDaniel Lezcano1-4/+0
2013-02-06ACPI: Add DMI entry for Sony VGN-FW41E_HJoseph Salisbury1-0/+8
2013-02-03ACPI / PM: Handle missing _PSC in acpi_bus_update_power()Rafael J. Wysocki1-0/+3
2013-02-02ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.cYasuaki Ishimatsu1-1/+1
2013-02-01ACPI / PM: Do not power manage devices in unknown initial statesRafael J. Wysocki2-1/+10
2013-01-31ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.cYasuaki Ishimatsu1-3/+3
2013-01-31ACPI / scan: Clean up acpi_bus_get_parent()Rafael J. Wysocki1-11/+5
2013-01-31ACPI / scan: Fix acpi_bus_get_device() check in acpi_match_device()Rafael J. Wysocki1-2/+2
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2013-01-30ACPI / platform: Use struct acpi_scan_handler for creating devicesRafael J. Wysocki3-46/+50
2013-01-30ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handlerRafael J. Wysocki3-33/+16
2013-01-30ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki2-24/+16
2013-01-30ACPI / scan: Introduce struct acpi_scan_handlerRafael J. Wysocki1-7/+53
2013-01-29Merge branch 'acpi-lpss' into acpi-cleanupRafael J. Wysocki107-3839/+4479
2013-01-29Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2-19/+17
2013-01-29ACPI / scan: Make scanning of fixed devices follow the general schemeRafael J. Wysocki1-11/+24
2013-01-29Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki8-863/+1056
2013-01-27ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parentAndreas Fleig1-4/+5
2013-01-27ACPI / scan: Make namespace scanning and trimming mutually exclusiveRafael J. Wysocki1-4/+12
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas4-2/+156
2013-01-26Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas5-113/+69
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman3-0/+14
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki17-34/+32
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki11-487/+189
2013-01-26ACPI: fix obsolete comment in custom_method.cZhang Rui1-1/+1
2013-01-26ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada1-0/+4
2013-01-26ACPI thermal: remove unnecessary newline from exception messageColin Ian King1-1/+1
2013-01-26ACPI sysfs: remove unnecessary newline from exceptionColin Ian King1-1/+1
2013-01-26ACPI video: remove unnecessary newline from error messagesColin Ian King1-2/+2
2013-01-26ACPI: SRAT: report non-volatile memory in debugDavidlohr Bueso1-2/+4
2013-01-26ACPI: Rework acpi_get_child() to be more efficientRafael J. Wysocki1-22/+13
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2-15/+5
2013-01-25PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen1-3/+9
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu3-0/+128