aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into releaseLen Brown1-2/+54
2012-10-06ACPI: Add new sysfs interface to export device descriptionLance Ortiz1-2/+52
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu1-0/+2
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-9/+49
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into releaseLen Brown1-9/+49
2012-07-01ACPI / PM: Drop PM callbacks from the ACPI bus typeRafael J. Wysocki1-51/+0
2012-07-01ACPI / PM: Do not execute legacy driver PM callbacksRafael J. Wysocki1-15/+9
2012-07-01ACPI / PM: Make acpi_bus_type use driver struct dev_pm_ops callbacksRafael J. Wysocki1-13/+47
2012-07-01ACPI / PM: Make acpi_bus_type use struct dev_pm_ops for PM handlingRafael J. Wysocki1-3/+4
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki1-1/+1
2012-06-04ACPI: Add _OST support for sysfs ejectToshi Kani1-9/+49
2012-05-29ACPI / PM: Generate wakeup events on fixed power buttonDaniel Drake1-0/+1
2012-05-17ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki1-0/+4
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming1-10/+7
2012-03-30Merge branch 'd3' into releaseLen Brown1-0/+7
2012-03-30ACPI: Clean redundant codes in scan.cAlex He1-4/+1
2012-03-30ACPI: Introduce ACPI D3_COLD state supportZhang Rui1-0/+7
2011-11-06ACPI: use kstrdup()Thomas Meyer1-2/+1
2011-04-26ACPI / PM: Avoid infinite recurrence while registering power resourcesRafael J. Wysocki1-0/+4
2011-02-24ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki1-1/+0
2011-01-12ACPI: Drop device flag wake_capableRafael J. Wysocki1-17/+9
2011-01-12ACPI: Always check if _PRW is present before trying to evaluate itRafael J. Wysocki1-2/+7
2011-01-12Merge branch 'wakeup-etc-rafael' into releaseLen Brown1-1/+1
2011-01-12Merge branch 'power-resource' into releaseLen Brown1-4/+23
2011-01-12ACPI / PM: Register power resource devices as soon as they are neededRafael J. Wysocki1-0/+20
2011-01-12ACPI / PM: Register acpi_power_driver earlyRafael J. Wysocki1-0/+2
2011-01-12ACPI / PM: Add function for device power state initializationRafael J. Wysocki1-4/+1
2011-01-12ACPICA: Implicit notify supportLin Ming1-1/+1
2011-01-12ACPICA: Rename some function and variable namesLin Ming1-3/+3
2011-01-07ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki1-1/+1
2010-12-17ACPI: Execute _PRW for devices reported as inactive or not presentRafael J. Wysocki1-37/+60
2010-10-25Merge branch 'gpe-defer' into releaseLen Brown1-1/+8
2010-10-01ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger1-3/+2
2010-10-01ACPI: Do not export hid/modalias sysfs file for ACPI objects without a HIDThomas Renninger1-16/+20
2010-09-24ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki1-1/+8
2010-07-12ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki1-0/+2
2010-07-12ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()Rafael J. Wysocki1-2/+3
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming1-1/+1
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into releaseLen Brown1-6/+7
2010-04-03ACPI: use _HID when supplied by root-level devicesBjorn Helgaas1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24acpi: Support IBM SMBus CMI devicesDarrick J. Wong1-0/+38
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki1-0/+1
2010-02-22ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki1-10/+27
2010-01-31ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger1-5/+19
2010-01-31ACPI: Add NULL pointer check in acpi_bus_startThomas Renninger1-0/+3
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
2009-10-02ACPI: fix bus scanning memory leaksBjorn Helgaas1-5/+2
2009-09-25ACPI: simplify building device HID/CID listBjorn Helgaas1-33/+23
2009-09-25ACPI: remove acpi_device_uid() and related stuffBjorn Helgaas1-18/+0