commit | 006265d063789ffbf58c51213f1a27462875931c | [log] [tgz] |
---|---|---|
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Thu Mar 07 11:52:48 2019 +0100 |
committer | Heiko Schocher <hs@denx.de> | Fri Mar 08 05:52:30 2019 +0100 |
tree | b0427d5ed271e134bdd6d1cd11ed54ec0af0d5d1 | |
parent | da53b0543dc3b85a79874e17faf25fccefef24d2 [diff] |
i2c: i2c_cdns: Fix clearing of all interrupts The arbitration lost interrupt was not getting cleared while clearing interrupts. This patch fixes this by adding arbitration lost interrupt as well during clear. This patch also removes hardcoded value and defined a macro for it. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Heiko Schocher <hs@denx.de>