Re: [PATCH v2 28/60] i2c: ls2x: reword according to newest specification
From: Andi Shyti
Date: Wed Jul 10 2024 - 17:56:56 EST
Hi Wolfram,
On Sat, Jul 06, 2024 at 01:20:28PM GMT, Wolfram Sang wrote:
> 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 <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
...
> -#define LS2X_CTR_MST BIT(5) /* 0: Slave mode 1: Master mode */
> +#define LS2X_CTR_MST BIT(5) /* 0: Target mode 1: Controller mode */
heh! I believe MST stands for master, but this is one of those
cases where it doesn't make sense to change as the naming it's
imposed by the hardware specs.
Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxx>
Thanks,
Andi