include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / acpi / scan.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Darrick J. Wongacpi: Support IBM SMBus CMI devices
2010-02-23 Rafael J. WysockiPCI / ACPI / PM: Platform support for PCI PME wake-up
2010-02-23 Rafael J. WysockiACPI / PM: Add more run-time wake-up fields
2010-02-01 Thomas RenningerACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no...
2010-02-01 Thomas RenningerACPI: Add NULL pointer check in acpi_bus_start
2009-11-25 Lin MingACPICA: Add post-order callback to acpi_walk_namespace
2009-10-02 Bjorn HelgaasACPI: fix bus scanning memory leaks
2009-09-25 Bjorn HelgaasACPI: simplify building device HID/CID list
2009-09-25 Bjorn HelgaasACPI: remove acpi_device_uid() and related stuff
2009-09-25 Bjorn HelgaasACPI: remove acpi_device.flags.hardware_id
2009-09-25 Bjorn HelgaasACPI: remove acpi_device.flags.compatible_ids
2009-09-25 Bjorn HelgaasACPI: maintain a single list of _HID and _CID IDs
2009-09-25 Bjorn HelgaasACPI: make sure every acpi_device has an ID
2009-09-25 Bjorn HelgaasACPI: use acpi_device_hid() when possible
2009-09-25 Bjorn HelgaasACPI: fix synthetic HID for \_SB_
2009-09-25 Bjorn HelgaasACPI: handle re-enumeration, when acpi_devices might...
2009-09-25 Bjorn HelgaasACPI: factor out device type and status checking
2009-09-25 Bjorn HelgaasACPI: use acpi_walk_namespace() to enumerate devices
2009-09-25 Bjorn HelgaasACPI: identify device tree root by null parent pointer...
2009-09-25 Bjorn HelgaasACPI: enumerate namespace before adding functional...
2009-09-25 Bjorn HelgaasACPI: convert acpi_bus_scan() to operate on an acpi_handle
2009-09-25 Bjorn HelgaasACPI: add acpi_bus_get_parent() and remove "parent...
2009-09-25 Bjorn HelgaasACPI: remove unnecessary argument checking
2009-09-25 Bjorn HelgaasACPI: remove redundant "type" arguments
2009-09-25 Bjorn HelgaasACPI: remove acpi_device_set_context() "type" argument
2009-09-25 Bjorn HelgaasACPI: use device_type rather than comparing HID
2009-09-25 Bjorn HelgaasACPI: save device_type in acpi_device
2009-09-25 Bjorn HelgaasACPI: remove redundant "handle" and "parent" arguments
2009-09-25 Bjorn HelgaasACPI: remove unused acpi_bus_scan_fixed() argument
2009-09-25 Bjorn HelgaasACPI: add debug for device addition
2009-09-19 Bjorn HelgaasACPI: don't pass handle for fixed hardware notifications
2009-09-19 Len BrownMerge branch 'bjorn-start-stop-2.6.32' into release
2009-09-19 Len BrownMerge branch 'acpica' into release
2009-09-19 Len BrownMerge branch 'linus' into release
2009-09-09 Rafael J. WysockiACPI PM: Replace wakeup.prepared with reference counter
2009-09-05 Len BrownRevert "ACPI: Attach the ACPI device to the ACPI handle...
2009-09-01 Hugh DickinsACPI: fix NULL bug for HID/UID string
2009-08-27 Bob MooreACPICA: Fix several acpi_attach_data problems
2009-08-27 Bob MooreACPICA: Major update for acpi_get_object_info external...
2009-06-25 Bjorn HelgaasACPI: remove unused acpi_device_ops .stop method
2009-06-24 Len BrownMerge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci...
2009-06-24 Zhang RuiACPI: run ACPI device hot removal in kacpi_hotplug_wq
2009-06-18 Alex ChiangACPI: clean up whitespace in drivers/acpi/scan.c
2009-06-18 Alex ChiangACPI: acpi_device_register() should call device_register()
2009-04-07 Len BrownACPI: delete acpi_device.g_list
2009-04-07 Shaohua LiACPI: convert acpi_device_lock spinlock to mutex
2009-04-05 Bjorn HelgaasACPI: support acpi_device_ops .notify methods
2009-04-05 Len BrownMerge branch 'driver-ops-cleanup' into release
2009-03-27 Bjorn HelgaasACPI: remove unused acpi_device_ops .shutdown method
2009-03-27 Bjorn HelgaasACPI: call acpi_scan_init() explicitly rather than...
2009-03-17 Bjorn HelgaasACPI: move private declarations to internal.h
2008-12-31 Lin MingACPI: remove private acpica headers from driver files
2008-11-26 Len BrownRevert "ACPI: don't enable control method power button...
2008-11-12 Len BrownMerge branch 'processor-256' into release
2008-11-12 Len BrownMerge branch 'video' into release
2008-11-08 Thomas RenningerACPI video: if no ACPI backlight support, use vendor...
2008-11-07 Kay SieversACPI: struct device - replace bus_id with dev_name...
2008-11-07 Myron StoweACPI: Disambiguate processor declaration type
2008-10-23 Len BrownMerge branch 'misc' into test
2008-10-23 Len BrownMerge branch 'ec' into test
2008-10-23 Len BrownMerge branch 'bugzilla-10503' into test
2008-10-23 Len BrownMerge branch 'acpica' into test
2008-10-23 Lin MingACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ......
2008-10-22 Len BrownACPI: remove unused acpi_is_child_device()
2008-10-22 Zhao YakuiACPI : Load device driver according to the status of...
2008-10-22 Zhao YakuiACPI: Attach the ACPI device to the ACPI handle as...
2008-10-22 Zhao YakuiACPI: Get the device power state in the course of scann...
2008-10-11 Zhao YakuiACPI: Enable EC device immediately after ACPI full...
2008-10-10 Pavel MachekACPI: catch calls of acpi_driver_data on pointer of...
2008-10-10 Alexey StarikovskiyACPI: acpi_driver_data could only be applied to acpi_device
2008-10-07 Zhang RuiACPI: don't enable control method power button as wakeu...
2008-07-22 Greg Kroah-Hartmandriver core: fix a lot of printk usages of bus_id
2008-07-17 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2008-07-16 Alok N KatariaACPI: fix checkpatch.pl complaints in scan.c
2008-07-16 Zhang Ruifix a deadlock issue when poking "eject" file
2008-07-07 Rafael J. WysockiACPI: Introduce acpi_device_sleep_wake function
2008-04-30 Len BrownMerge branches 'release', 'acpica', 'bugzilla-10224...
2008-04-29 Thomas RenningerACPI: Cleanup: Remove unneeded, multiple local dummy...
2008-04-22 Bob MooreACPICA: Fixes for external Reference Objects
2008-04-10 Zhao YakuiACPI : Disable the device's ability to wake the sleepin...
2008-03-26 Zhang RuiACPI: fix a regression of ACPI device driver autoloading
2008-03-13 Len BrownMerge branches 'release', 'ejd', 'sony' and 'wmi' into...
2008-03-11 Harvey HarrisonACPI: replace remaining __FUNCTION__ occurrences
2008-02-21 Holger MachtACPI: Do not pass NULL to acpi_get_handle() when lookin...
2008-02-07 Len BrownMerge branches 'release' and 'fluff' into release
2008-02-07 Len BrownACPI: add missing prink prefix strings
2008-02-07 Len BrownMerge branches 'release' and 'autoload' into release
2008-02-03 Joe Perchesdrivers/acpi/: Spelling fixes
2008-01-01 Alexey StarikovskiyACPI: EC: Enable boot EC before bus_scan
2007-12-08 Frank SeidelACPI: Fix autloading of dock, video, bay and all linux...
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-08-25 Adrian Bunkmake drivers/acpi/scan.c:create_modalias() static
2007-07-23 Thomas RenningerACPI: autoload modules - Create ACPI alias interface
2007-05-08 David BrownellPNPACPI sets pnpdev->dev.archdata
2007-04-25 Bjorn HelgaasACPI: use _STA bit names rather than 0x0F
2007-02-13 Len BrownACPI: delete extra #defines in /drivers/acpi/ drivers
2007-02-13 Len BrownACPI: clean up ACPI_MODULE_NAME() use
2007-02-03 Len BrownPull trivial into test branch
2007-02-03 Zhang RuiACPI: bay: Convert ACPI Bay driver to be compatible...
next