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 5850916D9B2; Mon, 22 Jul 2024 16:15:16 +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=1721664917; cv=none; b=pgRKAalH4M+m5TqIsPcX0g9y9jU7D3Rwksd7WATrO9cLPP+ZWmY++qnZ2TPtm9/4sITMhdZandFn8GA5V460vjH92G4n6svM09h9OBNVrnLDr7apskZQrllFTXip/9492125sJ28FdCcYqFl46MPU5U3lf0Kx63VKg1mn32Wt98= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721664917; c=relaxed/simple; bh=Q8L1szdCcCjQa6Ldga+hyv/VGsgv62eqHQuFy6N43Z0=; h=Message-ID:Date:MIME-Version:Cc:Subject:To:References:From: In-Reply-To:Content-Type; b=NIaNbfmnvmVVLUuTr3xWOQQRY7ceRqmorIYGYNkIXleyVAC2T7NYcCtZZbXwp0xgGB96IBBOVMXKfYcRKqxdk0djJUp4LtJumS3CovAIJcdzyTphQ3Re1o6OqBqYC/tQNN/K2wTEvT/c6twAj+RxPeKTkrF6sPfdN1J47FczWJc= 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=V+Be+luh; 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="V+Be+luh" Received: from [192.168.49.54] (c-73-118-245-227.hsd1.wa.comcast.net [73.118.245.227]) by linux.microsoft.com (Postfix) with ESMTPSA id 4184C20B7165; Mon, 22 Jul 2024 09:15:09 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4184C20B7165 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1721664910; bh=ozaD6a0NowW7U00u2hDPiAL5ijIAeQOS6klyJ53d2c4=; h=Date:Cc:Subject:To:References:From:In-Reply-To:From; b=V+Be+luhiZ8Vm/+HC2PjwH4zOP92nkalDiLRJjrSQvC864P+D/G4vw/lmtCrL7Q8X G7WleFzsAkcxI/PB6XLFlYW+dla75nxrE0O7vv/A33otKhT1NGFd5hIwVDq4yT7bf7 yHV3vX0SAFFRgXi8unj18rDH25shXH/3nQiLksGE= Message-ID: <24fa9e9b-81a8-4bbe-8d13-4d559ee76a96@linux.microsoft.com> Date: Mon, 22 Jul 2024 09:15:08 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Cc: eahariha@linux.microsoft.com, Jani Nikula , Rodrigo Vivi , Joonas Lahtinen , Tvrtko Ursulin , David Airlie , Daniel Vetter , Zhenyu Wang , Zhi Wang , "open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS" , "open list:INTEL DRM DISPLAY FOR XE AND I915 DRIVERS" , "open list:DRM DRIVERS" , open list , "open list:INTEL GVT-g DRIVERS (Intel GPU Virtualization)" , Wolfram Sang , "open list:RADEON and AMDGPU DRM DRIVERS" , "open list:I2C SUBSYSTEM HOST DRIVERS" , "open list:FRAMEBUFFER LAYER" , Zhi Wang Subject: Re: [PATCH v4 3/6] drm/i915: Make I2C terminology more inclusive To: Andi Shyti References: <20240711052734.1273652-1-eahariha@linux.microsoft.com> <20240711052734.1273652-4-eahariha@linux.microsoft.com> Content-Language: en-US From: Easwar Hariharan In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 7/22/2024 5:50 AM, Andi Shyti wrote: > Hi Easwar, > > merged to drm-intel-next. Thanks! > > On Thu, Jul 11, 2024 at 05:27:31AM +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 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: Rodrigo Vivi > > I realized after pushing that this had the tag: > > Reviewed-by: Rodrigo Vivi > Acked-by: Rodrigo Vivi > > Not a big deal, but it's still a minor mistake. > > Andi Thank you for the merge, Andi! I'm missing what the mistake is, I added the tags as I got them. Was I supposed to drop the R-B when Rodrigo gave an A-B? Thanks, Easwar