From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3E5BDC3DA63 for ; Tue, 23 Jul 2024 13:02:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B7E8D10E5B6; Tue, 23 Jul 2024 13:02:38 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="V+Be+luh"; dkim-atps=neutral Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by gabe.freedesktop.org (Postfix) with ESMTP id E36EB10E194; Mon, 22 Jul 2024 16:15:10 +0000 (UTC) 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 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 X-Mailman-Approved-At: Tue, 23 Jul 2024 13:02:20 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" 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