Page MenuHomeFreeBSD

linux: add Linux i2c-dev ioctl compatibility support
AbandonedPublic

Authored by mr.yaoxin_outlook.com on Apr 3 2026, 4:15 PM.
Referenced Files
Unknown Object (File)
Thu, May 14, 8:25 AM
Unknown Object (File)
Thu, May 14, 8:14 AM
Unknown Object (File)
Mon, May 11, 12:44 PM
Unknown Object (File)
Thu, May 7, 4:23 AM
Unknown Object (File)
Tue, Apr 28, 7:22 AM
Unknown Object (File)
Mon, Apr 27, 4:31 PM
Unknown Object (File)
Fri, Apr 24, 6:14 AM
Unknown Object (File)
Wed, Apr 22, 8:42 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Linux Emulation
Summary

Implement Linux I2C ioctl translation in the Linux compatibility layer
and wire iicbus cdevs up for in-kernel rdwr handling.
Support common i2c-dev requests including SLAVE, FUNCS, and RDWR,
while rejecting unsupported 10-bit and SMBus operations.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bz added a subscriber: bz.

This is unrelated to LinuxKPI. Remove the reviewer.

Remove additional unexpected empty line change

mr.yaoxin_outlook.com retitled this revision from linuxkpi: add Linux i2c-dev ioctl compatibility support to linux: add Linux i2c-dev ioctl compatibility support.Apr 4 2026, 3:55 AM
mr.yaoxin_outlook.com edited the summary of this revision. (Show Details)

This is created from diff file. I just created another one followed the instructions with arc command