Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to skip attaching disabled I2C devices. This can happen on | 2021-03-11 | 1 | -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 code | 2020-11-17 | 1 | -0/+147 | |
in preparation for upcoming ACPI-attachment. ok kettenis@ |