diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2013-03-21 10:35:49 (GMT) |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-04-04 22:09:40 (GMT) |
commit | aa2effa1ca6da72f93fca3158079a10d8a592dac (patch) | |
tree | e55e889e03c66835eb0461db47d5d60bef99f363 /arch/xtensa/boot | |
parent | 899802ca7d5c4259ca0aa09dbb2d99f73d3f096f (diff) | |
download | linux-fsl-qoriq-aa2effa1ca6da72f93fca3158079a10d8a592dac.tar.xz |
i2c/omap: drop the lock hard irq context
The lock is taken while reading two registers. On RT the first lock is
taken in hard irq where it might sleep and in the threaded irq.
The threaded irq runs in oneshot mode so the hard irq does not run until
the thread the completes so there is no reason to grab the lock.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'arch/xtensa/boot')
0 files changed, 0 insertions, 0 deletions