commit | 3928bbb0206bac100b7f4942356790aef758ed39 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Tue Jan 12 16:17:09 2021 +0300 |
committer | Wolfram Sang <wsa@kernel.org> | Thu Jan 28 10:03:58 2021 +0100 |
tree | 68698bdc2c76e6d3b55fd8562b542df696b92d68 | |
parent | 2e7f3db5d886701c2a31219530845f642fe700d9 [diff] |
i2c: tegra: Use threaded interrupt Switch to use threaded interrupt context in order to avoid checking of "are we in interrupt?" for the code that may sleep in the IRQ handler. I2C doesn't require a very low interrupt-handling latency, hence this change doesn't introduce any noticeable effects. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>