Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/i2c
Module Name: src
Committed By: thorpej
Date: Sun Sep 21 17:54:16 UTC 2025
Modified Files:
src/sys/dev/i2c: Makefile i2c.c
Added Files:
src/sys/dev/i2c: i2c_calls i2c_calls.h i2c_enum.h
Log Message:
Add support for enumerating i2c devices directly from the platform
device tree. Direct configuration still looks for i2c-child-devices
property on the controller, and will use it if it exists in order to
ease transition.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/Makefile
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/i2c_calls src/sys/dev/i2c/i2c_calls.h
cvs rdiff -u -r0 -r1.2 src/sys/dev/i2c/i2c_enum.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index