aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-30ACPI: fixup memhotplug debug messageakpm@osdl.org1-1/+1
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown15-35/+28
2006-06-30ACPI: video: Remove unneeded acpi_handle from driver.Patrick Mochel1-4/+0
2006-06-30ACPI: thermal: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: power: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: pci_root: Remove unneeded acpi_handle from driver.Patrick Mochel1-3/+1
2006-06-30ACPI: pci_link: Remove unneeded acpi_handle from driver.Patrick Mochel1-4/+1
2006-06-30ACPI: fan: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: button: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: battery: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: ac: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: video: Use acpi_device's handle instead of driver'sPatrick Mochel1-32/+30
2006-06-30ACPI: thermal: Use acpi_device's handle instead of driver'sPatrick Mochel1-15/+15
2006-06-30ACPI: power: Use acpi_device's handle instead of driver'sPatrick Mochel1-4/+4
2006-06-30ACPI: pci_root: Use acpi_device's handle instead of driver'sPatrick Mochel1-7/+7
2006-06-30ACPI: pci_link: Use acpi_device's handle instead of driver'sPatrick Mochel1-5/+5
2006-06-30ACPI: fan: Use acpi_device's handle instead of driver'sPatrick Mochel1-3/+3
2006-06-30ACPI: button: Use acpi_device's handle instead of driver'sPatrick Mochel1-4/+4
2006-06-30ACPI: battery: Use acpi_device's handle instead of driver'sPatrick Mochel1-6/+6
2006-06-30ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver'sPatrick Mochel1-6/+6
2006-06-30ACPI: ac: Use acpi_device's handle instead of driver'sPatrick Mochel1-3/+3
2006-06-30ACPI: video: add struct acpi_device to struct acpi_video_bus.Patrick Mochel1-4/+4
2006-06-30ACPI: power: add struct acpi_device to struct acpi_power_resourcePatrick Mochel1-7/+5
2006-06-30ACPI: thermal: add struct acpi_device to struct acpi_thermal.Patrick Mochel1-20/+5
2006-06-30ACPI: pci root: add struct acpi_device to struct acpi_pci_root.Patrick Mochel1-0/+2
2006-06-30ACPI: fan: add struct acpi_device to struct acpi_fan.Patrick Mochel1-0/+2
2006-06-30ACPI: battery: add struct acpi_device to struct acpi_battery.Patrick Mochel1-5/+4
2006-06-30ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device.Patrick Mochel1-0/+2
2006-06-30ACPI: ac: Add struct acpi_device to struct acpi_ac.Patrick Mochel1-3/+3
2006-06-29merge linus into release branchLen Brown3-35/+124
2006-06-29Pull acpica into release branchLen Brown18-411/+450
2006-06-29Pull c-states into release branchLen Brown1-19/+16
2006-06-29Pull trivial into release branchLen Brown1-2/+7
2006-06-28ACPI: fix battery on HP NX6125Vladimir Lebedev1-2/+5
2006-06-28ACPI: additional blacklist entry for ThinkPad R40eBartlomiej Swiercz1-0/+3
2006-06-28ACPI: restore comment justifying 'extra' P_LVLx accessAndreas Mohr1-2/+4
2006-06-28ACPI: C-States: only demote on current bus mastering activityDominik Brodowski1-3/+4
2006-06-28ACPI: C-States: bm_activity improvementsDominik Brodowski1-12/+6
2006-06-28ACPI: C-States: accounting of sleep statesDominik Brodowski1-4/+6
2006-06-28ACPI: ACPICA 20060623Bob Moore18-411/+450
2006-06-28ACPI: dock driverKristen Accardi4-0/+770
2006-06-27[PATCH] pgdat allocation for new node add (get node id by acpi)Yasunori Goto2-2/+16
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2-2/+3
2006-06-27[PATCH] Catch notification of memory add event of ACPI via container driver. (avoid redundant call add_memory)Yasunori Goto1-0/+11
2006-06-27[PATCH] Catch notification of memory add event of ACPI via container driver. (register start func for memory device)Yasunori Goto1-0/+21
2006-06-27[PATCH] acpi memory hotplug cannot manage _CRS with plural resourecesKAMEZAWA Hiroyuki1-35/+77
2006-06-27ACPI: asus_acpi_init: propagate correct return valueAndrew Morton1-1/+1
2006-06-27[ACPI] Print error message if remove/install notify handler failsThomas Renninger1-19/+28
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel28-1187/+862