From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jeffery Date: Mon, 25 Mar 2024 12:59:02 +1030 Subject: [PATCH 05/64] i2c: aspeed: reword according to newest specification In-Reply-To: <20240322132619.6389-6-wsa+renesas@sang-engineering.com> References: <20240322132619.6389-1-wsa+renesas@sang-engineering.com> <20240322132619.6389-6-wsa+renesas@sang-engineering.com> Message-ID: <93bd01d104f752d29d182249773e83c230a3ab20.camel@codeconstruct.com.au> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, 2024-03-22 at 14:24 +0100, Wolfram Sang wrote: > Match the wording of this driver wrt. the newest I2C v7, SMBus 3.2, I3C > specifications and replace "master/slave" with more appropriate terms. > They are also more specific because we distinguish now between a remote > entity ("client") and a local one ("target"). > > Signed-off-by: Wolfram Sang Reviewed-by: Andrew Jeffery From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 39149156F35; Mon, 25 Mar 2024 02:29:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711333762; cv=none; b=cQNMcut4wPiql8+G8TGeefsmNiLcKy/L9M4G4hYWRwBfyWNp1stTiRisX+BLAyF4/QZb6yGPysleiZG9Xm79jGsM0bTFaMrDtqClp30UpM7BdKIDC7XF5CqN1mZE7L1YVA2aTqa9LsiWkaFHkk5iJSnulV1MxFcYYrpdVKb2rWQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711333762; c=relaxed/simple; bh=h+6XaK7IxAXSBys2cMcf2r6FjybdgZqGRT5bDLSNFUc=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=mujZamTP5iq/lxgqtWLEcLQD348Owc6Tc3Jf3ez5Yhqxon16uN8Nh+Gcp/qiOzR2ESPzA1BtQGHuu/PNxtuAjc1RdLp6J/HpdwO+T71mIm2PvfZAnVCt6gVVN1918NNig419J411alJqwJu1zX809/hbN5bd5kDPj57ULgMdpww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=GgJfJ9is; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="GgJfJ9is" Received: from [192.168.68.112] (ppp118-210-177-226.adl-adc-lon-bras34.tpg.internode.on.net [118.210.177.226]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 80D0620173; Mon, 25 Mar 2024 10:29:05 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1711333752; bh=h+6XaK7IxAXSBys2cMcf2r6FjybdgZqGRT5bDLSNFUc=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=GgJfJ9isOY7k62lNBAZZElfPt55iMk6k/yyazIYqTHP/jkuu8KG5ZZZBC+eZtaFE9 oVIcsY2oxJElrHqJxw3mILN0E022LooGgrmuwNSl9XI8ViH+GEo4GhLC/RDMX6h7QS 3+AhjniTgf9kMViuf/bbiuo0TQmrhmWuFy12l734dZOHwVTrcTWIKvxnL+AgVYBpoI LKf3Z93yK20GOrnMpos1ZlUcSSbt9TZlOUTj12HV/LUdj5ELOkbjOp+SNaEKts5SXZ 5GunjCFSNV76ZdmCJJT0Nufqg6YOmmtNfDrmgRXmdX2BJD4FclCcPqofB8HkcwTDan gU9mxszo53U9A== Message-ID: <93bd01d104f752d29d182249773e83c230a3ab20.camel@codeconstruct.com.au> Subject: Re: [PATCH 05/64] i2c: aspeed: reword according to newest specification From: Andrew Jeffery To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: Brendan Higgins , Benjamin Herrenschmidt , Joel Stanley , Andi Shyti , openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Mon, 25 Mar 2024 12:59:02 +1030 In-Reply-To: <20240322132619.6389-6-wsa+renesas@sang-engineering.com> References: <20240322132619.6389-1-wsa+renesas@sang-engineering.com> <20240322132619.6389-6-wsa+renesas@sang-engineering.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Fri, 2024-03-22 at 14:24 +0100, Wolfram Sang wrote: > Match the wording of this driver wrt. the newest I2C v7, SMBus 3.2, I3C > specifications and replace "master/slave" with more appropriate terms. > They are also more specific because we distinguish now between a remote > entity ("client") and a local one ("target"). >=20 > Signed-off-by: Wolfram Sang Reviewed-by: Andrew Jeffery 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 93954C47DD9 for ; Mon, 25 Mar 2024 02:30:08 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.a=rsa-sha256 header.s=2022a header.b=GgJfJ9is; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4V2xjV6XwTz3dLQ for ; Mon, 25 Mar 2024 13:30:06 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.a=rsa-sha256 header.s=2022a header.b=GgJfJ9is; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=codeconstruct.com.au (client-ip=203.29.241.158; helo=codeconstruct.com.au; envelope-from=andrew@codeconstruct.com.au; receiver=lists.ozlabs.org) Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4V2xhT5Zbjz307y; Mon, 25 Mar 2024 13:29:13 +1100 (AEDT) Received: from [192.168.68.112] (ppp118-210-177-226.adl-adc-lon-bras34.tpg.internode.on.net [118.210.177.226]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 80D0620173; Mon, 25 Mar 2024 10:29:05 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1711333752; bh=h+6XaK7IxAXSBys2cMcf2r6FjybdgZqGRT5bDLSNFUc=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=GgJfJ9isOY7k62lNBAZZElfPt55iMk6k/yyazIYqTHP/jkuu8KG5ZZZBC+eZtaFE9 oVIcsY2oxJElrHqJxw3mILN0E022LooGgrmuwNSl9XI8ViH+GEo4GhLC/RDMX6h7QS 3+AhjniTgf9kMViuf/bbiuo0TQmrhmWuFy12l734dZOHwVTrcTWIKvxnL+AgVYBpoI LKf3Z93yK20GOrnMpos1ZlUcSSbt9TZlOUTj12HV/LUdj5ELOkbjOp+SNaEKts5SXZ 5GunjCFSNV76ZdmCJJT0Nufqg6YOmmtNfDrmgRXmdX2BJD4FclCcPqofB8HkcwTDan gU9mxszo53U9A== Message-ID: <93bd01d104f752d29d182249773e83c230a3ab20.camel@codeconstruct.com.au> Subject: Re: [PATCH 05/64] i2c: aspeed: reword according to newest specification From: Andrew Jeffery To: Wolfram Sang , linux-i2c@vger.kernel.org Date: Mon, 25 Mar 2024 12:59:02 +1030 In-Reply-To: <20240322132619.6389-6-wsa+renesas@sang-engineering.com> References: <20240322132619.6389-1-wsa+renesas@sang-engineering.com> <20240322132619.6389-6-wsa+renesas@sang-engineering.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andi Shyti , linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Brendan Higgins , Joel Stanley , linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Fri, 2024-03-22 at 14:24 +0100, Wolfram Sang wrote: > Match the wording of this driver wrt. the newest I2C v7, SMBus 3.2, I3C > specifications and replace "master/slave" with more appropriate terms. > They are also more specific because we distinguish now between a remote > entity ("client") and a local one ("target"). >=20 > Signed-off-by: Wolfram Sang Reviewed-by: Andrew Jeffery 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 1ACC4C54E58 for ; Mon, 25 Mar 2024 02:29:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=aMhvlmnk9w8MtvEgOmvePJzZRLjA2LnyglihpT2GxM0=; b=XY4zOCTQy/maZI zY/ziRPBybm3o6pgsMix4m2Fx9vRrlhNVQNt1JDNahVhgLkfGv/xC4jBxvtC9J5uwoc/OTXpuWr5m ytQgmK2yDKMmcIyzkdV7o2sTOHZjLQL/dCO3irbCJ/TZRUO8DR3xFB852sNRRSr0LmuL/lKm9dw8Q IBQJMzxWhIJCC74wveZA4mI5ZOgF6rPA4+xRIJH1RIqeolMfOksLA0gOgCALXRab7/bdiL0w05jd7 FOa25ZeDsPtHS5FYIbQcWbOCLNKbiWDMNO4qB/oc/k1uQ9iGBnNLFn5PLRmgh85LO+D9W63FTvp7t E6u1SA+rb91K6vmJBrcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1roa5U-0000000Efk8-1Wxs; Mon, 25 Mar 2024 02:29:24 +0000 Received: from pi.codeconstruct.com.au ([203.29.241.158] helo=codeconstruct.com.au) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1roa5R-0000000EfhV-2oGm for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2024 02:29:23 +0000 Received: from [192.168.68.112] (ppp118-210-177-226.adl-adc-lon-bras34.tpg.internode.on.net [118.210.177.226]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 80D0620173; Mon, 25 Mar 2024 10:29:05 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1711333752; bh=h+6XaK7IxAXSBys2cMcf2r6FjybdgZqGRT5bDLSNFUc=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=GgJfJ9isOY7k62lNBAZZElfPt55iMk6k/yyazIYqTHP/jkuu8KG5ZZZBC+eZtaFE9 oVIcsY2oxJElrHqJxw3mILN0E022LooGgrmuwNSl9XI8ViH+GEo4GhLC/RDMX6h7QS 3+AhjniTgf9kMViuf/bbiuo0TQmrhmWuFy12l734dZOHwVTrcTWIKvxnL+AgVYBpoI LKf3Z93yK20GOrnMpos1ZlUcSSbt9TZlOUTj12HV/LUdj5ELOkbjOp+SNaEKts5SXZ 5GunjCFSNV76ZdmCJJT0Nufqg6YOmmtNfDrmgRXmdX2BJD4FclCcPqofB8HkcwTDan gU9mxszo53U9A== Message-ID: <93bd01d104f752d29d182249773e83c230a3ab20.camel@codeconstruct.com.au> Subject: Re: [PATCH 05/64] i2c: aspeed: reword according to newest specification From: Andrew Jeffery To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: Brendan Higgins , Benjamin Herrenschmidt , Joel Stanley , Andi Shyti , openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Mon, 25 Mar 2024 12:59:02 +1030 In-Reply-To: <20240322132619.6389-6-wsa+renesas@sang-engineering.com> References: <20240322132619.6389-1-wsa+renesas@sang-engineering.com> <20240322132619.6389-6-wsa+renesas@sang-engineering.com> User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240324_192921_926534_D2447932 X-CRM114-Status: UNSURE ( 7.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 2024-03-22 at 14:24 +0100, Wolfram Sang wrote: > Match the wording of this driver wrt. the newest I2C v7, SMBus 3.2, I3C > specifications and replace "master/slave" with more appropriate terms. > They are also more specific because we distinguish now between a remote > entity ("client") and a local one ("target"). > > Signed-off-by: Wolfram Sang Reviewed-by: Andrew Jeffery _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel