Re: [PATCH 02/21] aspeed: i2c: Add ctrl_global_rsvd property

2022-06-07 Thread Cédric Le Goater
Hello Joe, On 6/7/22 02:05, Joel Stanley wrote: On Mon, 6 Jun 2022 at 15:08, Cédric Le Goater wrote: From: Joe Komlodi The Aspeed I2C controller is used across other SKUs that have different reserved bits for the ctrl_global_rsvd register. I think rsvd stands for reserved? Lets spell out

Re: [PATCH 02/21] aspeed: i2c: Add ctrl_global_rsvd property

2022-06-06 Thread Joel Stanley
On Mon, 6 Jun 2022 at 15:08, Cédric Le Goater wrote: > > From: Joe Komlodi > > The Aspeed I2C controller is used across other SKUs that have different > reserved bits for the ctrl_global_rsvd register. I think rsvd stands for reserved? Lets spell out the full name in the variable to keep it clea

[PATCH 02/21] aspeed: i2c: Add ctrl_global_rsvd property

2022-06-06 Thread Cédric Le Goater
From: Joe Komlodi The Aspeed I2C controller is used across other SKUs that have different reserved bits for the ctrl_global_rsvd register. Signed-off-by: Joe Komlodi Change-Id: I606c5933c527274a9d2b0afe559b2e895767636c Message-Id: <20220331043248.2237838-3-koml...@google.com> Signed-off-by: Céd