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 10DF4C77B61 for ; Fri, 21 Apr 2023 16:21:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=lTn9NecY2ONMVStdu4RDXraDwOM6sDUkE/vcTnbUj60=; b=XRrdBiOUGsp51eh0Z0POOEqNzR LGDcJpunWST3BawqH9nyaV27hAArjZ28HPbZDPbzYSRfpb1IVDZ0md/thAhq6qnn2UAbUdsQ1lgjs Nt5dKqOR/5kKDP5X8J1o8QR5d9rN5lRocbD+8UYIqPR8VvthET9v7qbqGlA7L0ajLhi14lB1EwqFo i91WwYSav8ZAHZF0xS7BnEEdmqseQsiNRKpGBUr4vornLhJbe1wwqmGB7oIa5hxPmaoJVwjfCYJEv yPUur++XPnuK9dJfQHh6dkeaCB0guinnoE/eOT/qAvAqJyCaSLX2YbedQLKu7yW+BCVsxbyVS1t/q fusJ/eFw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pptW8-00BMbT-2g; Fri, 21 Apr 2023 16:21:48 +0000 Received: from fudo.makrotopia.org ([2a07:2ec0:3002::71]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pptW5-00BMaL-2L; Fri, 21 Apr 2023 16:21:47 +0000 Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1pptVe-0001mU-2X; Fri, 21 Apr 2023 18:21:18 +0200 Date: Fri, 21 Apr 2023 17:21:15 +0100 From: Daniel Golle To: arinc9.unal@gmail.com Subject: Re: [RFC PATCH net-next 01/22] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description Message-ID: References: <20230421143648.87889-1-arinc.unal@arinc9.com> <20230421143648.87889-2-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230421143648.87889-2-arinc.unal@arinc9.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230421_092145_929407_70EA3FE8 X-CRM114-Status: GOOD ( 16.76 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Eric Dumazet , erkin.bozoglu@xeront.com, Florian Fainelli , Russell King , Richard van Schagen , Jakub Kicinski , Paolo Abeni , Landen Chao , Richard van Schagen , Sean Wang , DENG Qingfang , linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Oltean , "David S. Miller" Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Fri, Apr 21, 2023 at 05:36:27PM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > Add the missing p5_interface field to the mt7530_priv description. Sort out > the description in the process. > > Signed-off-by: Arınç ÜNAL Acked-by: Daniel Golle > --- > drivers/net/dsa/mt7530.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/dsa/mt7530.h b/drivers/net/dsa/mt7530.h > index 5084f48a8869..845f5dd16d83 100644 > --- a/drivers/net/dsa/mt7530.h > +++ b/drivers/net/dsa/mt7530.h > @@ -746,7 +746,8 @@ struct mt753x_info { > * @ports: Holding the state among ports > * @reg_mutex: The lock for protecting among process accessing > * registers > - * @p6_interface Holding the current port 6 interface > + * @p6_interface: Holding the current port 6 interface > + * @p5_interface: Holding the current port 5 interface > * @p5_intf_sel: Holding the current port 5 interface select > * @irq: IRQ number of the switch > * @irq_domain: IRQ domain of the switch irq_chip > -- > 2.37.2 > 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 9D439C7618E for ; Fri, 21 Apr 2023 16:22:41 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5XivpCuPJFb8fdV77+cWlz3onvmfkwAzR63Idt8E2hM=; b=uYO8GeDAVQrjtf VZfP4XxxdToi1LtDPhuLv4yOZJDYWWiAhhS2vgXz47vzFitYjPLD5E+X1GlssTk2kcy3vxEsm0T0y yHSYdLwbU35VIv56tkVQvE1vQ32X12LkYY/PsS8I4lEELLhPYEv3Zy5IjR2zTo8SkrbUzxnQvex5i 2VjUVa5Pi86tAAH7HWfikIvOfY6yyvsBEUwudDokFgO0JBjt8FkhrjjFGkIM1m/dWOnZAA1jvHrGW K6pl9L1qLWXVXivN5o4VDSm6rgkdvu81WP9Ro2HIzZaL563TzVY1PjShDTNq0KjK1ozsyL67DUhbH we6xJLgXza3lu4rYVs2A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pptW7-00BMb6-3A; Fri, 21 Apr 2023 16:21:47 +0000 Received: from fudo.makrotopia.org ([2a07:2ec0:3002::71]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pptW5-00BMaL-2L; Fri, 21 Apr 2023 16:21:47 +0000 Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1pptVe-0001mU-2X; Fri, 21 Apr 2023 18:21:18 +0200 Date: Fri, 21 Apr 2023 17:21:15 +0100 From: Daniel Golle To: arinc9.unal@gmail.com Cc: Sean Wang , Landen Chao , DENG Qingfang , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Russell King , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Richard van Schagen , Richard van Schagen , Frank Wunderlich , erkin.bozoglu@xeront.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [RFC PATCH net-next 01/22] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description Message-ID: References: <20230421143648.87889-1-arinc.unal@arinc9.com> <20230421143648.87889-2-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230421143648.87889-2-arinc.unal@arinc9.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230421_092145_929407_70EA3FE8 X-CRM114-Status: GOOD ( 16.76 ) 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="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gRnJpLCBBcHIgMjEsIDIwMjMgYXQgMDU6MzY6MjdQTSArMDMwMCwgYXJpbmM5LnVuYWxAZ21h aWwuY29tIHdyb3RlOgo+IEZyb206IEFyxLFuw6cgw5xOQUwgPGFyaW5jLnVuYWxAYXJpbmM5LmNv bT4KPiAKPiBBZGQgdGhlIG1pc3NpbmcgcDVfaW50ZXJmYWNlIGZpZWxkIHRvIHRoZSBtdDc1MzBf cHJpdiBkZXNjcmlwdGlvbi4gU29ydCBvdXQKPiB0aGUgZGVzY3JpcHRpb24gaW4gdGhlIHByb2Nl c3MuCj4gCj4gU2lnbmVkLW9mZi1ieTogQXLEsW7DpyDDnE5BTCA8YXJpbmMudW5hbEBhcmluYzku Y29tPgoKQWNrZWQtYnk6IERhbmllbCBHb2xsZSA8ZGFuaWVsQG1ha3JvdG9waWEub3JnPgoKPiAt LS0KPiAgZHJpdmVycy9uZXQvZHNhL210NzUzMC5oIHwgMyArKy0KPiAgMSBmaWxlIGNoYW5nZWQs IDIgaW5zZXJ0aW9ucygrKSwgMSBkZWxldGlvbigtKQo+IAo+IGRpZmYgLS1naXQgYS9kcml2ZXJz L25ldC9kc2EvbXQ3NTMwLmggYi9kcml2ZXJzL25ldC9kc2EvbXQ3NTMwLmgKPiBpbmRleCA1MDg0 ZjQ4YTg4NjkuLjg0NWY1ZGQxNmQ4MyAxMDA2NDQKPiAtLS0gYS9kcml2ZXJzL25ldC9kc2EvbXQ3 NTMwLmgKPiArKysgYi9kcml2ZXJzL25ldC9kc2EvbXQ3NTMwLmgKPiBAQCAtNzQ2LDcgKzc0Niw4 IEBAIHN0cnVjdCBtdDc1M3hfaW5mbyB7Cj4gICAqIEBwb3J0czoJCUhvbGRpbmcgdGhlIHN0YXRl IGFtb25nIHBvcnRzCj4gICAqIEByZWdfbXV0ZXg6CQlUaGUgbG9jayBmb3IgcHJvdGVjdGluZyBh bW9uZyBwcm9jZXNzIGFjY2Vzc2luZwo+ICAgKgkJCXJlZ2lzdGVycwo+IC0gKiBAcDZfaW50ZXJm YWNlCUhvbGRpbmcgdGhlIGN1cnJlbnQgcG9ydCA2IGludGVyZmFjZQo+ICsgKiBAcDZfaW50ZXJm YWNlOglIb2xkaW5nIHRoZSBjdXJyZW50IHBvcnQgNiBpbnRlcmZhY2UKPiArICogQHA1X2ludGVy ZmFjZToJSG9sZGluZyB0aGUgY3VycmVudCBwb3J0IDUgaW50ZXJmYWNlCj4gICAqIEBwNV9pbnRm X3NlbDoJSG9sZGluZyB0aGUgY3VycmVudCBwb3J0IDUgaW50ZXJmYWNlIHNlbGVjdAo+ICAgKiBA aXJxOgkJSVJRIG51bWJlciBvZiB0aGUgc3dpdGNoCj4gICAqIEBpcnFfZG9tYWluOgkJSVJRIGRv bWFpbiBvZiB0aGUgc3dpdGNoIGlycV9jaGlwCj4gLS0gCj4gMi4zNy4yCj4gCgpfX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpsaW51eC1hcm0ta2VybmVsIG1h aWxpbmcgbGlzdApsaW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5vcmcKaHR0cDovL2xp c3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1hcm0ta2VybmVsCg== 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0CA4C77B76 for ; Fri, 21 Apr 2023 16:21:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232572AbjDUQVq (ORCPT ); Fri, 21 Apr 2023 12:21:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229996AbjDUQVn (ORCPT ); Fri, 21 Apr 2023 12:21:43 -0400 Received: from fudo.makrotopia.org (fudo.makrotopia.org [IPv6:2a07:2ec0:3002::71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B13C2111; Fri, 21 Apr 2023 09:21:42 -0700 (PDT) Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1pptVe-0001mU-2X; Fri, 21 Apr 2023 18:21:18 +0200 Date: Fri, 21 Apr 2023 17:21:15 +0100 From: Daniel Golle To: arinc9.unal@gmail.com Cc: Sean Wang , Landen Chao , DENG Qingfang , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Russell King , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Richard van Schagen , Richard van Schagen , Frank Wunderlich , erkin.bozoglu@xeront.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [RFC PATCH net-next 01/22] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description Message-ID: References: <20230421143648.87889-1-arinc.unal@arinc9.com> <20230421143648.87889-2-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230421143648.87889-2-arinc.unal@arinc9.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 21, 2023 at 05:36:27PM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > Add the missing p5_interface field to the mt7530_priv description. Sort out > the description in the process. > > Signed-off-by: Arınç ÜNAL Acked-by: Daniel Golle > --- > drivers/net/dsa/mt7530.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/dsa/mt7530.h b/drivers/net/dsa/mt7530.h > index 5084f48a8869..845f5dd16d83 100644 > --- a/drivers/net/dsa/mt7530.h > +++ b/drivers/net/dsa/mt7530.h > @@ -746,7 +746,8 @@ struct mt753x_info { > * @ports: Holding the state among ports > * @reg_mutex: The lock for protecting among process accessing > * registers > - * @p6_interface Holding the current port 6 interface > + * @p6_interface: Holding the current port 6 interface > + * @p5_interface: Holding the current port 5 interface > * @p5_intf_sel: Holding the current port 5 interface select > * @irq: IRQ number of the switch > * @irq_domain: IRQ domain of the switch irq_chip > -- > 2.37.2 >