summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2021-12-24Add ohci at acpi bindings. No known PNP IDs for this, so match using _CLSjmcneill
2021-12-22Three fixesskrll
2021-12-20KNF. Same binary before and after.skrll
2021-12-20Fix struct member prefix to be consistent. same code before and after.skrll
2021-12-19Tweak comments.skrll
2021-12-19Trailing whitespaceskrll
2021-12-12fix various typos in comments.andvar
2021-12-07fix various typos, mainly in comments.andvar
2021-11-14tpm@acpi: Require only one locality's worth of register space.riastradh
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-10-23Poll only if we don't have an IRQ resource.jmcneill
2021-10-22rename "setup_interrupts" to "alloc_interrupts"yamaguchi
2021-10-21acpi: com: Honour the reg-shift propertyjmcneill
2021-10-15Convert some debug messages to aprint_debugjmcneill
2021-10-07Also print the device name with aprint_naive, like wss@pnpbios does.uwe
2021-10-06Don't use aprint_normal_dev("") to print the device name.uwe
2021-10-06Fix KASSERT triggered when attaching opl at wss.uwe
2021-09-15Adjust the device_call() calling convention so as to provide type checkingthorpej
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-08-09Fix CVS eff-up.thorpej
2021-08-09Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,thorpej
2021-08-07acpi: expose acpimcfg_configure_bus_cbjmcneill
2021-08-07acpi: Add acpi_resource_parse_any().jmcneill
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-25acpi_timer: use ACPI-Fast if WAET timer one read flag is setjmcneill
2021-07-24acpi: /dev/acpi: fix bounds check when reading tablesjmcneill
2021-05-30thinkpad(4): Fix evaluation of MHKA on version 2 devices.riastradh
2021-05-29Add some more Thinkpad hotkeys.riastradh
2021-05-29thinkpad(4): Add dtrace probe for hotkey events.riastradh
2021-05-29thinkpad(4): Attach at LEN0268 with v2 Thinkpad hotkeys too.riastradh
2021-05-12- Define a device call for PCI bus instances to fetch a direct child'sthorpej
2021-05-03genet(4): Add support for rnd(9).rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-25Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags.rin
2021-02-05Assign device handles to "at acpi" and "at pci" devices inthorpej
2021-02-05ACPI device handle implementation.thorpej
2021-02-04Use acpi_compatible_match().thorpej
2021-02-04Add acpi_device_register(). Just a placeholder for now.thorpej
2021-01-29Use acpi_compatible_match().thorpej
2021-01-29Use acpi_compatible_match() / acpi_compatible_lookup().thorpej
2021-01-29Use acpi_compatible_match().thorpej
2021-01-29Use acpi_compatible_match().thorpej
2021-01-27Introduce weighted matching for ACPI autoconfiguration, and providethorpej
2021-01-26Trailing whitespaceskrll
2021-01-26KNFskrll
2021-01-26Don't map ACPI _HID / _CID strings to "compatible" strings from thethorpej
2021-01-26build fixjmcneill
2021-01-26Add a device_t parameter to acpi_enter_i2c_devs. If non-NULL, all childjmcneill