Re: [PATCH v1] i2c: tegra: Improve handling of i2c_recover_bus()
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2021-03-29 19:29:01
Also in:
linux-i2c, lkml
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2021-03-29 19:29:01
Also in:
linux-i2c, lkml
29.03.2021 22:15, Wolfram Sang пишет:
On Mon, Mar 29, 2021 at 10:05:46PM +0300, Dmitry Osipenko wrote:quoted
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.