Re: [PATCH v6 0/3] i2c: imx: Fix handling of arbitration loss

2020-10-18 Thread Christian Eggers
Hi Wolfram, On Saturday, 10 October 2020, 13:06:58 CEST, Wolfram Sang wrote: > > Changes in v5: > Changes in v6 were missing... Because patch 1 was updated, I reverted it > from for-current and will apply this series to for-next instead to give > it some more time for testing. can may patches be

Re: [PATCH v6 0/3] i2c: imx: Fix handling of arbitration loss

2020-10-10 Thread Wolfram Sang
> Changes in v5: Changes in v6 were missing... Because patch 1 was updated, I reverted it from for-current and will apply this series to for-next instead to give it some more time for testing. signature.asc Description: PGP signature

[PATCH v6 0/3] i2c: imx: Fix handling of arbitration loss

2020-10-09 Thread Christian Eggers
Changes in v5: --- - Added missing "Tested-By" tags. Changes in v4: --- - Extend comment (W1C vs. W0C) Changes in v3: --- - dedicated function for clearing an irq Changes in v2: --- - Don't accidently clear additional status flags on Vybrid

[PATCH v6 0/3] i2c: imx: Fix handling of arbitration loss

2020-10-09 Thread Christian Eggers
Changes in v6: --- - Fixed commit (W1C vs. W0C) - Extended patch 1/3 for atomic case - Added acks by Oleksij Rempel Changes in v5: --- - Added missing "Tested-By" tags. Changes in v4: --- - Extend comment (W1C vs. W0C) Changes in v3: --- -