summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2023-05-10acpi(4): Fix membars in ACPI_ACQUIRE/RELEASE_GLOBAL_LOCK.riastradh
2023-05-10acpiwmi(4): Use config_detach_children.riastradh
2023-05-06s/regster/register/ in comments and error messages.andvar
2023-04-16DesignWare watchdog ACPI attach gluejmcneill
2023-03-17s/Brigthness/Brightness/ in comment.andvar
2023-02-27igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225.msaitoh
2022-12-18Add amdsmn(4) and amdccp(4) power management stubs.reinoud
2022-10-24i2c(9): Nix smbus intr API.riastradh
2022-10-19dwiic(4): Don't try to attach children if dwiic_attach failed.riastradh
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2022-08-12thinkpad(4): Don't detach on shutdown.riastradh
2022-07-23- Handle dtlink in acpi_pack_compat_list().thorpej
2022-07-22Normalize how motoi2c controllers are attached.thorpej
2022-06-02Localize one more variable to NPCI > 0 block. Fix ia64 build.rin
2022-05-31allow ACPI to compile without PCI support. fixes ia64 build.mrg
2022-05-26only link acpi_pci*.c if acpi & pci, not just acpi.mrg
2022-05-22fix various small typos, mainly in comments.andvar
2022-03-24Add initial support for Intel GPIO chipsmanu
2022-02-27acpi: Assert acpi_register_notify is not called twice.riastradh
2022-02-27acpivga(4): Provide hooks for ACPI display notifications.riastradh
2022-02-27acpi: Nix conditional pci_get_segment use.riastradh
2022-02-16sys: Include files.acpica unconditionally.riastradh
2022-02-11acpi(9): No need to test dv_locators.riastradh
2022-02-06sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.jmcneill
2022-02-06acpi: dwcmmc: Honour broken-cd and non-removable DSD propertiesjmcneill
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2022-01-1532-bit build fixjmcneill
2022-01-15acpi: sdhc: Read caps2 even if sdhci-caps{,-mask} doesn't touch the bitsjmcneill
2022-01-15acpi: sdhc: Add support for RK356x eMMC controller.jmcneill
2022-01-15acpi: Add helper for querying DSM function 0.jmcneill
2022-01-11acpi: sdhc: Support sdhci-caps and sdhci-caps-mask properties.jmcneill
2022-01-11acpi: ged: Mask interrupts before dispatching handlerjmcneill
2022-01-09dwcmmc: Add ACPI attach supportjmcneill
2022-01-09acpi: Add acpi_dsd_bool helperjmcneill
2022-01-07acpibat(4): Fix race in detach with AcpiOsExecute deferred call.riastradh
2022-01-03Add driver for DesignWare Ethernet Quality-of-Service controller.jmcneill
2021-12-31thinkpad(4): Omit workaround for acpiec_bus_read.riastradh
2021-12-31acpiec(4): Make sure to fully initialize an ACPI_INTEGER on read.riastradh
2021-12-31acpi(9): Return full 64-bit object to caller in PCI config read.riastradh
2021-12-31acpi(9): Fix memory ordering and completion bugs in notifiers.riastradh
2021-12-31acpi(9): Implement AcpiOsWaitEventsComplete.riastradh
2021-12-31acpibat(4): Print ACPI error when _STA fails.riastradh
2021-12-31acpibat(4): Delete excessive blank lines.riastradh
2021-12-31acpibat(4): Fix attach and detach ordering.riastradh
2021-12-31acpi: Support DT link compat string listsjmcneill
2021-12-30acpiout(4): Work around firmware that doesn't like some brightnesses.riastradh
2021-12-28acpi: sdhc: Ignore clkbase register if clock-frequency property is presentjmcneill
2021-12-26acpi: ohci: Match "generic-ohci" compatible stringjmcneill
2021-12-26acpi: Support DT link device IDjmcneill
2021-12-24acpi: ehci: Don't assume that a transaction translator is available.jmcneill