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

2020-12-02 Thread Wolfram Sang
> > Applied to for-next, thanks! > > > I cannot find my patches in kernel/git/wsa/linux.git, branch "for-next". > Did they get lost? It seems like it :( I seem to have forgotten to push out and then continued to to work on another computer with an older state. It is highly embarassing but I can't

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

2020-11-30 Thread Christian Eggers
On Saturday, 10 October 2020, 13:09:20 CET, Wolfram Sang wrote: > On Fri, Oct 09, 2020 at 01:03:18PM +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 f

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

2020-10-10 Thread Wolfram Sang
On Fri, Oct 09, 2020 at 01:03:18PM +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 v6 1/3] i2c: imx: Fix reset of I2SR_IAL flag

2020-10-09 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 Fixes: 4b775022f6fd ("i2c: imx: add struct to