From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8E3884D58E; Mon, 6 May 2024 15:54:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715010889; cv=none; b=MvwxsTvAqfAvjOGVU5S1rYcraHxc6e1DGhGRDsfSHo2fyPI/Shq3VkTStwhrmfAgu2EoTYBpGNBh/SSTOju+SkjWa7Z6g6tOHn0q/d9PvfSyfWCt3AwN7dlP5dwWM8GKcKV2QlLIq4BXzu08vGN+ZASen3Xy5SVPaEK6Wc4mz1g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715010889; c=relaxed/simple; bh=Crd4eA01Q8OgQOfWxO/qZtC6JCLcKbyjrjCZcY6mXGU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=JysOqIjg/0dsNB/NErDcqnBR86sgwCH8qFt7OV23M53goYWfzc6jCCn6u1Th37y7zjXDGreeZzAGjMawVxDA7J23tobv5p/Ze6Gdvq6bLTOuTMPHqm82ZH4bHXgjcko4rn8sgcp3C+bome6JZO52hrfWreF1JzNtJ8XprFzqfyw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=mvrt3j3G; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="mvrt3j3G" Received: from [100.65.96.57] (unknown [20.236.10.66]) by linux.microsoft.com (Postfix) with ESMTPSA id 63A2E20B2C82; Mon, 6 May 2024 08:54:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 63A2E20B2C82 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1715010888; bh=sn+I7ADMPSvGvZYIULHrdfmxmoEt29gcieDFLNGehhA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mvrt3j3GirQyL+zNWSUJPrkb94vYe3gRE3gFwpfF/00niIyl3fc+VRb5f4AxuoW6y kfky6VeELzBpCgzxTreaammrgxgd2SDXZvPOj7nLeVxJzxzGqiRR6ErGuzVari+m/L Ad5PQJ1lUdbhal6K44JEvCMsC3zo/UFAAL0Irirc= Message-ID: <82f5b8e3-45c4-4b59-bc96-4cee2b122e9a@linux.microsoft.com> Date: Mon, 6 May 2024 08:54:47 -0700 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1 10/12] sfc: falcon: Make I2C terminology more inclusive To: Jakub Kicinski Cc: Edward Cree , Martin Habets , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , "open list:SFC NETWORK DRIVER" , "open list:SFC NETWORK DRIVER" , open list , Wolfram Sang , "open list:RADEON and AMDGPU DRM DRIVERS" , "open list:DRM DRIVERS" , "open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS" , "open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS" , "open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS" , "open list:I2C SUBSYSTEM HOST DRIVERS" , "open list:BTTV VIDEO4LINUX DRIVER" , "open list:FRAMEBUFFER LAYER" References: <20240430173812.1423757-1-eahariha@linux.microsoft.com> <20240430173812.1423757-11-eahariha@linux.microsoft.com> <20240503151300.0f202c30@kernel.org> Content-Language: en-CA From: Easwar Hariharan In-Reply-To: <20240503151300.0f202c30@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/3/2024 3:13 PM, Jakub Kicinski wrote: > On Tue, 30 Apr 2024 17:38:09 +0000 Easwar Hariharan wrote: >> I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave" >> with more appropriate terms. Inspired by and following on to Wolfram's >> series to fix drivers/i2c/[1], fix the terminology for users of >> I2C_ALGOBIT bitbanging interface, now that the approved verbiage exists >> in the specification. >> >> Compile tested, no functionality changes intended > > FWIW we're assuming someone (Wolfram?) will take all of these, > instead of area maintainers picking them individually. > Please let us know if that's incorrect. I think, based on the trend in the v2 conversation[1], that's correct. If maintainers of other areas disagree, please chime in. Thanks, Easwar [1] https://lore.kernel.org/all/20240503181333.2336999-1-eahariha@linux.microsoft.com/