Re: [PATCH RESEND v6 3/6] i2c: mediatek: Add arb clock in i2c driver

2019-04-12 Thread Matthias Brugger
On 02/04/2019 14:35, Qii Wang wrote: > When two i2c controllers are internally connected to the same > GPIO pins, the arb clock is needed to ensure that the waveforms > do not interfere with each other. And we also need to enable > the interrupt to find arb lost, old i2c controllers also have >

[PATCH RESEND v6 3/6] i2c: mediatek: Add arb clock in i2c driver

2019-04-02 Thread Qii Wang
When two i2c controllers are internally connected to the same GPIO pins, the arb clock is needed to ensure that the waveforms do not interfere with each other. And we also need to enable the interrupt to find arb lost, old i2c controllers also have the bit. Signed-off-by: Qii Wang Reviewed-by: Ni