Page MenuHomeFreeBSD

ig(4): add support for Apollo Lake I2C controllers
ClosedPublic

Authored by gonzo on Jul 4 2018, 3:08 AM.
Tags
None
Referenced Files
F150973213: D16120.id44840.diff
Sun, Apr 5, 6:13 AM
Unknown Object (File)
Sat, Apr 4, 6:44 AM
Unknown Object (File)
Wed, Apr 1, 10:14 PM
Unknown Object (File)
Sun, Mar 29, 11:34 PM
Unknown Object (File)
Tue, Mar 24, 5:38 PM
Unknown Object (File)
Tue, Mar 24, 2:22 AM
Unknown Object (File)
Sun, Mar 15, 10:20 AM
Unknown Object (File)
Mar 3 2026, 12:45 PM
Subscribers

Details

Summary

Add PCI ids for I2C controllers on Apollo Lake platform

Also refactor probe function a bit.

Test Plan

Driver recognizes controllers on Atom E3930 board and scans
shows devices attached at the same addresses as on Linux.
I don't have drivers for those devices (camera sonsors) and
can't verify actual tranfer functionality.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17830
Build 17602: arc lint + arc unit

Event Timeline

LGTM, thanks!
Maybe also add MODULE_PNP_INFO now that the IDs are in a table?

This revision is now accepted and ready to land.Jul 4 2018, 10:58 AM
This revision was automatically updated to reflect the committed changes.
In D16120#341805, @avg wrote:

LGTM, thanks!
Maybe also add MODULE_PNP_INFO now that the IDs are in a table?

Thanks for approval. I'll look into adding MODULE_PNP_INFO as the next refactoring iteration.