summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | ACPI: ec: Query only single query at a time.Alexey Starikovskiy2006-12-081-11/+8
* | | | | ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled atAlexey Starikovskiy2006-12-081-8/+4
* | | | | ACPI: ec: Remove expect_event and all races around it.Alexey Starikovskiy2006-12-081-46/+38
* | | | | ACPI: ec: Read status register from check_status() functionAlexey Starikovskiy2006-12-081-5/+6
* | | | | ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines.Alexey Starikovskiy2006-12-081-2/+2
* | | | | ACPI: ec: Enable EC GPE at beginning of transactionAlexey Starikovskiy2006-12-081-0/+3
* | | | | ACPI: ec: Allow for write semantics in any command.Alexey Starikovskiy2006-12-081-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\ \ \ \ | |/ / /
| * | | [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-052-12/+12
|\ \ \ \ | |/ / /
| * | | ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt2006-12-011-9/+11
| * | | [PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones2006-11-231-3/+1
* | | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-17/+8
|/ / /
* | | Revert "ACPI: created a dedicated workqueue for notify() execution"Linus Torvalds2006-11-171-13/+21
|/ /
* | [PATCH] acpi memory hotplug: remove strange add_memory fail messageYasunori Goto2006-10-201-0/+12
* | [PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUGYasunori Goto2006-10-201-1/+1
* | [PATCH] fix "ACPI: Processor native C-states using MWAIT"Darrick J. Wong2006-10-201-1/+1
* | [PATCH] acpi_processor_latency_notifier(): UP warning fixAndrew Morton2006-10-171-0/+6
* | Pull trivial into test branchLen Brown2006-10-147-11/+14
|\ \
| * | ACPI: fix printk format warningsRandy Dunlap2006-10-142-2/+2
| * | ACPI: fix section for CPU init functionsPierre Ossman2006-10-142-2/+2
| * | ACPI: update comments in motherboard.cLen Brown2006-10-141-0/+6
| * | ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNELJiri Kosina2006-10-141-1/+1
| * | ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUGDmitry Torokhov2006-10-141-6/+3
| |/
* | Pull bugzilla-5534 into test branchLen Brown2006-10-142-34/+14
|\ \
| * | ACPI: created a dedicated workqueue for notify() executionAlexey Y. Starikovskiy2006-10-141-21/+13
| * | ACPI: Remove deferred execution from global lock acquire wakeup pathAlexey Y. Starikovskiy2006-10-141-13/+1
| |/
* | Pull ec into test branchLen Brown2006-10-141-803/+293
|\ \
| * | ACPI: EC: export ec_transaction() for msi-laptop driverLennart Poettering2006-10-141-0/+2
| * | ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().Denis M. Sadykov2006-10-141-79/+45
| * | ACPI: EC: Unify poll and interrupt gpe handlersDenis M. Sadykov2006-10-141-95/+12
| * | ACPI: EC: Unify poll and interrupt mode transaction functionsDenis M. Sadykov2006-10-141-81/+29
| * | ACPI: EC: Remove unused variables and duplicated codeDenis M. Sadykov2006-10-141-458/+253
| * | ACPI: EC: Remove unnecessary delay added by previous transation patch.Denis M. Sadykov2006-10-141-53/+50
| * | ACPI: consolidate functions in acpi ec driverLennart Poettering2006-10-141-230/+95
| |/
* | Pull mwait into test branchLen Brown2006-10-141-38/+63
|\ \
OpenPOWER on IntegriCloud