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 8F4B8C433FE for ; Sun, 21 Nov 2021 23:59:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232085AbhKVADB (ORCPT ); Sun, 21 Nov 2021 19:03:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230449AbhKVADA (ORCPT ); Sun, 21 Nov 2021 19:03:00 -0500 Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5F46C061714 for ; Sun, 21 Nov 2021 15:59:54 -0800 (PST) Received: by mail-oi1-x230.google.com with SMTP id be32so34295110oib.11 for ; Sun, 21 Nov 2021 15:59:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=pyQ3tWC6YW67Z5HxDZuV/h0kQC89KuDjpnW/Po+26NY=; b=Opde6HITaluhndJaX5NK+LSNFelBHZqjGTzvWGOdyQ07fQdYHpH1w+D8Z2nTbN9rg1 6ZjdJ5ovg6f0dZB7qtD5PvIIt5V5sZbTUoEkmvaExLhzNu4qriEAd41jenew3tmbicHd 9tamJt+7aUpBzvFo5c9EzRT+mN0H4BaPfi2lKPgIiIGzoRSCuRh+Sfenf1MjmCCBxISP 6yEHdlpkuWoXr/Hj6DyUUd3YW9nfVF3ftexEiP4ox9eQCRh/DtUBbZGbeoE2exjdlJH/ TWhLIutuN1LtE50FOxhJp78xBK4wFBNVAsecNajdDtXmA/Jpt0e2w3BwZMl3V1a+Q6jF KWRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=pyQ3tWC6YW67Z5HxDZuV/h0kQC89KuDjpnW/Po+26NY=; b=ZzVFZGJydmWfUnvNSeQXibg8EOTJMdaGRreM2w77+oDkX5IAPQ7iXwI+j41vvxFgG/ uVHhp+ZB9q5W+hv05pp8xKKNXyoqZh0WVta3Gdp6B3zq88il1LtEiKqdyihQxbpoYJfH BFgKrdQWgZGGytuSD2EPmsCAFo6212/qjhuxZ0zWrWNcsGmYH6zFMaa/MXvOosldsTu1 Gw+/+bWZNsNkCV8OVResD8Ssgx/SW3d3SYSBcyyaUpr3gAP1RBQAWgPnVuGK/W0cXZ/j UZcqUhaGdxseX0wMN+PmDb5S3nBFQalQkFGvRkCj+vjZr33tol7QS7C++BUhliIrTtnX wdTA== X-Gm-Message-State: AOAM533GZneenLFeamupvKVNykvBIbWneXhr55fwTgDtR1DIl57sBo1B 7ZVjB5QpjT1VOOI8fsjW8DKRm0Fz7f5KnXSn+wUKnFWjkto= X-Google-Smtp-Source: ABdhPJyvy8x2R4z62YjG8hVeSZVToJyPVfTZ27aSNlB3MmSpBEXOFHRZzclyuQBqgUeI4dzZjxtJ4qv7JkK4luEj3E0= X-Received: by 2002:a05:6808:60e:: with SMTP id y14mr17394320oih.162.1637539194181; Sun, 21 Nov 2021 15:59:54 -0800 (PST) MIME-Version: 1.0 References: <20211116062328.1949151-1-colin.foster@in-advantage.com> <20211119021437.GA1155@DESKTOP-LAINLKC.localdomain> In-Reply-To: <20211119021437.GA1155@DESKTOP-LAINLKC.localdomain> From: Linus Walleij Date: Mon, 22 Nov 2021 00:59:42 +0100 Message-ID: Subject: Re: [RFC PATCH v4 net-next 00/23] add support for VSC75XX control over SPI To: Colin Foster Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Greg Kroah-Hartman , "Rafael J. Wysocki" , Vladimir Oltean , Claudiu Manoil , Alexandre Belloni , UNGLinuxDriver@microchip.com, Andrew Lunn , Vivien Didelot , Florian Fainelli , "David S. Miller" , Jakub Kicinski , Ioana Ciornei , Heiner Kallweit , Russell King , Lars Povlsen , Steen Hegelund , Philipp Zabel , Heikki Krogerus , Andy Shevchenko Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 19, 2021 at 3:14 AM Colin Foster wrote: > On Fri, Nov 19, 2021 at 02:58:47AM +0100, Linus Walleij wrote: > > > pinctrl: ocelot: combine get resource and ioremap into single call > > > pinctrl: ocelot: update pinctrl to automatic base address > > > pinctrl: ocelot: convert pinctrl to regmap > > > pinctrl: ocelot: expose ocelot_pinctrl_core_probe interface > > > pinctrl: microchip-sgpio: update to support regmap > > > device property: add helper function fwnode_get_child_node_count > > > pinctrl: microchip-sgpio: change device tree matches to use nodes > > > instead of device > > > pinctrl: microchip-sgpio: expose microchip_sgpio_core_probe interfa= ce > > > > Can these patches be broken out to its own series and handled > > separately from the DSA stuff or is there build-time dependencies? > > These should all be able to be a separate series if I did my job right. > Everything should have no functional change except for this: > > > > pinctrl: ocelot: update pinctrl to automatic base address > > Fortunately this was tested by Cl=C3=A9ment and didn't seem to have any > ill-fated side effects. > > I assume this isn't something I wouldn't want to submit to net-next... > is there a different place (tree? board? list?) where those should be > submitted? To the pinctrl maintainer i.e. me + linux-gpio@vger.kernel.org then I can just apply them if there are no more review comments. Yours, Linus Walleij