summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDave Stevenson <dave.stevenson@raspberrypi.com>2025-06-11 19:37:15 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2025-06-17 10:50:00 +0200
commit303d81635e1d9c949b370215cc94526ed81f2e3d (patch)
treed68e3bf788d089bf361470b48d44403246578598 /tools/perf/scripts/python/bin
parent86addd25314a1e77dbdcfddfeed0bab2f27da0e2 (diff)
downloadlinux-303d81635e1d9c949b370215cc94526ed81f2e3d.tar.gz
linux-303d81635e1d9c949b370215cc94526ed81f2e3d.zip
media: tc358743: Check I2C succeeded during probe
The probe for the TC358743 reads the CHIPID register from the device and compares it to the expected value of 0. If the I2C request fails then that also returns 0, so the driver loads thinking that the device is there. Generally I2C communications are reliable so there is limited need to check the return value on every transfer, therefore only amend the one read during probe to check for I2C errors. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions