aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-6/+11
2010-01-15ACPI: Advertise to BIOS in _OSC: _OST on _PPC changesZhao Yakui1-1/+6
2009-12-28ACPI: Disable explicit power state retrieval on fansZhang Rui1-5/+5
2009-12-24Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into releaseLen Brown1-0/+2
2009-12-23ACPI: fix OSC regression that caused aer and pciehp not to loadShaohua Li1-8/+18
2009-12-22ACPI: processor: call _PDC earlyAlex Chiang1-0/+2
2009-12-16ACPI: Add platform-wide _OSC support.Shaohua Li1-0/+26
2009-12-16ACPI: Add a generic API for _OSC -v2Shaohua Li1-0/+122
2009-09-25ACPI: add acpi_bus_get_status_handle()Bjorn Helgaas1-27/+22
2009-09-19Merge branch 'misc-2.6.32' into releaseLen Brown1-0/+1
2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hLen Brown1-0/+1
2009-08-27ACPICA: Fix several acpi_attach_data problemsBob Moore1-1/+1
2009-06-18ACPI: use handle, not device, in system notification pathBjorn Helgaas1-15/+15
2009-06-18ACPI: remove unused return values from Bus Check & Device Check handlingBjorn Helgaas1-21/+11
2009-06-18ACPI: remove unused "status_changed" return value from Check Device handlingBjorn Helgaas1-19/+3
2009-06-18ACPI: simplify notification debug messagesBjorn Helgaas1-24/+3
2009-06-18ACPI: allow drivers to request both device and system notify eventsBjorn Helgaas1-1/+5
2009-05-08ACPI: power: update error messageLen Brown1-1/+1
2009-04-05Merge branch 'bjorn-initcall-cleanup' into releaseLen Brown1-0/+15
2009-03-27ACPI: call acpi_wakeup_device_init() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call acpi_sleep_proc_init() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call init_acpi_device_notify() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call acpi_debug_init() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call acpi_system_init() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call acpi_power_init() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call acpi_ec_init() explicitly rather than as initcallBjorn Helgaas1-0/+1
2009-03-27ACPI: call acpi_scan_init() explicitly rather than as initcallBjorn Helgaas1-0/+2
2009-03-27ACPI: skip DMI power state check when ACPI disabledBjorn Helgaas1-0/+4
2009-03-17ACPI: move private declarations to internal.hBjorn Helgaas1-0/+2
2009-03-16ACPI: remove doubled status checkingJiri Slaby1-8/+1
2008-12-19ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas1-8/+0
2008-11-07ACPI: turn off all debug output by defaultBjorn Helgaas1-0/+8
2008-11-06ACPI: remove CONFIG_ACPI_ECBjorn Helgaas1-2/+1
2008-10-22Merge branch 'ull' into testLen Brown1-2/+2
2008-10-22Merge branch 'ec' into testLen Brown1-0/+6
2008-10-22Merge branch 'dock' into testLen Brown1-0/+15
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui1-8/+8
2008-10-22ACPI: Add DMI check to disable power state check in power transitionZhao Yakui1-1/+22
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transitionZhao Yakui1-1/+13
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-2/+2
2008-10-11ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui1-0/+6
2008-09-23ACPI: introduce notifier change to avoid duplicatesShaohua Li1-0/+15
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+22
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore1-1/+1
2008-07-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-0/+11
2008-07-07ACPI: Introduce acpi_bus_power_manageable functionRafael J. Wysocki1-0/+11
2008-04-26x86: validate against acpi motherboard resourcesRobert Hancock1-0/+2
2008-04-15acpi: bus: check once more for an empty list after locking itChuck Ebbert1-3/+4
2008-03-11ACPI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-09x86: fix sparse warnings in acpi/bus.cHarvey Harrison1-6/+1