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
Unknown Object (File)
Oct 3 2024, 5:11 AM
Unknown Object (File)
Oct 2 2024, 12:05 PM
Unknown Object (File)
Oct 1 2024, 1:06 AM
Unknown Object (File)
Sep 30 2024, 7:23 AM
Unknown Object (File)
Sep 28 2024, 5:00 AM
Unknown Object (File)
Sep 20 2024, 8:22 AM
Unknown Object (File)
Sep 16 2024, 4:06 PM
Unknown Object (File)
Sep 12 2024, 5:19 AM
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 Not Applicable
Unit
Tests Not Applicable

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.