Page MenuHomeFreeBSD

linuxkpi: Add I2C_NAME_SIZE and I2C_MODULE_PREFIX defines
ClosedPublic

Authored by manu on Aug 16 2022, 12:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 29, 11:34 AM
Unknown Object (File)
Thu, Dec 19, 11:56 PM
Unknown Object (File)
Dec 4 2024, 11:51 AM
Unknown Object (File)
Nov 18 2024, 7:50 AM
Unknown Object (File)
Nov 17 2024, 10:57 PM
Unknown Object (File)
Nov 14 2024, 2:18 PM
Unknown Object (File)
Nov 13 2024, 11:18 PM
Unknown Object (File)
Nov 11 2024, 3:32 PM

Details

Summary

Both are needed by drm-kmod

Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Aug 16 2022, 12:35 PM
hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
73

What field does this macro limit writing to? In Linux it is used two places:

struct i2c_client {
 char name[...]

and

struct i2c_device_id {
        char name[...];

Where will this be used in FreeBSD?

This revision is now accepted and ready to land.Aug 16 2022, 5:32 PM