summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/i2cmux_fdt.c
AgeCommit message (Expand)Author
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-25Add support for ACPI-based I2C mux attachment.jmcneill
2021-01-18Remove "struct of_compat_data" and replace its usage withthorpej
2021-01-17trailing whitespacejmcneill
2020-12-28Re-factor the "iicmux" driver to support other types of muxes that arethorpej
2020-12-28The i2c-mux bindings specify that if the mux device has a child node namedthorpej
2020-12-23Register each virtual bus's i2c_tag_t so that references for e.g. HDMI DDCthorpej
2020-12-23Add support for i2c-mux-gpio and i2c-mux-pinctrl I2C mux virtualthorpej