Age | Commit message (Expand) | Author |
2016-10-25 | Deduplicate the CRS parsing code and handle broken ACPI implementations. | Paul Irofti |
2016-10-25 | Add the resource index to aml_parse_resource() callback function. | Paul Irofti |
2016-10-21 | Add support for the ACPI timer opcode. | Joris Vink |
2016-10-04 | At acpithinkpad attach time determine the value of the mute, and defer | Theo de Raadt |
2016-09-27 | Print the type of operation space that failed as there seem to be more of | Mike Larkin |
2016-09-18 | If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set | Philip Guenther |
2016-09-17 | Report a LAPIC address override entry in the dmesg if it doesn't match | Philip Guenther |
2016-09-16 | Suppress debugging output about CSD entries that say nothing we care about | Philip Guenther |
2016-09-07 | revert part of 1.18 which caused a regression with at least one ikbd | Joshua Stein |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-09-02 | Remove unused argument in aml_showvalue(). | Paul Irofti |
2016-09-01 | add iatp(4), a driver for the i2c touchpad and touchscreen found on | Joshua Stein |
2016-09-01 | for broadwell HIDs, apply a magic write found in linux that is | Joshua Stein |
2016-09-01 | - disable controller when we're done using it | Joshua Stein |
2016-09-01 | - separate hid and ihidev attachment for upcoming drivers | Joshua Stein |
2016-08-31 | Don't put a device in the wake device list if _STA says it's not there. | Mike Larkin |
2016-08-23 | don't enter burst mode for single-byte reads and writes. | Joshua Stein |
2016-08-03 | add a minimal TPM 1.2 driver just to issue a "save state" command | Joshua Stein |
2016-07-30 | add acpials(4), an acpi driver for ambient light sensors | Joshua Stein |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-27 | after system resume, re-write backlight level | Joshua Stein |
2016-07-10 | Pay attention to Processor Local X2APIC structures. ACPI 6.0 allows these | Mark Kettenis |
2016-07-10 | Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct. | Mark Kettenis |
2016-07-01 | add a simple keyboard backlight driver for some chromebooks, | Joshua Stein |
2016-06-16 | enable suspend/hibernate fn keys | Giovanni Bechis |
2016-06-10 | The power management timer has been made optional in ACPI 5.0A, so don't | Mark Kettenis |
2016-06-08 | attach acpitoshiba(4) on more Toshiba laptops | Giovanni Bechis |
2016-05-24 | Disabling active cooling trip points when we lack the right method to operate. | Sebastien Marie |
2016-05-08 | Add support for level, active low gpio interrupts. | Mark Kettenis |
2016-05-08 | Add support for writing gpio pins. | Mark Kettenis |
2016-05-08 | Make sure devices listed by a device's _DEP method are attached before | Mark Kettenis |
2016-05-08 | Call _REG to register GeneralPuproseIo address space support. | Mark Kettenis |
2016-05-08 | Plug some memory leaks and do proper cleanup in error paths. | Mark Kettenis |
2016-05-08 | Add macros for interrupt trigger mode as encoded in GPIO resources. | Mark Kettenis |
2016-05-07 | Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View | Mark Kettenis |
2016-05-07 | Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allows | Mark Kettenis |
2016-05-07 | Add defines for Operation Region Address Space Identifiers and use them when | Mark Kettenis |
2016-05-05 | Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximum | Jonathan Gray |
2016-05-04 | Don't mask pins configured as direct IRQ. Those are tied directly to the APIC | Mark Kettenis |
2016-05-03 | Print missing newline if we bail out because of a uid mismatch. | Mark Kettenis |
2016-04-30 | Mask all gpio interrupts when we attach. Fixes interrupt storm on the Lenovo | Mark Kettenis |
2016-04-30 | Implement DMA support. Bits and pieces taken from NetBSD, but we only | Mark Kettenis |
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 |