Age | Commit message (Expand) | Author |
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 |
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 |