Re: [RFC PATCH 0/7] aspeed: i2c: Add new mode support

2022-04-06 Thread Cédric Le Goater
Hello Joe, On 3/31/22 06:32, Joe Komlodi wrote: Hi all, This series migrates the Aspeed I2C controller to use the register API, I like the idea but it's an earthquake in the I2C model and they are other patchsets on the way. Let's wait a bit before changing it all. and then adds new mode su

[RFC PATCH 0/7] aspeed: i2c: Add new mode support

2022-03-30 Thread Joe Komlodi
Hi all, This series migrates the Aspeed I2C controller to use the register API, and then adds new mode support. New mode has some behavior changes and a register layout change compared to old mode. The series starts by adding "shared field" macros to help simplify logic when adding new mode. Gen