Re: [U-Boot] [PATCH 1/2] i2c: i2c_cdns: Fix clearing of all interrupts

2019-03-07 Thread Heiko Schocher
Hello Michal, Am 07.03.2019 um 11:52 schrieb Michal Simek: From: Siva Durga Prasad Paladugu 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

[U-Boot] [PATCH 1/2] i2c: i2c_cdns: Fix clearing of all interrupts

2019-03-07 Thread Michal Simek
From: Siva Durga Prasad Paladugu 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