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 0428BC3DA41 for ; Thu, 11 Jul 2024 11:24:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3027210E136; Thu, 11 Jul 2024 11:24:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="RhXgsXmc"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 22B9410E136; Thu, 11 Jul 2024 11:24:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1720697061; x=1752233061; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=o/2EvU8Ne6JzHNgJUsH762dUzuzFgrow+gSs4PLwHAA=; b=RhXgsXmcnjKzr6B4rYihs3tmDxiz6p9GyMYYOEhCW4+RZ2y/k+t2FmrO mde0V+TzEc6RdR8uD0UbUnwVcDhpzI1G70rSv+kk4wdw4mi+WkYNt6S+G j1XJVwC46t2C32+OyX4FITIKoiPAyPImD2HkLDNwG8IL5u8YXJN4wh/GH /z5eOs4n1VfxI3BAWj5hO98qfvyMeSgQgultvGfvIlGD1VlCbv5nsMv84 xJVJahtl6gkt6dls86A6johukKB4Fw2N5AzS6y56lqz2RfJjIxRArqS0z 2ITiQyA3gtJk9J7vfw8ojTkYdO7HKP7dOChBHvMQWpl9wrRRDigt4Hdx4 w==; X-CSE-ConnectionGUID: jySsi8VdR0a8xm+fola80Q== X-CSE-MsgGUID: ns454FkgTJCBymfdoKnmMg== X-IronPort-AV: E=McAfee;i="6700,10204,11129"; a="40582711" X-IronPort-AV: E=Sophos;i="6.09,200,1716274800"; d="scan'208";a="40582711" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2024 04:24:20 -0700 X-CSE-ConnectionGUID: VsJm3oa9S3yZ6uUi3Zm8Fw== X-CSE-MsgGUID: VrbT04LEQ3+kl1RHWDS/FA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,200,1716274800"; d="scan'208";a="49178595" Received: from bergbenj-mobl1.ger.corp.intel.com (HELO intel.com) ([10.245.246.252]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2024 04:24:12 -0700 Date: Thu, 11 Jul 2024 13:24:09 +0200 From: Andi Shyti To: Easwar Hariharan Cc: 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 , Andi Shyti , "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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240711052734.1273652-4-eahariha@linux.microsoft.com> 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" Hi Easwar, 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 > Acked-by: Rodrigo Vivi > Acked-by: Zhi Wang > Signed-off-by: Easwar Hariharan good job! Thanks for taking care of this! Reviewed-by: Andi Shyti Thanks, Andi