| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Pull asus_acpi-0.30 into release branch | Len Brown | 2006-07-01 | 1 | -108/+223 |
| |\ \ \ \ |
|
| | * | | | | ACPI: asus_acpi: correct M6N/M6R display nodes | Karol Kozimor | 2006-07-01 | 1 | -2/+3 |
| | | |_|/
| | |/| | |
|
| | * | | | ACPI: asus_acpi: add S1N WLED control | Karol Kozimor | 2006-06-30 | 1 | -2/+3 |
| | * | | | ACPI: asus_acpi: rework model detection | Karol Kozimor | 2006-06-30 | 1 | -90/+93 |
| | * | | | ACPI: asus_acpi: support L5D | Karol Kozimor | 2006-06-30 | 1 | -3/+7 |
| | * | | | ACPI: asus_acpi: handle internal Bluetooth / support W5A | Karol Kozimor | 2006-06-30 | 1 | -4/+47 |
| | * | | | ACPI: asus_acpi: support A4G | Karol Kozimor | 2006-06-30 | 1 | -0/+13 |
| | * | | | ACPI: asus_acpi: support W3400N | Karol Kozimor | 2006-06-30 | 1 | -4/+6 |
| | * | | | ACPI: asus_acpi: LED display support | Karol Kozimor | 2006-06-30 | 1 | -6/+63 |
| | * | | | ACPI: asus_acpi: support A3G | Karol Kozimor | 2006-06-30 | 1 | -2/+6 |
| | * | | | ACPI: asus_acpi: misc cleanups | Karol Kozimor | 2006-06-30 | 1 | -20/+7 |
| | |/ / |
|
| | * | | Pull kmalloc into release branch | Len Brown | 2006-06-30 | 15 | -35/+28 |
| | |\ \ |
|
| * | \ \ | Pull acpi_device_handle_cleanup into release branch | Len Brown | 2006-07-01 | 10 | -148/+111 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | ACPI: video: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -4/+0 |
| | * | | | ACPI: thermal: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: power: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: pci_root: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -3/+1 |
| | * | | | ACPI: pci_link: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -4/+1 |
| | * | | | ACPI: fan: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: button: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: battery: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: ac: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
| | * | | | ACPI: video: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -32/+30 |
| | * | | | ACPI: thermal: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -15/+15 |
| | * | | | ACPI: power: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -4/+4 |
| | * | | | ACPI: pci_root: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -7/+7 |
| | * | | | ACPI: pci_link: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -5/+5 |
| | * | | | ACPI: fan: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -3/+3 |
| | * | | | ACPI: button: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -4/+4 |
| | * | | | ACPI: battery: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -6/+6 |
| | * | | | ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -6/+6 |
| | * | | | ACPI: ac: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -3/+3 |
| | * | | | ACPI: video: add struct acpi_device to struct acpi_video_bus. | Patrick Mochel | 2006-06-30 | 1 | -4/+4 |
| | * | | | ACPI: power: add struct acpi_device to struct acpi_power_resource | Patrick Mochel | 2006-06-30 | 1 | -7/+5 |
| | * | | | ACPI: thermal: add struct acpi_device to struct acpi_thermal. | Patrick Mochel | 2006-06-30 | 1 | -20/+5 |
| | * | | | ACPI: pci root: add struct acpi_device to struct acpi_pci_root. | Patrick Mochel | 2006-06-30 | 1 | -0/+2 |
| | * | | | ACPI: fan: add struct acpi_device to struct acpi_fan. | Patrick Mochel | 2006-06-30 | 1 | -0/+2 |
| | * | | | ACPI: battery: add struct acpi_device to struct acpi_battery. | Patrick Mochel | 2006-06-30 | 1 | -5/+4 |
| | * | | | ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device. | Patrick Mochel | 2006-06-30 | 1 | -0/+2 |
| | * | | | ACPI: ac: Add struct acpi_device to struct acpi_ac. | Patrick Mochel | 2006-06-30 | 1 | -3/+3 |
| * | | | | Pull acpi_os_free into release branch | Len Brown | 2006-07-01 | 15 | -35/+28 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 2006-06-30 | 15 | -35/+28 |
| | |/ / |
|
* | | | | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
|/ / / |
|
* | | | [PATCH] ACPI: fix not power-manageable device message | Jae-hyeon Park | 2006-07-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 4 | -4/+0 |
|\ \ |
|
| * | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 4 | -4/+0 |
* | | | ACPI: drivers/acpi/scan.c: make acpi_bus_type static | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
* | | | ACPI: fixup memhotplug debug message | akpm@osdl.org | 2006-06-30 | 1 | -1/+1 |
| |/
|/| |
|
* | | merge linus into release branch | Len Brown | 2006-06-29 | 3 | -35/+124 |
|\ \
| |/ |
|