diff options
author | Rob Rice <rob.rice@broadcom.com> | 2016-11-14 13:26:04 -0500 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2016-12-19 20:10:22 +0530 |
commit | 30d1ef623fd1e99bc1bab5211ba1da0d97d40e64 (patch) | |
tree | 258bd7a69ff0fd8f529b9d6f49bd81ea8fe3e0f1 | |
parent | 63bb50bdb997f4bede1b5f2d56645f393f7f39fb (diff) |
mailbox: bcm-pdc: Simplify interrupt handler logic
Earlier versions of the PDC driver registered for both
transmit and receive interrupts. The hard IRQ handler had to
communicate to the soft handler which interrupt(s) had occurred.
The PDC driver no longer registers for tx interrupts. So there is
no reason to save the intstatus. So remove the intstatus member
of the PDC state.
Signed-off-by: Rob Rice <rob.rice@broadcom.com>
Reviewed-by: Andy Gospodarek <gospo@broadcom.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>