Re: [PATCH 03/21] aspeed: i2c: Migrate to registerfields API

2022-06-06 Thread Joel Stanley
On Mon, 6 Jun 2022 at 15:08, Cédric Le Goater wrote: > > From: Joe Komlodi > > This cleans up some of the field accessing, setting, and clearing > bitwise operations, and wraps them in macros instead. I don't really like this change, as it adds more project-specific "jargon" to the models. It's

[PATCH 03/21] aspeed: i2c: Migrate to registerfields API

2022-06-06 Thread Cédric Le Goater
From: Joe Komlodi This cleans up some of the field accessing, setting, and clearing bitwise operations, and wraps them in macros instead. Signed-off-by: Joe Komlodi Change-Id: I33018d6325fa04376e7c29dc4a49ab389a8e333a Message-Id: <20220331043248.2237838-4-koml...@google.com> Signed-off-by: Cédr