summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Pull style into test branchLen Brown2006-12-1628-134/+128
|\
| * ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-1430-145/+138
* | Pull bugfix into test branchLen Brown2006-12-161-8/+8
|\ \
| * | ACPI: dock: use mutex instead of spinlockKristen Carlson Accardi2006-10-301-8/+8
* | | Pull trivial into test branchLen Brown2006-12-167-18/+24
|\ \ \
| * | | ACPI: update commentSatoru Takeuchi2006-11-061-3/+3
| * | | ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler()Jesper Juhl2006-11-061-1/+0
| * | | ACPI: optimize pci_rootbridge searchChen, Justin2006-10-271-1/+5
| * | | ACPI: make ec_transaction not externRandy Dunlap2006-10-271-1/+1
| * | | ACPI: avoid gcc warnings in ACPI mutex debug codeMartin Bligh2006-10-213-12/+15
| |/ /
* | | ACPI: ibm_acpi: respond to workqueue updateLen Brown2006-12-161-3/+3
* | | Pull platform-drivers into test branchLen Brown2006-12-164-190/+1011
|\ \ \
| * | | ACPI: ibm-acpi: update version and copyrightHenrique de Moraes Holschuh2006-12-071-2/+7
| * | | ACPI: ibm-acpi: style fixes and cruft removalHenrique de Moraes Holschuh2006-12-071-57/+43
| * | | ACPI: ibm-acpi: backlight device cleanupHenrique de Moraes Holschuh2006-12-071-19/+31
| * | | ACPI: ibm-acpi: make non-generic bay support optionalHenrique de Moraes Holschuh2006-12-072-1/+23
| * | | ACPI: ibm-acpi: add support for the ultrabay on the T60,X60Henrique de Moraes Holschuh2006-12-071-0/+1
| * | | ACPI: ibm-acpi: implement fan watchdog commandHenrique de Moraes Holschuh2006-12-071-3/+67
| * | | ACPI: ibm-acpi: workaround for EC 0x2f initialization bugHenrique de Moraes Holschuh2006-12-071-4/+49
| * | | ACPI: ibm-acpi: store embedded controller firmware version for matchingHenrique de Moraes Holschuh2006-12-071-5/+18
| * | | ACPI: ibm-acpi: fix and extend fan control functionsHenrique de Moraes Holschuh2006-12-071-5/+34
| * | | ACPI: ibm-acpi: fix and extend fan enableHenrique de Moraes Holschuh2006-12-071-2/+32
| * | | ACPI: ibm-acpi: extend fan status functionsHenrique de Moraes Holschuh2006-12-071-3/+18
| * | | ACPI: ibm-acpi: document fan controlHenrique de Moraes Holschuh2006-12-071-2/+108
| * | | ACPI: ibm-acpi: cleanup fan_writeHenrique de Moraes Holschuh2006-12-071-22/+125
| * | | ACPI: ibm-acpi: break fan_read into separate functionsHenrique de Moraes Holschuh2006-12-071-12/+66
| * | | ACPI: ibm-acpi: clean up fan_readHenrique de Moraes Holschuh2006-12-071-16/+24
| * | | ACPI: ibm-acpi: prepare to cleanup fan_read and fan_writeHenrique de Moraes Holschuh2006-12-071-2/+79
| * | | ACPI: ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16...Henrique de Moraes Holschuh2006-12-071-2/+91
| * | | ACPI: ibm-acpi: Use a enum to select the thermal sensor reading strategyHenrique de Moraes Holschuh2006-12-071-25/+65
| * | | ACPI: ibm-acpi: trivial Lindent cleanupsHenrique de Moraes Holschuh2006-12-071-12/+12
| * | | ACPI: ibm-acpi: do not use / in driver namesHenrique de Moraes Holschuh2006-12-071-1/+1
| * | | ACPI: toshiba_acpi: Add support for the generic backlight deviceHolger Macht2006-10-212-23/+66
| * | | ACPI: asus_acpi: Add support for the generic backlight deviceHolger Macht2006-10-212-16/+47
| * | | ACPI: ibm_acpi: Add support for the generic backlight deviceHolger Macht2006-10-212-14/+62
| |/ /
* | | Pull button into test branchLen Brown2006-12-162-85/+139
|\ \ \
| * | | ACPI: button: register with input layerDmitry Torokhov2006-11-092-85/+139
| |/ /
* | | Pull dock into test branchLen Brown2006-12-161-21/+110
|\ \ \
| * | | ACPI: dock: add uevent to indicate change in device statusKristen Carlson Accardi2006-12-141-2/+4
| * | | ACPI: dock: Fix symbol conflict between acpiphp and dockPrarit Bhargava2006-12-071-1/+7
| * | | ACPI: dock: Add a docked sysfs file to the dock driver.brandon@ifup.org2006-12-071-16/+79
| * | | ACPI: dock: fix build warningLen Brown2006-12-071-1/+1
| * | | ACPI: dock: Make the dock station driver a platform device driver.Kristen Carlson Accardi2006-12-071-2/+20
* | | | ACPI: ec: Lindent once againAlexey Starikovskiy2006-12-081-95/+76
* | | | ACPI: ec: Change #define to enums there possible.Alexey Starikovskiy2006-12-081-12/+12
* | | | ACPI: ec: Style changes.Alexey Starikovskiy2006-12-081-10/+6
* | | | ACPI: ec: Acquire Global Lock under EC mutex.Alexey Starikovskiy2006-12-081-2/+2
* | | | ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead.Alexey Starikovskiy2006-12-081-5/+2
* | | | ACPI: ec: Rename gpe_bit to gpeAlexey Starikovskiy2006-12-081-21/+21
* | | | ACPI: ec: Change semaphore to mutex.Alexey Starikovskiy2006-12-081-6/+6
OpenPOWER on IntegriCloud