aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2006-12-16ACPI: ibm_acpi: respond to workqueue updateLen Brown
2006-12-16Pull platform-drivers into test branchLen Brown
2006-12-16Pull button into test branchLen Brown
2006-12-16Pull dock into test branchLen Brown
2006-12-14ACPI: dock: add uevent to indicate change in device statusKristen Carlson Accardi
2006-12-08ACPI: ec: Lindent once againAlexey Starikovskiy
2006-12-08ACPI: ec: Change #define to enums there possible.Alexey Starikovskiy
2006-12-08ACPI: ec: Style changes.Alexey Starikovskiy
2006-12-08ACPI: ec: Acquire Global Lock under EC mutex.Alexey Starikovskiy
2006-12-08ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead.Alexey Starikovskiy
2006-12-08ACPI: ec: Rename gpe_bit to gpeAlexey Starikovskiy
2006-12-08ACPI: ec: Change semaphore to mutex.Alexey Starikovskiy
2006-12-08ACPI: ec: Query only single query at a time.Alexey Starikovskiy
2006-12-08ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled atAlexey Starikovskiy
2006-12-08ACPI: ec: Remove expect_event and all races around it.Alexey Starikovskiy
2006-12-08ACPI: ec: Read status register from check_status() functionAlexey Starikovskiy
2006-12-08ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines.Alexey Starikovskiy
2006-12-08ACPI: ec: Enable EC GPE at beginning of transactionAlexey Starikovskiy
2006-12-08ACPI: ec: Allow for write semantics in any command.Alexey Starikovskiy
2006-12-07ACPI: dock: Fix symbol conflict between acpiphp and dockPrarit Bhargava
2006-12-07ACPI: dock: Add a docked sysfs file to the dock driver.brandon@ifup.org
2006-12-07ACPI: dock: fix build warningLen Brown
2006-12-07ACPI: dock: Make the dock station driver a platform device driver.Kristen Carlson Accardi
2006-12-07ACPI: ibm-acpi: update version and copyrightHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: style fixes and cruft removalHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: backlight device cleanupHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: make non-generic bay support optionalHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: add support for the ultrabay on the T60,X60Henrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: implement fan watchdog commandHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: workaround for EC 0x2f initialization bugHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: store embedded controller firmware version for matchingHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: fix and extend fan control functionsHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: fix and extend fan enableHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: extend fan status functionsHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: document fan controlHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: cleanup fan_writeHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: break fan_read into separate functionsHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: clean up fan_readHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: prepare to cleanup fan_read and fan_writeHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16...Henrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: Use a enum to select the thermal sensor reading strategyHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: trivial Lindent cleanupsHenrique de Moraes Holschuh
2006-12-07ACPI: ibm-acpi: do not use / in driver namesHenrique de Moraes Holschuh
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt
2006-11-23[PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-17Revert "ACPI: created a dedicated workqueue for notify() execution"Linus Torvalds