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 9F1ADC38145 for ; Thu, 8 Sep 2022 09:41:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229988AbiIHJlo (ORCPT ); Thu, 8 Sep 2022 05:41:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230134AbiIHJln (ORCPT ); Thu, 8 Sep 2022 05:41:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E06311CD66; Thu, 8 Sep 2022 02:41:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5C0E3B8204E; Thu, 8 Sep 2022 09:41:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 604A5C433D6; Thu, 8 Sep 2022 09:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662630094; bh=gjJ/TGqcRR9ecAt4ZR7yQsjCFx/p0Rwdk5hZZDpIpBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AsH3FSqMr1GKGMBQZDYaMZfZeckDY9jUfgTJP+iIsOTzuzBeg142Sx6pdGnBqSTs6 ZvLAOFSUDMVN/CPlf35w61diFPXpsIroGtTkwbran2hcE7LVtIHl93zqj8PIgwYQ4w xbI5bRNpaMC2KS+yMPcWfdfUL00LcXpvzNBA82y3P1CLKqA8WjohsW+K7iNTR9HWZy +KiYb21KMuxF3NgrAIyPHl9jsgra2KYZknsyearVHuHuvk3EDejdUhVrWznW9G4FB3 tEyMhDpeVSQfdycot7P0M0xGORy8Xhl65w2YVW1/Y3rgq19FdXdxOTs0Xo4weEt2N/ HiNxkAf+TilhA== Date: Thu, 8 Sep 2022 10:41:27 +0100 From: Lee Jones To: Colin Foster Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Terry Bowman , Vladimir Oltean , Greg Kroah-Hartman , Andy Shevchenko , Dan Williams , Jonathan Cameron , UNGLinuxDriver@microchip.com, Steen Hegelund , Lars Povlsen , Linus Walleij , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Russell King , Heiner Kallweit , Andrew Lunn , Krzysztof Kozlowski , Rob Herring , katie.morris@in-advantage.com Subject: Re: [RESEND PATCH v16 mfd 2/8] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration Message-ID: References: <20220905162132.2943088-1-colin.foster@in-advantage.com> <20220905162132.2943088-3-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220905162132.2943088-3-colin.foster@in-advantage.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, 05 Sep 2022, Colin Foster wrote: > There are a few Ocelot chips that contain the logic for this bus, but are > controlled externally. Specifically the VSC7511, 7512, 7513, and 7514. In > the externally controlled configurations these registers are not > memory-mapped. > > Add support for these non-memory-mapped configurations. > > Signed-off-by: Colin Foster > Reviewed-by: Vladimir Oltean > Reviewed-by: Andy Shevchenko > Acked-by: Jakub Kicinski > --- > > v16 > * Add Andy Reviewed-by tag > > v15 > * No changes > > v14 > * Add Reviewed and Acked tags > > --- > drivers/net/mdio/mdio-mscc-miim.c | 42 +++++++++---------------------- > 1 file changed, 12 insertions(+), 30 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] 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 367F9C54EE9 for ; Thu, 8 Sep 2022 09:42:44 +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=SfDjcUeYrxeCcGpIocSkeKWHwRSYO6ZqvSITa12PBIk=; b=C/lgjYvAKngBfE FW4BOkbt9T+Itqg1Bu27HAQnhpE0trb15i+DNW8xQ++lNSOd1VjPzR2kf9Yl/uJGOLVsZNlgiQoem fhIB7sYCNJGab2bgUqQX5IzQDVEeBMzshmn3aYaf1rBj2BmqWqdOPMEyUbxhaaS9Az9LEntDZ6ZYt wWq7tYC8VBCA05CKdN/A75Bczr8b4gNvlLRadcDLVV87yx8IA6Zl2t8LuwuGfhC7KChspoR1K+6jF DxtvPOJnyMv3rjObpLVzwRnzBDv1QsUpZ++Wei7BkVeUezg2tjOfFvvs7wdr02S/W3LIs6ddpCliO hzWf1Alna/urvtShgnUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWE2X-001k7T-NW; Thu, 08 Sep 2022 09:41:42 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWE2T-001k5r-No for linux-arm-kernel@lists.infradead.org; Thu, 08 Sep 2022 09:41:39 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2F0FCB82051; Thu, 8 Sep 2022 09:41:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 604A5C433D6; Thu, 8 Sep 2022 09:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662630094; bh=gjJ/TGqcRR9ecAt4ZR7yQsjCFx/p0Rwdk5hZZDpIpBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AsH3FSqMr1GKGMBQZDYaMZfZeckDY9jUfgTJP+iIsOTzuzBeg142Sx6pdGnBqSTs6 ZvLAOFSUDMVN/CPlf35w61diFPXpsIroGtTkwbran2hcE7LVtIHl93zqj8PIgwYQ4w xbI5bRNpaMC2KS+yMPcWfdfUL00LcXpvzNBA82y3P1CLKqA8WjohsW+K7iNTR9HWZy +KiYb21KMuxF3NgrAIyPHl9jsgra2KYZknsyearVHuHuvk3EDejdUhVrWznW9G4FB3 tEyMhDpeVSQfdycot7P0M0xGORy8Xhl65w2YVW1/Y3rgq19FdXdxOTs0Xo4weEt2N/ HiNxkAf+TilhA== Date: Thu, 8 Sep 2022 10:41:27 +0100 From: Lee Jones To: Colin Foster Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Terry Bowman , Vladimir Oltean , Greg Kroah-Hartman , Andy Shevchenko , Dan Williams , Jonathan Cameron , UNGLinuxDriver@microchip.com, Steen Hegelund , Lars Povlsen , Linus Walleij , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Russell King , Heiner Kallweit , Andrew Lunn , Krzysztof Kozlowski , Rob Herring , katie.morris@in-advantage.com Subject: Re: [RESEND PATCH v16 mfd 2/8] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration Message-ID: References: <20220905162132.2943088-1-colin.foster@in-advantage.com> <20220905162132.2943088-3-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220905162132.2943088-3-colin.foster@in-advantage.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220908_024137_948620_D3B3EC2C X-CRM114-Status: GOOD ( 16.12 ) 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 T24gTW9uLCAwNSBTZXAgMjAyMiwgQ29saW4gRm9zdGVyIHdyb3RlOgoKPiBUaGVyZSBhcmUgYSBm ZXcgT2NlbG90IGNoaXBzIHRoYXQgY29udGFpbiB0aGUgbG9naWMgZm9yIHRoaXMgYnVzLCBidXQg YXJlCj4gY29udHJvbGxlZCBleHRlcm5hbGx5LiBTcGVjaWZpY2FsbHkgdGhlIFZTQzc1MTEsIDc1 MTIsIDc1MTMsIGFuZCA3NTE0LiBJbgo+IHRoZSBleHRlcm5hbGx5IGNvbnRyb2xsZWQgY29uZmln dXJhdGlvbnMgdGhlc2UgcmVnaXN0ZXJzIGFyZSBub3QKPiBtZW1vcnktbWFwcGVkLgo+IAo+IEFk ZCBzdXBwb3J0IGZvciB0aGVzZSBub24tbWVtb3J5LW1hcHBlZCBjb25maWd1cmF0aW9ucy4KPiAK PiBTaWduZWQtb2ZmLWJ5OiBDb2xpbiBGb3N0ZXIgPGNvbGluLmZvc3RlckBpbi1hZHZhbnRhZ2Uu Y29tPgo+IFJldmlld2VkLWJ5OiBWbGFkaW1pciBPbHRlYW4gPHZsYWRpbWlyLm9sdGVhbkBueHAu Y29tPgo+IFJldmlld2VkLWJ5OiBBbmR5IFNoZXZjaGVua28gPGFuZHkuc2hldmNoZW5rb0BnbWFp bC5jb20+Cj4gQWNrZWQtYnk6IEpha3ViIEtpY2luc2tpIDxrdWJhQGtlcm5lbC5vcmc+Cj4gLS0t Cj4gCj4gdjE2Cj4gICAgICogQWRkIEFuZHkgUmV2aWV3ZWQtYnkgdGFnCj4gCj4gdjE1Cj4gICAg ICogTm8gY2hhbmdlcwo+IAo+IHYxNAo+ICAgICAqIEFkZCBSZXZpZXdlZCBhbmQgQWNrZWQgdGFn cwo+IAo+IC0tLQo+ICBkcml2ZXJzL25ldC9tZGlvL21kaW8tbXNjYy1taWltLmMgfCA0MiArKysr KysrKystLS0tLS0tLS0tLS0tLS0tLS0tLS0tCj4gIDEgZmlsZSBjaGFuZ2VkLCAxMiBpbnNlcnRp b25zKCspLCAzMCBkZWxldGlvbnMoLSkKCkFwcGxpZWQsIHRoYW5rcy4KCi0tIApMZWUgSm9uZXMg W+adjueQvOaWr10KCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fCmxpbnV4LWFybS1rZXJuZWwgbWFpbGluZyBsaXN0CmxpbnV4LWFybS1rZXJuZWxAbGlzdHMu aW5mcmFkZWFkLm9yZwpodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWlsbWFuL2xpc3RpbmZv L2xpbnV4LWFybS1rZXJuZWwK