History log of /src/sys/dev/acpi/nxpiic_acpi.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.7 15-Sep-2025 thorpej

No longer need to include acpi_i2c.h here.


# 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.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 thorpej-ifq-base thorpej-altq-separation-base netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base
# 1.5 22-Jul-2022 thorpej

Normalize how motoi2c controllers are attached.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-futex-base thorpej-cfargs-base
# 1.4 29-Jan-2021 thorpej

branches: 1.4.4; 1.4.6; 1.4.16;
Use acpi_compatible_match().


# 1.3 26-Jan-2021 jmcneill

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.2 25-Jan-2021 jmcneill

Configure clocks and enable NXP Layerscape quirks in motoi2c


# 1.1 24-Jan-2021 jmcneill

Add support for NXP Layerscape I2C controllers.