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 50859ECAAD5 for ; Thu, 8 Sep 2022 09:44:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231281AbiIHJoV (ORCPT ); Thu, 8 Sep 2022 05:44:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231263AbiIHJoN (ORCPT ); Thu, 8 Sep 2022 05:44:13 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5814336DE0; Thu, 8 Sep 2022 02:44:10 -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 4B121B82054; Thu, 8 Sep 2022 09:44:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A802FC433C1; Thu, 8 Sep 2022 09:44:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662630247; bh=qHxjNZ9eoQ09NzZ60tZWBlc1pAbJDcHWaQgoCpN//1A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iCWQfLS6/PmG0MNCNcDnXicpYA60PebcB4mNmBptI9RM11XzEpVEdbRrRAVi3g+WM 9bNHb5gm1dmNfIpIXDhLsz73BPp/PJaP7V9pMwM2LImPgoXZ7eqFgJ8rUL/pUb29LS kYgNpCrgNtRZ/x3rWkyo52sIAfsqm8sGuv2Jg1USWUADtkE3e3sSYXO2ctqUX3iNJj I8wIYwk14+Cd7K4fJaA0HFKMGgix8Oia6m7EcD2Yd1yCtataZmqUvZVdORoXwEMfoZ xEgRe2EdEOWI2weKbzV0DQl6Me9wdJq9L/yNG4H7WvQE3++krPenwrATqs3oOj3B/L 6ZG7hbCmoEptw== Date: Thu, 8 Sep 2022 10:43:58 +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, Rob Herring Subject: Re: [RESEND PATCH v16 mfd 7/8] dt-bindings: mfd: ocelot: add bindings for VSC7512 Message-ID: References: <20220905162132.2943088-1-colin.foster@in-advantage.com> <20220905162132.2943088-8-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-8-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: > Add devicetree bindings for SPI-controlled Ocelot chips, specifically the > VSC7512. > > Signed-off-by: Colin Foster > Reviewed-by: Rob Herring > Reviewed-by: Vladimir Oltean > --- > > (No changes since v14) > > v14 > * Add Vladimir Reviewed tag > > --- > .../devicetree/bindings/mfd/mscc,ocelot.yaml | 160 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml Applied, thanks. -- Lee Jones [李琼斯]