summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ACPI: button: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
| | * | | ACPI: battery: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
| | * | | ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
| | * | | ACPI: ac: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
| | * | | ACPI: video: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-32/+30
| | * | | ACPI: thermal: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-15/+15
| | * | | ACPI: power: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-4/+4
| | * | | ACPI: pci_root: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-7/+7
| | * | | ACPI: pci_link: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-5/+5
| | * | | ACPI: fan: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-3/+3
| | * | | ACPI: button: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-4/+4
| | * | | ACPI: battery: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-6/+6
| | * | | ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-6/+6
| | * | | ACPI: ac: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-3/+3
| | * | | ACPI: video: add struct acpi_device to struct acpi_video_bus.Patrick Mochel2006-06-301-4/+4
| | * | | ACPI: power: add struct acpi_device to struct acpi_power_resourcePatrick Mochel2006-06-301-7/+5
| | * | | ACPI: thermal: add struct acpi_device to struct acpi_thermal.Patrick Mochel2006-06-301-20/+5
| | * | | ACPI: pci root: add struct acpi_device to struct acpi_pci_root.Patrick Mochel2006-06-301-0/+2
| | * | | ACPI: fan: add struct acpi_device to struct acpi_fan.Patrick Mochel2006-06-301-0/+2
| | * | | ACPI: battery: add struct acpi_device to struct acpi_battery.Patrick Mochel2006-06-301-5/+4
| | * | | ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device.Patrick Mochel2006-06-301-0/+2
| | * | | ACPI: ac: Add struct acpi_device to struct acpi_ac.Patrick Mochel2006-06-301-3/+3
| * | | | Pull acpi_os_free into release branchLen Brown2006-07-0115-35/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-3015-35/+28
| | |/ /
* | | | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
|/ / /
* | | [PATCH] ACPI: fix not power-manageable device messageJae-hyeon Park2006-07-011-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-304-4/+0
|\ \
| * | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-304-4/+0
* | | ACPI: drivers/acpi/scan.c: make acpi_bus_type staticAdrian Bunk2006-06-301-1/+1
* | | ACPI: fixup memhotplug debug messageakpm@osdl.org2006-06-301-1/+1
| |/ |/|
* | merge linus into release branchLen Brown2006-06-293-35/+124
|\ \ | |/
| * [PATCH] pgdat allocation for new node add (get node id by acpi)Yasunori Goto2006-06-272-2/+16
| * [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-272-2/+3
| * [PATCH] Catch notification of memory add event of ACPI via container driver. ...Yasunori Goto2006-06-271-0/+11
| * [PATCH] Catch notification of memory add event of ACPI via container driver. ...Yasunori Goto2006-06-271-0/+21
| * [PATCH] acpi memory hotplug cannot manage _CRS with plural resourecesKAMEZAWA Hiroyuki2006-06-271-35/+77
* | Pull acpica into release branchLen Brown2006-06-2918-411/+450
|\ \
| * | ACPI: ACPICA 20060623Bob Moore2006-06-2818-411/+450
* | | Pull c-states into release branchLen Brown2006-06-291-19/+16
|\ \ \
| * | | ACPI: C-States: only demote on current bus mastering activityDominik Brodowski2006-06-281-3/+4
| * | | ACPI: C-States: bm_activity improvementsDominik Brodowski2006-06-281-12/+6
| * | | ACPI: C-States: accounting of sleep statesDominik Brodowski2006-06-281-4/+6
| |/ /
* | | Pull trivial into release branchLen Brown2006-06-291-2/+7
|\ \ \
| * | | ACPI: additional blacklist entry for ThinkPad R40eBartlomiej Swiercz2006-06-281-0/+3
| * | | ACPI: restore comment justifying 'extra' P_LVLx accessAndreas Mohr2006-06-281-2/+4
| |/ /
* | | ACPI: fix battery on HP NX6125Vladimir Lebedev2006-06-281-2/+5
|/ /
* | ACPI: dock driverKristen Accardi2006-06-284-0/+770
* | ACPI: asus_acpi_init: propagate correct return valueAndrew Morton2006-06-271-1/+1
* | [ACPI] Print error message if remove/install notify handler failsThomas Renninger2006-06-271-19/+28
* | ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-2728-1187/+862
OpenPOWER on IntegriCloud