summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2021-05-22Fix aml_rwgsb(). My interpretation of the ACPI standard turned out to beMark Kettenis
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-16correct prototype of acpi gpio intr_establish functionsJonathan Gray
2021-05-09Some x86 machines advertise the "hardware reduced" ACPI feature, advertiseMark Kettenis
2021-03-30Handle systems, such as the Dell Precision 3640, that accessMark Kettenis
2021-03-23Pack the SPCR struct definition since the struct isn't naturally alignedPatrick Wildt
2021-03-18Fix previous (1.258). It breaks if localX itself is an object reference.YASUOKA Masahiko
2021-03-15Add acpi_iommu_device_map(), which replaces the DMA tag with one thatPatrick Wildt
2021-03-15Add the IORT structure for named components. These give us the stream idsPatrick Wildt
2021-03-10Handle named references in acpi_getdevlist(). Fixes a regression in acpitztobhe
2021-03-10Our ACPI namerefs are pointers to the byte structures for ACPI names.Patrick Wildt
2021-03-10Fix typo for ATS attribute member in IORT root complex struct.Patrick Wildt
2021-03-08Add support for sdhc(4) on Raspberry Pi in ACPI mode.Mark Kettenis
2021-03-07Fix aml_store() to work properly when the lvalue is a reference ofYASUOKA Masahiko
2021-03-07Pass standard DMA tag to acpi(4) table drivers.Patrick Wildt
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-23remove unused acpiec_lock() acpiec_unlock() functionsJonathan Gray
2021-01-28tpm(4): fix delay unitscheloha
2021-01-23Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.Patrick Wildt
2021-01-17Add defines for the various ARM SMMU models.Patrick Wildt
2021-01-15Add IORT structs for ARM SMMU versions 1 and 2.Patrick Wildt
2021-01-15Split the IORT struct into two, as the current version not only containedPatrick Wildt
2021-01-15Add IORT id for ARM SMMUv3.Patrick Wildt
2021-01-15Move IO Remapping Table (IORT) struct defines to the common ACPI headerPatrick Wildt
2021-01-14Some BIOS seem to provide memory regions <16M in their reserved memoryPatrick Wildt
2020-12-27acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, asTheo de Raadt
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-24Extract clock frequency from _DSD properties.Patrick Wildt
2020-12-24Implement capability register overrides based on _DSD properties.Mark Kettenis
2020-12-17Fix some issues with referencing named ACPI nodes from Packages.Mark Kettenis
2020-12-12avoid uninitialised var by using dma tag from attach argsJonathan Gray
2020-12-12The asmc sensor update task currently consumes ~50ms on each refresh cycleMarcus Glocker
2020-12-07Initialize handledgnezdo
2020-12-06Implement acpi_intr_disestablish() for arm64.Mark Kettenis
2020-12-06Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.Mark Kettenis
2020-12-05Add support for the _EVT method to the GPIO support code.Mark Kettenis
2020-11-17Add ACPI support to imxiic(4).Patrick Wildt
2020-11-15Add acpige(4), a driver for ACPI generic event devices. This is a ratherPatrick Wildt
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern IntelMark Kettenis
2020-10-27Adding IOMMU support for AMD Vi and Intel VTD (disabled)Jordan Hargrave
2020-10-25Unbreak brightness setting on MacBooks introduced by abl(4).Marcus Glocker
2020-09-27Add workaround for Lenovo X1 gen 8 which has AML that tries to invokeMark Kettenis
2020-09-27Make sure acpicpu(4) doesn't attach to Processor nodes that happen to haveMark Kettenis
2020-09-16disable acpivout brightness control on machines aware of Windows 8Jonathan Gray
2020-09-16Add a command explaining that this driver uses the ACPI SMI command portMark Kettenis
2020-09-15abl(4) is a new driver to control the backlight brightness on Intel basedMarcus Glocker
2020-09-15Add acpi_ivhd_ext definitions to acpireg.hJordan Hargrave
2020-09-13The SMC base address and i/o region size is now queried by acpi(4) andMarcus Glocker
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).Marcus Glocker
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot