index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
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-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
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
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
1
-84
/
+62
2006-06-27
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
Len Brown
1
-2
/
+2
2006-06-26
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Thomas Renninger
1
-11
/
+6
2006-06-15
Pull bugzilla-5764 into release branch
Len Brown
1
-22
/
+29
2006-06-15
Pull ec into release branch
Len Brown
1
-10
/
+6
2006-06-15
Pull acpica into release branch
Len Brown
1
-3
/
+2
2006-06-14
ACPI: execute Notify() handlers on new thread
Alexey Starikovskiy
1
-3
/
+2
2006-05-19
ACPI: replace spin_lock_irq with mutex for ec poll mode
Rich Townsend
1
-22
/
+29
2006-04-01
ACPI: EC acpi-ecdt-uid-hack
Jiri Slaby
1
-10
/
+6
2006-03-31
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
1
-2
/
+2
2006-01-24
[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...
Len Brown
1
-143
/
+148
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-1
/
+1
2005-12-10
[ACPI] ACPICA 20050930
Bob Moore
1
-2
/
+2
2005-12-05
[ACPI] Embedded Controller (EC) driver printk syntax update
Len Brown
1
-10
/
+10
2005-12-05
[ACPI] Enable Embedded Controller (EC) interrupt mode by default
Len Brown
1
-3
/
+3
2005-12-05
[ACPI] Embedded Controller (EC) driver syntax update
Len Brown
1
-116
/
+117
2005-12-01
[ACPI] Disable EC burst mode w/o disabling EC interrupts
Luming Yu
1
-16
/
+20
2005-09-22
[ACPI] handle ACPICA 20050916's acpi_resource.type rename
Len Brown
1
-1
/
+1
2005-08-11
[ACPI] Lindent drivers/acpi/ec.c
Len Brown
1
-480
/
+389
2005-08-11
[ACPI] Fix "ec_burst=1" mode latency issue
Luming Yu
1
-110
/
+59
[next]