index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
ec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-10
acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm...
Lennart Poettering
1
-16
/
+23
2007-03-10
ACPI: EC: Block queries until EC is fully initialized
Alexey Starikovskiy
1
-1
/
+4
2007-03-10
ACPI: EC: Cleanup of EC initialization
Alexey Starikovskiy
1
-19
/
+13
2007-03-10
ACPI: EC: first_ec is better to be acpi_ec than acpi_device.
Alexey Starikovskiy
1
-28
/
+13
2007-03-10
ACPI: EC: Rename ec_ecdt to more informative boot_ec
Alexey Starikovskiy
1
-23
/
+20
2007-03-10
ACPI: EC: Clean ECDT and namespace parsing.
Alexey Starikovskiy
1
-96
/
+109
2007-03-10
ACPI: EC: Put install handlers into separate function.
Alexey Starikovskiy
1
-60
/
+27
2007-03-10
ACPI: EC: Remove casts to/from void* from ec.c
Alexey Starikovskiy
1
-7
/
+6
2007-03-10
ACPI: EC: enable burst functionality in EC.
Alexey Starikovskiy
1
-52
/
+37
2007-03-10
ACPI: EC: "Fake ECDT" workaround is not needed any longer.
Alexey Starikovskiy
1
-81
/
+0
2007-03-10
ACPI: EC: Don't use Global Lock if not asked to do so
Alexey Starikovskiy
1
-3
/
+0
2007-03-10
ACPI: ec: fix race in status register access
Alexey Starikovskiy
1
-17
/
+23
2007-02-17
Pull fluff into release branch
Len Brown
1
-3
/
+2
2007-02-16
ACPI: ec: add unlock in error path
Alexey Starikovskiy
1
-1
/
+3
2007-02-13
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-1
/
+0
2007-02-13
ACPI: fix acpi_driver.name usage
Len Brown
1
-1
/
+1
2007-02-13
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-03
ACPICA: Remove duplicate table definitions (non-conflicting), cont
Alexey Starikovskiy
1
-1
/
+2
2007-02-03
ACPICA: Remove duplicate table definitions.
Alexey Starikovskiy
1
-4
/
+4
2007-02-03
ACPICA: minimal patch to integrate new tables into Linux
Alexey Starikovskiy
1
-3
/
+1
2007-01-06
ACPI: ec: enable printk on cmdline use
Len Brown
1
-2
/
+2
2007-01-02
ACPI: EC: move verbose printk to debug build only
Guillaume Chazarain
1
-1
/
+1
2006-12-21
ACPI: replace kmalloc+memset with kzalloc
Burman Yan
1
-6
/
+3
2006-12-20
Pull ec into test branch
Len Brown
1
-1
/
+1
2006-12-20
ACPI: make drivers/acpi/ec.c:ec_ecdt static
Adrian Bunk
1
-1
/
+1
2006-12-16
Pull trivial into test branch
Len Brown
1
-1
/
+1
2006-12-08
ACPI: ec: Lindent once again
Alexey Starikovskiy
1
-95
/
+76
2006-12-08
ACPI: ec: Change #define to enums there possible.
Alexey Starikovskiy
1
-12
/
+12
2006-12-08
ACPI: ec: Style changes.
Alexey Starikovskiy
1
-10
/
+6
2006-12-08
ACPI: ec: Acquire Global Lock under EC mutex.
Alexey Starikovskiy
1
-2
/
+2
2006-12-08
ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead.
Alexey Starikovskiy
1
-5
/
+2
2006-12-08
ACPI: ec: Rename gpe_bit to gpe
Alexey Starikovskiy
1
-21
/
+21
2006-12-08
ACPI: ec: Change semaphore to mutex.
Alexey Starikovskiy
1
-6
/
+6
2006-12-08
ACPI: ec: Query only single query at a time.
Alexey Starikovskiy
1
-11
/
+8
2006-12-08
ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at
Alexey Starikovskiy
1
-8
/
+4
2006-12-08
ACPI: ec: Remove expect_event and all races around it.
Alexey Starikovskiy
1
-46
/
+38
2006-12-08
ACPI: ec: Read status register from check_status() function
Alexey Starikovskiy
1
-5
/
+6
2006-12-08
ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines.
Alexey Starikovskiy
1
-2
/
+2
2006-12-08
ACPI: ec: Enable EC GPE at beginning of transaction
Alexey Starikovskiy
1
-0
/
+3
2006-12-08
ACPI: ec: Allow for write semantics in any command.
Alexey Starikovskiy
1
-1
/
+1
2006-10-27
ACPI: make ec_transaction not extern
Randy Dunlap
1
-1
/
+1
2006-10-14
ACPI: EC: export ec_transaction() for msi-laptop driver
Lennart Poettering
1
-0
/
+2
2006-10-14
ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().
Denis M. Sadykov
1
-79
/
+45
2006-10-14
ACPI: EC: Unify poll and interrupt gpe handlers
Denis M. Sadykov
1
-95
/
+12
2006-10-14
ACPI: EC: Unify poll and interrupt mode transaction functions
Denis M. Sadykov
1
-81
/
+29
2006-10-14
ACPI: EC: Remove unused variables and duplicated code
Denis M. Sadykov
1
-458
/
+253
2006-10-14
ACPI: EC: Remove unnecessary delay added by previous transation patch.
Denis M. Sadykov
1
-53
/
+50
2006-10-14
ACPI: consolidate functions in acpi ec driver
Lennart Poettering
1
-230
/
+95
2006-07-10
ACPI: add 'const' to several ACPI file_operations
Arjan van de Ven
1
-1
/
+1
2006-06-28
ACPI: fix battery on HP NX6125
Vladimir Lebedev
1
-2
/
+5
[next]