netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 4/6] sfc: falcon: Make I2C terminology more inclusive
       [not found] <20240711052734.1273652-1-eahariha@linux.microsoft.com>
@ 2024-07-11  5:27 ` Easwar Hariharan
  2024-07-14  0:00   ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Easwar Hariharan @ 2024-07-11  5:27 UTC (permalink / raw)
  To: Edward Cree, Martin Habets, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Easwar Hariharan,
	open list:SFC NETWORK DRIVER, open list:SFC NETWORK DRIVER,
	open list
  Cc: Wolfram Sang, Andi Shyti, open list:RADEON and AMDGPU DRM DRIVERS,
	open list:DRM DRIVERS, open list,
	open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS,
	open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS,
	open list:I2C SUBSYSTEM HOST DRIVERS, open list:FRAMEBUFFER LAYER

I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave"
with more appropriate terms. Inspired by Wolfram's series to fix drivers/i2c/,
fix the terminology for users of I2C_ALGOBIT bitbanging interface, now that
the approved verbiage exists in the specification.

Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
---
 drivers/net/ethernet/sfc/falcon/falcon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/sfc/falcon/falcon.c b/drivers/net/ethernet/sfc/falcon/falcon.c
index 7a1c9337081b5..36114ce88034c 100644
--- a/drivers/net/ethernet/sfc/falcon/falcon.c
+++ b/drivers/net/ethernet/sfc/falcon/falcon.c
@@ -367,7 +367,7 @@ static const struct i2c_algo_bit_data falcon_i2c_bit_operations = {
 	.getsda		= falcon_getsda,
 	.getscl		= falcon_getscl,
 	.udelay		= 5,
-	/* Wait up to 50 ms for slave to let us pull SCL high */
+	/* Wait up to 50 ms for target to let us pull SCL high */
 	.timeout	= DIV_ROUND_UP(HZ, 20),
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v4 4/6] sfc: falcon: Make I2C terminology more inclusive
  2024-07-11  5:27 ` [PATCH v4 4/6] sfc: falcon: Make I2C terminology more inclusive Easwar Hariharan
@ 2024-07-14  0:00   ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-14  0:00 UTC (permalink / raw)
  To: Easwar Hariharan
  Cc: ecree.xilinx, habetsm.xilinx, davem, edumazet, kuba, pabeni,
	horms, netdev, linux-net-drivers, linux-kernel, wsa+renesas,
	andi.shyti, amd-gfx, dri-devel, intel-gfx, intel-xe, linux-i2c,
	linux-fbdev

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 11 Jul 2024 05:27:32 +0000 you wrote:
> I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave"
> with more appropriate terms. Inspired by Wolfram's series to fix drivers/i2c/,
> fix the terminology for users of I2C_ALGOBIT bitbanging interface, now that
> the approved verbiage exists in the specification.
> 
> Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
> Reviewed-by: Simon Horman <horms@kernel.org>
> Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
> 
> [...]

Here is the summary with links:
  - [v4,4/6] sfc: falcon: Make I2C terminology more inclusive
    https://git.kernel.org/netdev/net-next/c/ba88b47816a2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-14  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20240711052734.1273652-1-eahariha@linux.microsoft.com>
2024-07-11  5:27 ` [PATCH v4 4/6] sfc: falcon: Make I2C terminology more inclusive Easwar Hariharan
2024-07-14  0:00   ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).