diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2017-03-25 16:10:08 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-03-30 18:31:08 +0300 |
commit | 38ed55ca9ec2808ed7ee5183bec1f4e7187d3ea2 (patch) | |
tree | fc9b27a32a8d92965b6853379d77effc609f4eb9 /scripts/gdb/linux/utils.py | |
parent | e4d6bc380c9a3dd955a2c8c6c8856e913b1b42cb (diff) | |
download | linux-38ed55ca9ec2808ed7ee5183bec1f4e7187d3ea2.tar.xz |
i2c: meson: improve interrupt handler and detect spurious interrupts
If state is STATE_IDLE no interrupt should occur. Return IRQ_NONE
if such a spurious interrupt is detected.
Not having to take care of STATE_IDLE later in the interrupt handler
allows to further simplify the interrupt handler in subsequent
patches of this series.
In addition move resetting REG_CTRL_START bit to the start of the
interrupt handler to ensure that the start bit is always reset.
Currently the start bit is not reset for STATE_STOP because
i2c->state is set to STATE_IDLE.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions