]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: tegra: enable compile testing on all archs
authorJohan Hovold <johan@kernel.org>
Mon, 9 Mar 2026 08:12:59 +0000 (09:12 +0100)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 30 Mar 2026 13:15:15 +0000 (15:15 +0200)
commit73e65c424867fb9396de6d1265228b75e1ee0718
tree9703d1db1de27cea4affe4c33ed091af2a76aa56
parent58ea47a30b7dd2053545d5e7cae37b640b0dc442
i2c: tegra: enable compile testing on all archs

Commit 4a2d5f663dab ("i2c: Enable compile testing for more drivers")
enabled compile testing of the Tegra i2c driver only for architectures
that explicitly provide readsX() and writesX().

This limitation appears to have been too restrictive since the generic
implementation of these primitives added by commit 9ab3a7a0d2b4
("asm-generic/io.h: Implement generic {read,write}s*()") predates the
commit in question.

Allow compile testing of the driver on all architectures.

Cc: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/busses/Kconfig