summaryrefslogtreecommitdiff
path: root/crypto/nhpoly1305.c
diff options
context:
space:
mode:
authorSowjanya Komatineni <skomatineni@nvidia.com>2020-07-27 13:57:19 -0700
committerWolfram Sang <wsa@kernel.org>2020-07-28 18:31:25 +0200
commit9e29420ddb1331de1f86fe544a460d8f2c6d11c6 (patch)
tree03c3b9f93281dee95a31313f573a88179b8ac6a9 /crypto/nhpoly1305.c
parent8682dc1245099cccd7e75f72ffb911341bf45ba7 (diff)
downloadlinux-9e29420ddb1331de1f86fe544a460d8f2c6d11c6.tar.gz
linux-9e29420ddb1331de1f86fe544a460d8f2c6d11c6.tar.bz2
linux-9e29420ddb1331de1f86fe544a460d8f2c6d11c6.zip
i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
Tegra VI I2C is part of VE power domain and typically used for camera usecases. VE power domain is not always on and is non-IRQ safe. So, IRQ safe device cannot be attached to a non-IRQ safe domain as it prevents powering off the PM domain and generic power domain driver will warn. Current driver marks all I2C devices as IRQ safe and VI I2C device does not require IRQ safe as it will not be used for atomic transfers. This patch has fix to make VI I2C as non-IRQ safe. Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'crypto/nhpoly1305.c')
0 files changed, 0 insertions, 0 deletions