Home | History | Annotate | Download | only in fdt
History log of /src/sys/dev/fdt/dwiic_fdt.c
RevisionDateAuthorComments
 1.9  16-Sep-2025  thorpej As with ACPI, perform the fdtbus_register_i2c_controller() in a centralized
location.
 1.8  16-Sep-2025  thorpej Garbage-collect fdtbus_attach_i2cbus(); the regular iicbus_attach() is
sufficient now.
 1.7  02-Jan-2025  skrll Fix previous with respect to the binding specification which I misread.
There must be 1 clocks (but there can be two) and the reset is optional.
 1.6  02-Jan-2025  skrll dwiic_fdt: enable the clock and de-assert the reset

Improve some error handling while I'm here.
 1.5  19-Oct-2022  riastradh branches: 1.5.8;
dwiic(4): Don't try to attach children if dwiic_attach failed.

PR kern/57063
 1.4  27-Jan-2021  thorpej branches: 1.4.4; 1.4.14;
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.3  15-Jan-2021  jmcneill use fdtbus_intr_establish_xname
 1.2  23-Dec-2020  thorpej Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t,
rather than the device and a set of functions (the only of which was to
return the i2c_tag_t anyway). Previously, this assumed only a single
i2c controller node per device_t, which is not true with an i2c mux.
 1.1  26-Sep-2018  jakllsch branches: 1.1.2; 1.1.6; 1.1.16;
Add dwiic_fdt attachment for "snps,designware-i2c".
 1.1.16.2  03-Apr-2021  thorpej Sync with HEAD.
 1.1.16.1  03-Jan-2021  thorpej Sync w/ HEAD.
 1.1.6.2  10-Jun-2019  christos Sync with HEAD
 1.1.6.1  26-Sep-2018  christos file dwiic_fdt.c was added on branch phil-wifi on 2019-06-10 22:07:07 +0000
 1.1.2.2  30-Sep-2018  pgoyette Ssync with HEAD
 1.1.2.1  26-Sep-2018  pgoyette file dwiic_fdt.c was added on branch pgoyette-compat on 2018-09-30 01:45:49 +0000
 1.4.14.1  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.4.4.1  19-May-2021  thorpej fdtbus_attach_i2cbus() is no longer anything other than a wrapper around
config_found(); just get rid of it and make its callers look like all of
the other I2C controller drivers.
 1.5.8.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed