index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
2016-04-26
Remove debug printfs, but do print "gpio" to indicate that card detection is
Mark Kettenis
2016-04-26
corrects acpitz problem with active cooling and hysterisis
Sebastien Marie
2016-04-25
We attach acpihpet(4) and acpiec(4) without using the HID, so do not
Paul Irofti
2016-04-23
Match on Cherry Trail.
Mark Kettenis
2016-04-23
Print a meaningful interrupt string for i2c devices.
Mark Kettenis
2016-04-10
Fix layer violation in the ihidev(4) code by implementing a generic mechanism
Mark Kettenis
2016-04-02
Reduce dmesg spam by knocking out some acpi hardware IDs that don't need a
Mark Kettenis
2016-04-02
Add support for I2C HID devices with GPIO signalled interrupts.
Jonathan Gray
2016-04-02
Make the gpio intr_establish callback return an int so the same function
Jonathan Gray
2016-03-30
Hook up the gpio interrupt on devices that use it for card detection.
Mark Kettenis
2016-03-30
Add support for gpio-based interrupts.
Mark Kettenis
2016-03-29
Print address and irq in the same way as sdhc(4)and bytgpio(4).
Mark Kettenis
2016-03-29
Check if a device is present (using _STA) in acpi_foundhid. This prevents
Mark Kettenis
2016-03-29
Implement a cleaner way to prevent acpivout(4) from attaching if we have
Mark Kettenis
2016-03-28
Replace 0 with NULL.
Mark Kettenis
2016-03-28
Adding each and every new acpi device driver to acpi_foundhid() is
Mark Kettenis
2016-03-28
Match based on _HID instead of the driver name.
Mark Kettenis
2016-03-28
Add support for card detect through a GPIO signal.
Mark Kettenis
2016-03-28
Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay Trail
Mark Kettenis
2016-03-28
Add infrastructure that allows gpio drivers to register themselves with
Mark Kettenis
2016-03-28
Add definitions for GPIO resources.
Mark Kettenis
2016-03-17
Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling
Martin Pieuchot
2016-03-14
Correct the value of SRT_ENDTAG: it was documented incorrectly in early
Philip Guenther
2016-03-02
Claim to be more versions of windows for _OSI checks.
Jonathan Gray
2016-01-22
Zero the local structs holding crs information before parsing _CRS.
Jonathan Gray
2016-01-17
fix an off-by-one that could result in read operations not reading
Joshua Stein
2016-01-17
dwiic_i2c_{read,write} -> dwiic_{read,write}
Joshua Stein
2016-01-17
Take acpi_foundhid() outside of #ifndef SMALL_KERNEL so the ramdisk
Jonathan Gray
2016-01-17
remove an unused global variable
Jonathan Gray
2016-01-15
In dwiic_acpi_foundhid() treat _STA missing as if all the bits
Jonathan Gray
2016-01-15
Check _STA method to see whether te device is actually present. If not, make
Mark Kettenis
2016-01-14
Attach dwiic(4) on the Intel Bay Trail i2c controllers as well.
Mark Kettenis
2016-01-14
Several fixes for dwiic(4).
Mark Kettenis
2016-01-13
Change aml_find_node() such that it only walks down the tree and doesn't
Mark Kettenis
2016-01-13
Don't confuse the HID descriptor address (which really is an office into the
Mark Kettenis
2016-01-13
Add data structures and defines for Generic and I2C Serial Bus Connection
Mark Kettenis
2016-01-12
rename new i2c_attach_args fields to avoid conflict with cpp magic in
Theo de Raadt
2016-01-12
Improve emulation of PM registers on Hardware-redcued ACPI by emulating
Mark Kettenis
2016-01-12
Add dwiic, a driver for the Synopsys DesignWare i2c controller found
Joshua Stein
2016-01-11
Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF".
Mark Kettenis
2016-01-11
Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config.
Mark Kettenis
2016-01-11
Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host
Mark Kettenis
2016-01-10
Introduce acpi_intr_establish(9), an API to establish interrupt handlers for
Mark Kettenis
2016-01-10
Add thinkpad tablet dock/undock ACPI events.
Stefan Sperling
2016-01-09
Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks
Mark Kettenis
2016-01-09
Add HW_REDUCED_ACPI and LOW_POWER_S0_IDLE_CAPABLE FADT flags.
Mark Kettenis
2016-01-09
Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 and
Mark Kettenis
2016-01-07
Use a resune hook to re-evaluate the "_LID" status upon resume.
Martin Pieuchot
2016-01-06
Follow the spec and check the SCI_EN bit to see if ACPI has already
Mark Kettenis
2015-12-29
Remove NULL-checks before free().
mmcc
[prev]
[next]