aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Merge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-0/+528
2009-10-03Merge branch 'misc' into releaseLen Brown3-15/+10
2009-10-03Merge branch 'bugzilla-14081' into releaseLen Brown1-6/+46
2009-10-03ACPI: EC: Don't parse DSDT for EC early init on CompalAlexey Starikovskiy1-0/+15
2009-10-03ACPI: EC: Rewrite DMI checksAlexey Starikovskiy1-6/+31
2009-10-03ACPI: dock: fix "sibiling" typoAlex Chiang1-8/+8
2009-10-03ACPI: kill overly verbose "throttling states" log messagesRoland Dreier1-7/+0
2009-10-03ACPI: Fix bound checks for copy_from_user in the acpi /proc codeArjan van de Ven1-0/+2
2009-10-02Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into releaseLen Brown3-9/+4
2009-10-02ACPI: fix bus scanning memory leaksBjorn Helgaas1-5/+2
2009-10-02ACPI: EC: Restart command even if no interrupts from ECAlexey Starikovskiy1-3/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-27ACPI: kill "unused variable ā€˜iā€™" warningLinus Torvalds1-1/+0
2009-09-27ACPI: Kill overly verbose "power state" log messagesRoland Dreier1-7/+0
2009-09-27ACPI: Clarify resource conflict messageJean Delvare1-1/+7
2009-09-27acpi_pad: build only on X86Len Brown1-0/+1
2009-09-26Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-0/+4
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
2009-09-25ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas1-24/+13
2009-09-25ACPI: remove acpi_device.flags.compatible_idsBjorn Helgaas1-11/+4
2009-09-25ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas1-120/+46
2009-09-25ACPI: make sure every acpi_device has an IDBjorn Helgaas1-0/+10
2009-09-25ACPI: use acpi_device_hid() when possibleBjorn Helgaas1-3/+3
2009-09-25ACPI: fix synthetic HID for \_SB_Bjorn Helgaas1-12/+6
2009-09-25ACPI: handle re-enumeration, when acpi_devices might already existBjorn Helgaas1-8/+11
2009-09-25ACPI: factor out device type and status checkingBjorn Helgaas1-77/+52
2009-09-25ACPI: add acpi_bus_get_status_handle()Bjorn Helgaas1-27/+22
2009-09-25ACPI: use acpi_walk_namespace() to enumerate devicesBjorn Helgaas1-122/+74
2009-09-25ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas1-7/+13
2009-09-25ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas1-2/+2
2009-09-25ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas1-17/+17
2009-09-25ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas1-13/+37
2009-09-25ACPI: remove unnecessary argument checkingBjorn Helgaas1-6/+2
2009-09-25ACPI: remove redundant "type" argumentsBjorn Helgaas1-7/+7
2009-09-25ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas1-17/+15
2009-09-25ACPI: use device_type rather than comparing HIDBjorn Helgaas1-6/+4
2009-09-25ACPI: save device_type in acpi_deviceBjorn Helgaas1-0/+1
2009-09-25ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas1-15/+12
2009-09-25ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas1-5/+2
2009-09-25ACPI: add debug for device additionBjorn Helgaas1-2/+10
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-2/+43
2009-09-24ACPI: remove cpumask_t usageBjorn Helgaas1-1/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan2-4/+2
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds91-1864/+4388
2009-09-21backlight/acpi: Update the backlight state when we change brightnessMatthew Garrett1-0/+4
2009-09-20x86: Trivial whitespace cleanupsFelipe Contreras1-1/+0
2009-09-19Merge branch 'video' into releaseLen Brown1-26/+50
2009-09-19ACPI: don't pass handle for fixed hardware notificationsBjorn Helgaas1-1/+2
2009-09-19ACPI: remove null pointer checks in deferred execution pathBjorn Helgaas1-9/+0