Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/acpi_i2c.h
RevisionDateAuthorComments
 1.8  23-Sep-2025  thorpej Enumerate i2c devices directly from the ACPI device tree.
 1.7  15-Sep-2025  thorpej Register the I2C controller with the ACPI subsystem centrally in
iic_attach().
 1.6  15-Sep-2025  thorpej Do the ACPI-specific get-child-devices dance in iic_attach(). This
obviously isn't ideal, but it funnels the issue into a central location
and provides for easier improvement later.
 1.5  09-Dec-2024  jmcneill acpi: i2c: Support GenericSerialBus address space handlers.

Add support for I2C controllers to install GSB address space handlers.
 1.4  09-Aug-2021  thorpej branches: 1.4.10;
Fix CVS eff-up.
 1.3  09-Aug-2021  thorpej Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,
which is based on a newer HEAD revision.
 1.2  26-Jan-2021  jmcneill branches: 1.2.4;
Add a device_t parameter to acpi_enter_i2c_devs. If non-NULL, all child
acpi_devnodes will be claimed by that device so we don't later try to
attach a duplicate device to that node at acpinodebus.
 1.1  10-Dec-2017  bouyer branches: 1.1.18;
Implement a ACPI helper to fill the property array expected from our I2C
framework from the ACPI tables.
Also implement acpi_intr_establish(), acpi_intr_disestablish() and
acpi_intr_string().
Needed for the upcoming HID over I2C support, proposed on tech-kern@
on Dec, 1.
 1.1.18.1  03-Apr-2021  thorpej Sync with HEAD.
 1.2.4.1  25-Apr-2021  thorpej Implement "i2c-enumerate-devices" for ACPI.
 1.4.10.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed