Re: [PATCH] i2c: tegra: enable compile testing on all archs

From: Johan Hovold

Date: Mon Mar 30 2026 - 07:55:39 EST


On Mon, Mar 09, 2026 at 09:12:59AM +0100, Johan Hovold wrote:
> 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@xxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---

Can this one be picked up for 7.1?

Johan