You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bjorn Helgaas
6d27813100
ACPI: allow drivers to request both device and system notify events
...
System notify events (0x00-0x7f) are common across all device types
and should be handled in Linux/ACPI, not in drivers. However, some
BIOSes use system notify events in device-specific ways that require
the driver to be involved.
This patch adds a ACPI_DRIVER_ALL_NOTIFY_EVENTS driver flag. When a
driver sets this flag and supplies a .notify method, Linux/ACPI calls
the .notify method for ALL notify events on the device, not just the
device-specific (0x80-0xff) events.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
16 years ago
..
acpica
Merge branches 'release', 'bugzilla-13032', 'bugzilla-13041+', 'bugzilla-13121', 'bugzilla-13165', 'bugzilla-13243', 'bugzilla-13259', 'resume-sci-en-regression', 'thermal-regression', 'tsc-regression' and 'asus-2.6.30' into release
16 years ago
Kconfig
ACPI: update Kconfig help texts (no functional changes)
16 years ago
Makefile
Merge branch 'async-battery' into release
16 years ago
ac.c
proc 2/2: remove struct proc_dir_entry::owner
16 years ago
acpi_memhotplug.c
…
battery.c
Revert "ACPI battery: fix async boot oops"
16 years ago
blacklist.c
…
bus.c
ACPI: allow drivers to request both device and system notify events
16 years ago
button.c
ACPI: button: remove control method/fixed hardware distinctions
16 years ago
cm_sbs.c
…
container.c
…
debug.c
Merge branch 'acpi-modparam' into release
16 years ago
dock.c
Merge branch 'linus' into release
16 years ago
ec.c
ACPI: EC: Fix ACPI EC resume non-query interrupt message
16 years ago
event.c
…
fan.c
Merge branch 'linus' into release
16 years ago
glue.c
ACPI: call init_acpi_device_notify() explicitly rather than as initcall
16 years ago
internal.h
ACPI: call acpi_wakeup_device_init() explicitly rather than as initcall
16 years ago
numa.c
x86, ACPI: add support for x2apic ACPI extensions
16 years ago
osl.c
ACPI: add /sys/firmware/acpi/interrupts/sci_not counter
16 years ago
pci_bind.c
PCI/ACPI: fix wrong ref count handling in acpi_pci_bind()
16 years ago
pci_irq.c
Merge branch 'misc' into release
16 years ago
pci_link.c
ACPI: pci_link: simplify list of link devices
16 years ago
pci_root.c
PCI/ACPI: rename pci_osc_control_set()
16 years ago
pci_slot.c
PCI: pci_slot: grab refcount on slot's bus
16 years ago
power.c
Merge branch 'acpi-modparam' into release
16 years ago
proc.c
ACPI: convert acpi_device_lock spinlock to mutex
16 years ago
processor_core.c
cpumask: alloc zeroed cpumask for static cpumask_var_ts
16 years ago
processor_idle.c
cpuidle: fix AMD C1E suspend hang
16 years ago
processor_perflib.c
ACPI: sanity check _PSS frequency to prevent cpufreq crash
16 years ago
processor_thermal.c
Merge branch 'constify' into release
16 years ago
processor_throttling.c
ACPI processor: remove spurious newline from warning message
16 years ago
reboot.c
…
sbs.c
Merge branch 'linus' into release
16 years ago
sbshc.c
…
sbshc.h
…
scan.c
ACPI: delete acpi_device.g_list
16 years ago
sleep.c
Merge branch 'bugzilla-13041' into release
16 years ago
sleep.h
ACPI: convert acpi_device_lock spinlock to mutex
16 years ago
system.c
ACPI: add /sys/firmware/acpi/interrupts/sci_not counter
16 years ago
tables.c
Merge branch 'linus' into release
16 years ago
thermal.c
thermal: Fix polling frequency for systems without passive cooling
16 years ago
utils.c
…
video.c
Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311', 'pci-bind-oops', 'misc-2.6.30' and 'i7300_idle' into release
16 years ago
video_detect.c
ACPI video: add a warning message if _BQC is not found
16 years ago
wakeup.c
ACPI: convert acpi_device_lock spinlock to mutex
16 years ago