Re: [PATCH v2 39/60] i2c: powermac: reword according to newest specification

2024-07-11 Thread Andi Shyti
Hi Wolfram, > -static int i2c_powermac_master_xfer( struct i2c_adapter *adap, > - struct i2c_msg *msgs, > - int num) > +static int i2c_powermac_xfer(struct i2c_adapter *adap, > + struct i2c_msg *msgs,

[PATCH v2 39/60] i2c: powermac: reword according to newest specification

2024-07-06 Thread Wolfram Sang
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-powermac.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drive