Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | ACPI: ibm-acpi: implement fan watchdog command | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -3/+67 | |
| | * | | | | | | ACPI: ibm-acpi: workaround for EC 0x2f initialization bug | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -4/+49 | |
| | * | | | | | | ACPI: ibm-acpi: store embedded controller firmware version for matching | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -5/+18 | |
| | * | | | | | | ACPI: ibm-acpi: fix and extend fan control functions | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -5/+34 | |
| | * | | | | | | ACPI: ibm-acpi: fix and extend fan enable | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -2/+32 | |
| | * | | | | | | ACPI: ibm-acpi: extend fan status functions | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -3/+18 | |
| | * | | | | | | ACPI: ibm-acpi: document fan control | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -2/+108 | |
| | * | | | | | | ACPI: ibm-acpi: cleanup fan_write | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -22/+125 | |
| | * | | | | | | ACPI: ibm-acpi: break fan_read into separate functions | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -12/+66 | |
| | * | | | | | | ACPI: ibm-acpi: clean up fan_read | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -16/+24 | |
| | * | | | | | | ACPI: ibm-acpi: prepare to cleanup fan_read and fan_write | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -2/+79 | |
| | * | | | | | | ACPI: ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16... | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -2/+91 | |
| | * | | | | | | ACPI: ibm-acpi: Use a enum to select the thermal sensor reading strategy | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -25/+65 | |
| | * | | | | | | ACPI: ibm-acpi: trivial Lindent cleanups | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -12/+12 | |
| | * | | | | | | ACPI: ibm-acpi: do not use / in driver names | Henrique de Moraes Holschuh | 2006-12-07 | 1 | -1/+1 | |
| | * | | | | | | ACPI: toshiba_acpi: Add support for the generic backlight device | Holger Macht | 2006-10-21 | 2 | -23/+66 | |
| | * | | | | | | ACPI: asus_acpi: Add support for the generic backlight device | Holger Macht | 2006-10-21 | 2 | -16/+47 | |
| | * | | | | | | ACPI: ibm_acpi: Add support for the generic backlight device | Holger Macht | 2006-10-21 | 2 | -14/+62 | |
| | |/ / / / / | ||||||
| * | | | | | | Pull button into test branch | Len Brown | 2006-12-16 | 2 | -85/+139 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ACPI: button: register with input layer | Dmitry Torokhov | 2006-11-09 | 2 | -85/+139 | |
| * | | | | | | | Pull dock into test branch | Len Brown | 2006-12-16 | 1 | -21/+110 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPI: dock: add uevent to indicate change in device status | Kristen Carlson Accardi | 2006-12-14 | 1 | -2/+4 | |
| | * | | | | | | | ACPI: dock: Fix symbol conflict between acpiphp and dock | Prarit Bhargava | 2006-12-07 | 1 | -1/+7 | |
| | * | | | | | | | ACPI: dock: Add a docked sysfs file to the dock driver. | brandon@ifup.org | 2006-12-07 | 1 | -16/+79 | |
| | * | | | | | | | ACPI: dock: fix build warning | Len Brown | 2006-12-07 | 1 | -1/+1 | |
| | * | | | | | | | ACPI: dock: Make the dock station driver a platform device driver. | Kristen Carlson Accardi | 2006-12-07 | 1 | -2/+20 | |
| * | | | | | | | | Pull ec into test branch | Len Brown | 2006-12-16 | 1 | -190/+153 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | ACPI: ec: Lindent once again | Alexey Starikovskiy | 2006-12-08 | 1 | -95/+76 | |
| | * | | | | | | | ACPI: ec: Change #define to enums there possible. | Alexey Starikovskiy | 2006-12-08 | 1 | -12/+12 | |
| | * | | | | | | | ACPI: ec: Style changes. | Alexey Starikovskiy | 2006-12-08 | 1 | -10/+6 | |
| | * | | | | | | | ACPI: ec: Acquire Global Lock under EC mutex. | Alexey Starikovskiy | 2006-12-08 | 1 | -2/+2 | |
| | * | | | | | | | ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. | Alexey Starikovskiy | 2006-12-08 | 1 | -5/+2 | |
| | * | | | | | | | ACPI: ec: Rename gpe_bit to gpe | Alexey Starikovskiy | 2006-12-08 | 1 | -21/+21 | |
| | * | | | | | | | ACPI: ec: Change semaphore to mutex. | Alexey Starikovskiy | 2006-12-08 | 1 | -6/+6 | |
| | * | | | | | | | ACPI: ec: Query only single query at a time. | Alexey Starikovskiy | 2006-12-08 | 1 | -11/+8 | |
| | * | | | | | | | ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at | Alexey Starikovskiy | 2006-12-08 | 1 | -8/+4 | |
| | * | | | | | | | ACPI: ec: Remove expect_event and all races around it. | Alexey Starikovskiy | 2006-12-08 | 1 | -46/+38 | |
| | * | | | | | | | ACPI: ec: Read status register from check_status() function | Alexey Starikovskiy | 2006-12-08 | 1 | -5/+6 | |
| | * | | | | | | | ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. | Alexey Starikovskiy | 2006-12-08 | 1 | -2/+2 | |
| | * | | | | | | | ACPI: ec: Enable EC GPE at beginning of transaction | Alexey Starikovskiy | 2006-12-08 | 1 | -0/+3 | |
| | * | | | | | | | ACPI: ec: Allow for write semantics in any command. | Alexey Starikovskiy | 2006-12-08 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] Call init_timer() for ISDN PPP CCP reset state timer | Marcel Holtmann | 2006-12-22 | 1 | -0/+1 | |
* | | | | | | | | | [ATM] drivers/atm/fore200e.c: Cleanups. | Adrian Bunk | 2006-12-22 | 1 | -98/+68 | |
* | | | | | | | | | [ATM]: Remove dead ATM_TNETA1570 option. | Adrian Bunk | 2006-12-22 | 1 | -4/+0 | |
* | | | | | | | | | [PATCH] serial/uartlite: Only enable port if request_port succeeded | Peter Korsgaard | 2006-12-22 | 1 | -2/+2 | |
* | | | | | | | | | [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM... | Ingo Molnar | 2006-12-22 | 1 | -2/+10 | |
* | | | | | | | | | [PATCH] fix s3c24xx gpio driver (include linux/workqueue.h) | Ben Dooks | 2006-12-22 | 1 | -0/+1 | |
* | | | | | | | | | [PATCH] md: fix a few problems with the interface (sysfs and ioctl) to md | NeilBrown | 2006-12-22 | 1 | -5/+8 | |
* | | | | | | | | | [PATCH] increase CARDBUS_MEM_SIZE | Andrew Morton | 2006-12-22 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] gxt4500: Fix colormap and PLL setting, support GXT6000P | Paul Mackerras | 2006-12-22 | 1 | -31/+64 |