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: Wed Sep 17 13:42:43 UTC 2025
Modified Files:
src/sys/dev/i2c: adadc.c anxedp.c axp20x.c axppmic.c cwfg.c es8316ac.c
fan53555.c fusbtc.c max77620.c pca9685.c rkpmic.c sy8106a.c
tcagpio.c tda19988.c
Log Message:
These drivers blindly assume that i2c_attach_args::ia_cookie is an FDT / OF
phandle. Instead, extract the phandle from self's devhandle, both eliminating
the reference to ia_cookie and providing an assertion that it is, in fact,
an FDT / OF phandle.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/i2c/adadc.c src/sys/dev/i2c/max77620.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/anxedp.c src/sys/dev/i2c/sy8106a.c \
src/sys/dev/i2c/tcagpio.c src/sys/dev/i2c/tda19988.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/i2c/axp20x.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/i2c/axppmic.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/cwfg.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/es8316ac.c src/sys/dev/i2c/pca9685.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/i2c/fan53555.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/fusbtc.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/i2c/rkpmic.c
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