lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <VI2PR04MB11147FB3ADCB122291962D911E891A@VI2PR04MB11147.eurprd04.prod.outlook.com>
Date: Wed, 14 May 2025 02:11:36 +0000
From: Carlos Song <carlos.song@....com>
To: Troy Mitchell <troymitchell988@...il.com>, Oleksij Rempel
	<o.rempel@...gutronix.de>, Pengutronix Kernel Team <kernel@...gutronix.de>,
	Andi Shyti <andi.shyti@...nel.org>, Shawn Guo <shawnguo@...nel.org>, Sascha
 Hauer <s.hauer@...gutronix.de>, Fabio Estevam <festevam@...il.com>
CC: "linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
	"imx@...ts.linux.dev" <imx@...ts.linux.dev>,
	"linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, Yongchao Jia <jyc0019@...il.com>, Ahmad
 Fatoum <a.fatoum@...gutronix.de>
Subject: [PATCH v3 2/2] i2c: imx: drop master prefix


Thank you.
You can also add my reviewed-by.

Reviewed-by: Carlos Song <carlos.song@....com>

> -----Original Message-----
> From: Troy Mitchell <troymitchell988@...il.com>
> Sent: Tuesday, May 13, 2025 2:36 PM
> To: Oleksij Rempel <o.rempel@...gutronix.de>; Pengutronix Kernel Team
> <kernel@...gutronix.de>; Andi Shyti <andi.shyti@...nel.org>; Shawn Guo
> <shawnguo@...nel.org>; Sascha Hauer <s.hauer@...gutronix.de>; Fabio
> Estevam <festevam@...il.com>
> Cc: linux-i2c@...r.kernel.org; imx@...ts.linux.dev;
> linux-arm-kernel@...ts.infradead.org; linux-kernel@...r.kernel.org; Troy
> Mitchell <troymitchell988@...il.com>; Yongchao Jia <jyc0019@...il.com>;
> Ahmad Fatoum <a.fatoum@...gutronix.de>
> Subject: [EXT] [PATCH v3 2/2] i2c: imx: drop master prefix
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report this
> email' button
> 
> 
> In light of the recent updates to the i2c subsystem, drop master prefix.
> 
> Reviewed-by: Ahmad Fatoum <a.fatoum@...gutronix.de>
> Signed-off-by: Troy Mitchell <troymitchell988@...il.com>
> ---
>  drivers/i2c/busses/i2c-imx.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c index
> 5b276e007292..d85adfb73bac 100644
> --- a/drivers/i2c/busses/i2c-imx.c
> +++ b/drivers/i2c/busses/i2c-imx.c
> @@ -1687,8 +1687,8 @@ static u32 i2c_imx_func(struct i2c_adapter
> *adapter)  }
> 
>  static const struct i2c_algorithm i2c_imx_algo = {
> -       .master_xfer = i2c_imx_xfer,
> -       .master_xfer_atomic = i2c_imx_xfer_atomic,
> +       .xfer = i2c_imx_xfer,
> +       .xfer_atomic = i2c_imx_xfer_atomic,
>         .functionality = i2c_imx_func,
>         .reg_slave      = i2c_imx_reg_slave,
>         .unreg_slave    = i2c_imx_unreg_slave,
> 
> --
> 2.34.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ