From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AE1852907; Mon, 22 Jul 2024 16:28:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721665729; cv=none; b=Opj8hNkSsZvjpyvl1MET2kIUL8TfZxjMRrxo0GYvq6BTQsO2CI3456r9MjhyKrOCp+CMlXCkOl1deXSMj3jpccKRtqwACDHxKzZO6jiQZDwyEdV6rzNZc2V29P8xPUpD3C5TGqv8VM397kjhAICMCzoGoNbKjIwxtlAk6lGYfiw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721665729; c=relaxed/simple; bh=O6PV0z1EQeDCS7838sXriVwFRCvZQyidYdmAWxD6its=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dGUGq4Ei1yhasp1y+rc4fLZJNRGFB1aN9cVE7UROEXcxJxMBkxr+1Nd9uzkZd7BDSpxc/G/KjLtBftrmFJwjYpP2NZP5pgXR/TUplG3SRd+eUauVRDwZyUQKhHYcfNPYStwUjZ2bcGvZFOmm2TfbnA1GRsIW2DjBd+Sf732I2Ns= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=P2gvWKrW; arc=none smtp.client-ip=192.198.163.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="P2gvWKrW" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1721665728; x=1753201728; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=O6PV0z1EQeDCS7838sXriVwFRCvZQyidYdmAWxD6its=; b=P2gvWKrWXYyOx4E3VUCEdFCAuHeVwyw085mFBfKVOnlMA6uzKYKGEzOE 7bCFXyX/OK4RCAhPAOMCuJXqqQy3AnhPsrMsMwQZCdltLTkDo+Qe8Wi/6 IzlY50Ey+qwlpgX4pIvpmdhKyMK8V2yu8gOOpxu07gwO1smJlnl+lUO4c TIBqDRiSwZKALJBLogZYCTK7GDkgYQYEd4RRIJdbmxd3iezVlIzx1oqSb rulPJljkq5aB0gDaZIVvik/6tbuDSHG+ph2h/1vdMsIrmNyXfYd0Gdfnj Euv/dJocKL16X2m9WfuVbBth4zFWhWAfm4jmMWfQSezI20DbqoDAhuMrC A==; X-CSE-ConnectionGUID: H3yXGf97TUu0XcT5HPQ61A== X-CSE-MsgGUID: NwUHk/IyRVCQ3S1XZ52cVg== X-IronPort-AV: E=McAfee;i="6700,10204,11141"; a="18864854" X-IronPort-AV: E=Sophos;i="6.09,228,1716274800"; d="scan'208";a="18864854" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2024 09:27:48 -0700 X-CSE-ConnectionGUID: Tr6MVFI8SpWBPVLz0HFYVg== X-CSE-MsgGUID: VKKt6ttPR/STmKV9N+0CoA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,228,1716274800"; d="scan'208";a="56765396" Received: from fdefranc-mobl3.ger.corp.intel.com (HELO intel.com) ([10.245.246.28]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2024 09:27:42 -0700 Date: Mon, 22 Jul 2024 18:27:37 +0200 From: Andi Shyti To: Easwar Hariharan Cc: Andi Shyti , 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 Message-ID: References: <20240711052734.1273652-1-eahariha@linux.microsoft.com> <20240711052734.1273652-4-eahariha@linux.microsoft.com> <24fa9e9b-81a8-4bbe-8d13-4d559ee76a96@linux.microsoft.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <24fa9e9b-81a8-4bbe-8d13-4d559ee76a96@linux.microsoft.com> Hi Easwar, On Mon, Jul 22, 2024 at 09:15:08AM -0700, Easwar Hariharan wrote: > 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? Sorry, it's not yours, it's mine. I should have checked more carefully the tag section before pushing. You did everything right. The dim tool (drm maintianers tool) picked up all the tags added and I missed the double tag. This was more a message for Rodrigo, in case he wanted to fix it, but I guess no one will complain about. Thanks a lot for your work and effort! Andi