summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2016-10-25Deduplicate the CRS parsing code and handle broken ACPI implementations.Paul Irofti
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-10-21Add support for the ACPI timer opcode.Joris Vink
2016-10-04At acpithinkpad attach time determine the value of the mute, and deferTheo de Raadt
2016-09-27Print the type of operation space that failed as there seem to be more ofMike Larkin
2016-09-18If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be setPhilip Guenther
2016-09-17Report a LAPIC address override entry in the dmesg if it doesn't matchPhilip Guenther
2016-09-16Suppress debugging output about CSD entries that say nothing we care aboutPhilip Guenther
2016-09-07revert part of 1.18 which caused a regression with at least one ikbdJoshua Stein
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-02Remove unused argument in aml_showvalue().Paul Irofti
2016-09-01add iatp(4), a driver for the i2c touchpad and touchscreen found onJoshua Stein
2016-09-01for broadwell HIDs, apply a magic write found in linux that isJoshua Stein
2016-09-01- disable controller when we're done using itJoshua Stein
2016-09-01- separate hid and ihidev attachment for upcoming driversJoshua Stein
2016-08-31Don't put a device in the wake device list if _STA says it's not there.Mike Larkin
2016-08-23don't enter burst mode for single-byte reads and writes.Joshua Stein
2016-08-03add a minimal TPM 1.2 driver just to issue a "save state" commandJoshua Stein
2016-07-30add acpials(4), an acpi driver for ambient light sensorsJoshua Stein
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-27after system resume, re-write backlight levelJoshua Stein
2016-07-10Pay attention to Processor Local X2APIC structures. ACPI 6.0 allows theseMark Kettenis
2016-07-10Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct.Mark Kettenis
2016-07-01add a simple keyboard backlight driver for some chromebooks,Joshua Stein
2016-06-16enable suspend/hibernate fn keysGiovanni Bechis
2016-06-10The power management timer has been made optional in ACPI 5.0A, so don'tMark Kettenis
2016-06-08attach acpitoshiba(4) on more Toshiba laptopsGiovanni Bechis
2016-05-24Disabling active cooling trip points when we lack the right method to operate.Sebastien Marie
2016-05-08Add support for level, active low gpio interrupts.Mark Kettenis
2016-05-08Add support for writing gpio pins.Mark Kettenis
2016-05-08Make sure devices listed by a device's _DEP method are attached beforeMark Kettenis
2016-05-08Call _REG to register GeneralPuproseIo address space support.Mark Kettenis
2016-05-08Plug some memory leaks and do proper cleanup in error paths.Mark Kettenis
2016-05-08Add macros for interrupt trigger mode as encoded in GPIO resources.Mark Kettenis
2016-05-07Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry ViewMark Kettenis
2016-05-07Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allowsMark Kettenis
2016-05-07Add defines for Operation Region Address Space Identifiers and use them whenMark Kettenis
2016-05-05Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximumJonathan Gray
2016-05-04Don't mask pins configured as direct IRQ. Those are tied directly to the APICMark Kettenis
2016-05-03Print missing newline if we bail out because of a uid mismatch.Mark Kettenis
2016-04-30Mask all gpio interrupts when we attach. Fixes interrupt storm on the LenovoMark Kettenis
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-26Remove debug printfs, but do print "gpio" to indicate that card detection isMark Kettenis
2016-04-26corrects acpitz problem with active cooling and hysterisisSebastien Marie
2016-04-25We attach acpihpet(4) and acpiec(4) without using the HID, so do notPaul Irofti
2016-04-23Match on Cherry Trail.Mark Kettenis
2016-04-23Print a meaningful interrupt string for i2c devices.Mark Kettenis
2016-04-10Fix layer violation in the ihidev(4) code by implementing a generic mechanismMark Kettenis
2016-04-02Reduce dmesg spam by knocking out some acpi hardware IDs that don't need aMark Kettenis
2016-04-02Add support for I2C HID devices with GPIO signalled interrupts.Jonathan Gray