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 22EF7C38145 for ; Thu, 8 Sep 2022 09:42:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230487AbiIHJmK (ORCPT ); Thu, 8 Sep 2022 05:42:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230362AbiIHJmH (ORCPT ); Thu, 8 Sep 2022 05:42:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5249DB14CD; Thu, 8 Sep 2022 02:42:06 -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 F366FB82054; Thu, 8 Sep 2022 09:42:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9926AC433D6; Thu, 8 Sep 2022 09:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662630123; bh=ntPtZqkKQgA88xitl7MbgJ0C7eK0xZrwocnCU7VRuew=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tE7YZ4K9o+VxFD5FsuXdd0Zel+JvLhbkWw1RHmZS8/U6uv7o7eQQDhpHZAoaC2ArY Xi/wTRN3zduhbyS6aSQ3vTigRp/V8Mu3oCo59zcsEHQyBIVv76SD7agU0gE2OFowYg qqtdYMMBUeAAko+5gKbPQGTrnCaf59/vGu4Boo1GtGfHt9romvmoxt1dKySq2hhhnF 96W3He9ANeFeTYxwL0EIrwdcb7i63cE8sKzOktoZ+6ohnPT9jqnSmZDD6+ARraRz3y WsMJkZq2cLyiN/Kl5JvOH7XMuIEnuhGjQsi8qw/w3hrn7s/PEsX38K0a37scAiBTuE c2+5pctL62D4w== Date: Thu, 8 Sep 2022 10:41:55 +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 3/8] pinctrl: ocelot: add ability to be used in a non-mmio configuration Message-ID: References: <20220905162132.2943088-1-colin.foster@in-advantage.com> <20220905162132.2943088-4-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-4-colin.foster@in-advantage.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 05 Sep 2022, Colin Foster wrote: > There are a few Ocelot chips that contain pinctrl logic, but can be > 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: Linus Walleij > --- > > v16 > * Add Andy Reviewed-by tag > > v15 > * No changes > > v14 > * Add Reviewed and Acked tags > > --- > drivers/pinctrl/pinctrl-ocelot.c | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) Applied, thanks. -- Lee Jones [李琼斯]