i2c: amd-asf: Modify callbacks of i2c_algorithm to align with the latest revision
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Mon, 17 Feb 2025 09:02:56 +0000 (14:32 +0530)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 18 Mar 2025 20:53:53 +0000 (21:53 +0100)
commit1505986abf18c40003ebc6d2357454e05b927a7e
tree57162bee466bfb8d0ca505d87aa72b5c21e0340f
parenta71248d96662da5f5d0e276776d1679864ad1bf2
i2c: amd-asf: Modify callbacks of i2c_algorithm to align with the latest revision

Adjust the i2c_algorithm callbacks to be consistent with the most recent
revision by updating the callback names from master_xfer, reg_slave, and
unreg_slave to the current naming convention: xfer, reg_target, and
unreg_target.

Co-developed-by: Sanket Goswami <Sanket.Goswami@amd.com>
Signed-off-by: Sanket Goswami <Sanket.Goswami@amd.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250217090258.398540-1-Shyam-sundar.S-k@amd.com
drivers/i2c/busses/i2c-amd-asf-plat.c