summaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugzilla-14081' into releaseLen Brown2009-10-031-6/+46
|\
| * ACPI: EC: Don't parse DSDT for EC early init on CompalAlexey Starikovskiy2009-10-031-0/+15
| * ACPI: EC: Rewrite DMI checksAlexey Starikovskiy2009-10-031-6/+31
| |
| \
*-. \ Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into releaseLen Brown2009-10-023-9/+4
|\ \ \
| | * | ACPI: fix bus scanning memory leaksBjorn Helgaas2009-10-021-5/+2
| | |/
| * / ACPI: EC: Restart command even if no interrupts from ECAlexey Starikovskiy2009-10-021-3/+1
| |/
| * const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
|/
* ACPI: kill "unused variable ā€˜iā€™" warningLinus Torvalds2009-09-271-1/+0
* ACPI: Kill overly verbose "power state" log messagesRoland Dreier2009-09-271-7/+0
* ACPI: Clarify resource conflict messageJean Delvare2009-09-271-1/+7
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-09-261-0/+4
|\
| * backlight/acpi: Update the backlight state when we change brightnessMatthew Garrett2009-09-211-0/+4
* | ACPI: simplify building device HID/CID listBjorn Helgaas2009-09-251-33/+23
* | ACPI: remove acpi_device_uid() and related stuffBjorn Helgaas2009-09-251-18/+0
* | ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas2009-09-251-24/+13
* | ACPI: remove acpi_device.flags.compatible_idsBjorn Helgaas2009-09-251-11/+4
* | ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas2009-09-251-120/+46
* | ACPI: make sure every acpi_device has an IDBjorn Helgaas2009-09-251-0/+10
* | ACPI: use acpi_device_hid() when possibleBjorn Helgaas2009-09-251-3/+3
* | ACPI: fix synthetic HID for \_SB_Bjorn Helgaas2009-09-251-12/+6
* | ACPI: handle re-enumeration, when acpi_devices might already existBjorn Helgaas2009-09-251-8/+11
* | ACPI: factor out device type and status checkingBjorn Helgaas2009-09-251-77/+52
* | ACPI: add acpi_bus_get_status_handle()Bjorn Helgaas2009-09-251-27/+22
* | ACPI: use acpi_walk_namespace() to enumerate devicesBjorn Helgaas2009-09-251-122/+74
* | ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas2009-09-251-7/+13
* | ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas2009-09-251-2/+2
* | ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas2009-09-251-17/+17
* | ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas2009-09-251-13/+37
* | ACPI: remove unnecessary argument checkingBjorn Helgaas2009-09-251-6/+2
* | ACPI: remove redundant "type" argumentsBjorn Helgaas2009-09-251-7/+7
* | ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas2009-09-251-17/+15
* | ACPI: use device_type rather than comparing HIDBjorn Helgaas2009-09-251-6/+4
* | ACPI: save device_type in acpi_deviceBjorn Helgaas2009-09-251-0/+1
* | ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas2009-09-251-15/+12
* | ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas2009-09-251-5/+2
* | ACPI: add debug for device additionBjorn Helgaas2009-09-251-2/+10
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-2/+43
|\ \
| * | ACPI button: provide lid status functionsJesse Barnes2009-09-111-2/+43
| |/
* | ACPI: remove cpumask_t usageBjorn Helgaas2009-09-241-1/+1
* | cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-242-4/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-2391-1864/+4388
|\ \
| * \ Merge branch 'video' into releaseLen Brown2009-09-191-26/+50
| |\ \
| | * | ACPI video: work-around BIOS AML bug in _BQCZhang Rui2009-08-311-4/+14
| | * | ACPI: video - rename cdev to cooling_dev -- syntax onlyDmitry Torokhov2009-08-301-18/+18
| | * | ACPI: video - fix potential crash when unloadingDmitry Torokhov2009-08-301-1/+11
| | * | ACPI video: ignore buggy _BQCVladimir Serbinenko2009-08-291-2/+10
| | * | ACPI: video: remove unneeded memsetsZhang Rui2009-08-271-4/+0
| * | | ACPI: don't pass handle for fixed hardware notificationsBjorn Helgaas2009-09-191-1/+2
| * | | ACPI: remove null pointer checks in deferred execution pathBjorn Helgaas2009-09-191-9/+0
| * | | ACPI: simplify deferred execution pathBjorn Helgaas2009-09-191-18/+5