Re: [PATCH v1] i2c: tegra: Improve handling of i2c_recover_bus()

From: Dmitry Osipenko
Date: Mon Mar 29 2021 - 15:29:00 EST


29.03.2021 22:15, Wolfram Sang пишет:
> On Mon, Mar 29, 2021 at 10:05:46PM +0300, Dmitry Osipenko wrote:
>> The i2c_recover_bus() returns -EOPNOTSUPP if bus recovery isn't wired up,
>> which the case for older Tegra SoCs at the moment. This error code is then
>> propagated to I2C client and might be confusing, thus return -EIO instead.
>
> Hmm, makes sense. Maybe we should change it in the core? But with EBUSY
> instead?
>

This also should be a good variant. I'll update the patch, thanks.