Re: [PATCH v2 1/3] i2c: imx: Fix reset of I2SR_IAL flag

2020-10-05 Thread Uwe Kleine-König
On Fri, Oct 02, 2020 at 05:23:03PM +0200, Christian Eggers wrote: > According to the "VFxxx Controller Reference Manual" (and the comment > block starting at line 97), Vybrid requires writing a one for clearing > an interrupt flag. Syncing the method for clearing I2SR_IIF in > i2c_imx_isr(). > > S

Re: [PATCH v2 1/3] i2c: imx: Fix reset of I2SR_IAL flag

2020-10-05 Thread Krzysztof Kozlowski
On Fri, Oct 02, 2020 at 05:23:03PM +0200, Christian Eggers wrote: > According to the "VFxxx Controller Reference Manual" (and the comment > block starting at line 97), Vybrid requires writing a one for clearing > an interrupt flag. Syncing the method for clearing I2SR_IIF in > i2c_imx_isr(). > > S

[PATCH v2 1/3] i2c: imx: Fix reset of I2SR_IAL flag

2020-10-02 Thread Christian Eggers
According to the "VFxxx Controller Reference Manual" (and the comment block starting at line 97), Vybrid requires writing a one for clearing an interrupt flag. Syncing the method for clearing I2SR_IIF in i2c_imx_isr(). Signed-off-by: Christian Eggers Cc: sta...@vger.kernel.org --- drivers/i2c/bu