index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-10-10
Pull bugzilla-8709 into release branch
Len Brown
1
-51
/
+39
2007-09-27
ACPI: EC: Add new query handler to list head.
Alexey Starikovskiy
1
-2
/
+1
2007-09-05
ACPI: EC: Drop ECDT-based boot_ec as soon as we find DSDT-based one.
Alexey Starikovskiy
1
-51
/
+39
2007-08-30
ACPI: EC: Check if boot_ec was really found in DSDT
Alexey Starikovskiy
1
-1
/
+2
2007-08-24
ACPI: EC: revert fix for bugzilla 8709
Alexey Starikovskiy
1
-16
/
+31
2007-08-14
ACPI: EC: Fix "no battery" regression
Alexey Starikovskiy
1
-0
/
+17
2007-08-11
ACPI EC: remove potential deadlock from EC
Alexey Starikovskiy
1
-2
/
+0
2007-08-03
ACPI: EC: fix run-together printk lines
Meelis Roos
1
-1
/
+1
2007-08-03
ACPI: EC: acpi_ec_remove(): fix use-after-free
Adrian Bunk
1
-2
/
+2
2007-08-03
ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.
Alexey Starikovskiy
1
-29
/
+16
2007-08-03
ACPI: EC: fix build warning
Len Brown
1
-13
/
+0
2007-08-03
ACPI: EC: If ECDT is not found, look up EC in DSDT.
Alexey Starikovskiy
1
-22
/
+28
2007-08-03
ACPI: EC: Remove noisy debug printk fron EC driver.
Alexey Starikovskiy
1
-1
/
+0
2007-07-23
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...
Thomas Renninger
1
-2
/
+6
2007-06-23
ACPI EC: Add support for non-AML EC query handlers
Alexey Starikovskiy
1
-50
/
+125
2007-06-23
ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weight
Alexey Starikovskiy
1
-14
/
+6
2007-06-23
ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.
Alexey Starikovskiy
1
-39
/
+17
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-09
ACPI: EC: Block queries until EC is fully initialized
Alexey Starikovskiy
1
-1
/
+4
2007-03-09
ACPI: EC: Cleanup of EC initialization
Alexey Starikovskiy
1
-19
/
+13
2007-03-09
ACPI: EC: first_ec is better to be acpi_ec than acpi_device.
Alexey Starikovskiy
1
-28
/
+13
2007-03-09
ACPI: EC: Rename ec_ecdt to more informative boot_ec
Alexey Starikovskiy
1
-23
/
+20
2007-03-09
ACPI: EC: Clean ECDT and namespace parsing.
Alexey Starikovskiy
1
-96
/
+109
2007-03-09
ACPI: EC: Put install handlers into separate function.
Alexey Starikovskiy
1
-60
/
+27
2007-03-09
ACPI: EC: Remove casts to/from void* from ec.c
Alexey Starikovskiy
1
-7
/
+6
2007-03-09
ACPI: EC: enable burst functionality in EC.
Alexey Starikovskiy
1
-52
/
+37
2007-03-09
ACPI: EC: "Fake ECDT" workaround is not needed any longer.
Alexey Starikovskiy
1
-81
/
+0
2007-03-09
ACPI: EC: Don't use Global Lock if not asked to do so
Alexey Starikovskiy
1
-3
/
+0
2007-03-09
ACPI: ec: fix race in status register access
Alexey Starikovskiy
1
-17
/
+23
2007-02-16
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-12
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-1
/
+0
2007-02-12
ACPI: fix acpi_driver.name usage
Len Brown
1
-1
/
+1
2007-02-12
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-02
ACPICA: Remove duplicate table definitions (non-conflicting), cont
Alexey Starikovskiy
1
-1
/
+2
2007-02-02
ACPICA: Remove duplicate table definitions.
Alexey Starikovskiy
1
-4
/
+4
2007-02-02
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-20
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
[next]