Home | History | Annotate | Download | only in broadcom
History log of /src/sys/arch/arm/broadcom/bcm2835_bsc_fdt.c
RevisionDateAuthorComments
 1.8  16-Sep-2025  thorpej As with ACPI, perform the fdtbus_register_i2c_controller() in a centralized
location.
 1.7  16-Sep-2025  thorpej Garbage-collect fdtbus_attach_i2cbus(); the regular iicbus_attach() is
sufficient now.
 1.6  29-Jan-2021  skrll branches: 1.6.4; 1.6.14;
fdtbus_intr_establish -> fdtbus_intr_establish_xname
 1.5  27-Jan-2021  thorpej 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.4  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.3  23-Dec-2020  thorpej Add missing call to fdtbus_register_i2c_controller(). This doesn't
affect basic child attachment, but would have broken other references
to the i2c controller in DT overlays.
 1.2  31-May-2020  thorpej branches: 1.2.2;
Remove superfluous checking for a "disable" property in the device_t
properties dictionary.
 1.1  31-Mar-2020  jmcneill branches: 1.1.2;
Add ACPI support.
 1.1.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.1.2.1  31-Mar-2020  martin file bcm2835_bsc_fdt.c was added on branch phil-wifi on 2020-04-08 14:07:28 +0000
 1.2.2.2  03-Apr-2021  thorpej Sync with HEAD.
 1.2.2.1  03-Jan-2021  thorpej Sync w/ HEAD.
 1.6.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.6.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.

RSS XML Feed