Re: [PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()

2025-03-30 Thread Sven Peter
On Sat, Mar 22, 2025, at 14:23, Andy Shevchenko wrote: > Thu, Mar 20, 2025 at 01:23:25AM +0100, Andi Shyti kirjoitti: >> Hi Sven, >> >> On Sat, Feb 22, 2025 at 01:38:33PM +, Sven Peter via B4 Relay wrote: >> > From: Sven Peter >> > >> > Add the missing register bits to the defines and also s

Re: [PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()

2025-03-22 Thread Andy Shevchenko
Thu, Mar 20, 2025 at 01:23:25AM +0100, Andi Shyti kirjoitti: > Hi Sven, > > On Sat, Feb 22, 2025 at 01:38:33PM +, Sven Peter via B4 Relay wrote: > > From: Sven Peter > > > > Add the missing register bits to the defines and also switch > > those to use the BIT macro which is much more readabl

Re: [PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()

2025-03-19 Thread Andi Shyti
Hi Sven, On Sat, Feb 22, 2025 at 01:38:33PM +, Sven Peter via B4 Relay wrote: > From: Sven Peter > > Add the missing register bits to the defines and also switch > those to use the BIT macro which is much more readable than > using hardcoded masks > > Co-developed-by: Hector Martin > Signe

[PATCH 1/4] i2c: pasemi: Add registers bits and switch to BIT()

2025-02-22 Thread Sven Peter via B4 Relay
From: Sven Peter Add the missing register bits to the defines and also switch those to use the BIT macro which is much more readable than using hardcoded masks Co-developed-by: Hector Martin Signed-off-by: Hector Martin Signed-off-by: Sven Peter --- drivers/i2c/busses/i2c-pasemi-core.c | 40