diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-01-21 11:41:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-23 05:21:57 +0100 |
commit | b0bc10cc8887214c997bfe4f47217b04db4733a2 (patch) | |
tree | d9265916dd5e46293bd5fdfc32f85f183e956123 /Documentation | |
parent | devlink: Add missing check of nlmsg_put (diff) | |
download | linux-b0bc10cc8887214c997bfe4f47217b04db4733a2.tar.xz linux-b0bc10cc8887214c997bfe4f47217b04db4733a2.zip |
ptp_qoriq: fix interrupt enabling and handling
The tmr_tevent register would update event bits
no matter tmr_temask bits were set or not. So we
should get interrupts by tmr_tevent & tmr_temask,
and clean up interrupts in tmr_tevent before
enabling them.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions