Age | Commit message (Expand) | Author |
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 |
2015-12-23 | add aml_freevalue in a couple places, avoid storing a result that | Joshua Stein |
2015-12-17 | Add display brightness support. This is available on the last few generations | Mark Kettenis |
2015-12-16 | Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCG | Mark Kettenis |
2015-12-14 | Handle the keyboard backlight found on newer Thinkpads. Doesn't handle the | Mark Kettenis |
2015-12-13 | Hook up the ThinkLight to the keyboard backlight support code. | Mark Kettenis |
2015-12-13 | Sort button defines. | Mark Kettenis |
2015-11-23 | Back out the CRITICAL change, turn it back from 10% to 25%. Some | Reyk Floeter |
2015-11-22 | The "CRITICAL" APM battery level, that is exported/faked by the ACPI | Reyk Floeter |
2015-10-06 | 0xffffffff is 32 bits, not 24 bits | Matthew Dempsky |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-12 | Intel docs suggest that cpus in C3 may go into deeper states automatically | Philip Guenther |
2015-09-11 | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) | Philip Guenther |
2015-09-11 | Ignore the 'rotation lock' button on my Yoga12 | Philip Guenther |
2015-09-06 | clarify malloc arguments (base + length...) | Theo de Raadt |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-25 | sizes for simple free() calls | Theo de Raadt |
2015-08-20 | Respect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-08-12 | Check proper HPET period value during attach. | Mike Larkin |
2015-08-04 | Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. | Philip Guenther |
2015-08-04 | do not save & restore a capability register, it is RO. | Theo de Raadt |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-08-04 | Provide the fallback C1-via-halt even when _CST can't be evaluated. | Philip Guenther |
2015-08-04 | Fix a handful of incorrect register offsets in acpihpet. | Mike Larkin |
2015-07-29 | Something subtle in previous revision is locking up suspend or booting | Theo de Raadt |