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 1F842FA3744 for ; Mon, 31 Oct 2022 09:36:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230308AbiJaJgM (ORCPT ); Mon, 31 Oct 2022 05:36:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbiJaJgK (ORCPT ); Mon, 31 Oct 2022 05:36:10 -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 0BBE56353; Mon, 31 Oct 2022 02:36: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 BB9BEB81334; Mon, 31 Oct 2022 09:36:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7254CC433C1; Mon, 31 Oct 2022 09:36:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667208967; bh=NWP8gi9S/VZYCjeSODWW1dww8BeQZjjjdJ+ZdO3A5BA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QwwEr6n94lXelYwpg7CAF/Ac3hdtDXSx+FMvb9eFBsZ96QA/hKiGSD3GS41hrnPRf De5Hlk7yq09aAjvK+Iel4JJ9RkDWmjj9LD15jAmpMrgKDAYvEp1z3t8Y/IdyiPRWOI IqWHJ/uPxZtdguqT4Pr4dQ9zw4Zo1INsMKbCG2routlqCHsQM7ntxWWOKk9Sk1Vpm0 DWJxFh9raSebfmRlpmr3UQxwjXaoLH9BNJKUtTOSZBfvAkT6NE8m7WhelO529vmauo jAWE/jCjRE2z/B2J5JF77OTM1OUrW9Ze9az2aS5bAk3JDBF0cUWVzLQXy1YuhXhxpN ykWWZd2sJafew== Date: Mon, 31 Oct 2022 09:36:00 +0000 From: Lee Jones To: Colin Foster Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Russell King , UNGLinuxDriver@microchip.com, Alexandre Belloni , Claudiu Manoil , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Vladimir Oltean , Florian Fainelli , Vivien Didelot , Andrew Lunn , Krzysztof Kozlowski , Rob Herring Subject: Re: [RFC v4 net-next 17/17] mfd: ocelot: add external ocelot switch control Message-ID: References: <20221008185152.2411007-1-colin.foster@in-advantage.com> <20221008185152.2411007-18-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: <20221008185152.2411007-18-colin.foster@in-advantage.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 08 Oct 2022, Colin Foster wrote: > Utilize the existing ocelot MFD interface to add switch functionality to > the Microsemi VSC7512 chip. > > Signed-off-by: Colin Foster > --- > > v4 > * Integrate a different patch, so now this one > - Adds the resources during this patch. Previouisly this > was done in a separate patch > - Utilize the standard {,num_}resources initializer > > v3 > * No change > > v2 > * New patch, broken out from a previous one > > --- > drivers/mfd/ocelot-core.c | 60 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 60 insertions(+) For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯]