summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxiic_fdt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to skip attaching disabled I2C devices. This can happen onpatrick2021-03-111-2/+7
| | | | | | hardware which include a common parent block in their device trees and only enable the components that were actually implemented, as seen on e.g. the NanoPi R4S.
* Split imxiic(4) into the FDT-attachment code and the i.MX I2C codepatrick2020-11-171-0/+147
in preparation for upcoming ACPI-attachment. ok kettenis@