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 8BF00C433F5 for ; Sat, 4 Dec 2021 23:36:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233980AbhLDXkX (ORCPT ); Sat, 4 Dec 2021 18:40:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233745AbhLDXkT (ORCPT ); Sat, 4 Dec 2021 18:40:19 -0500 Received: from mail-ot1-x336.google.com (mail-ot1-x336.google.com [IPv6:2607:f8b0:4864:20::336]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15339C0613F8 for ; Sat, 4 Dec 2021 15:36:53 -0800 (PST) Received: by mail-ot1-x336.google.com with SMTP id n104-20020a9d2071000000b005799790cf0bso8557635ota.5 for ; Sat, 04 Dec 2021 15:36:53 -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; bh=NuW/fbIz0j4mSyCSfNd6qMqzZTl35SAyBw4Kyu5HiPA=; b=iFbmdA1TsAivA5FbFGUBriHLHlUT75w9xDbOkgIWR5o158RgJ70WSafgXYLVZVCtYh JbW+i/OT9oGX6cLrJjAurb4KM4XI0qhxiDyyGXjSkJsmioqwUyRLRbvbYenRvTbTwXpB Gi7ifeCLnLESst4k1++JcqYERHLsr7rnPGXORK/0lbRodkCHjQW3QLDob1VGDc4DquBy O5PhoQd37dN8UCwebSIoifubCOm4CPIYiM6iQDWrH6vZW93Z/SLd6B9FoDubK07nv38z tMUWwt0UntbeEPHP/RcRXrqrmd4I+DBrvxqdxeshQJyRwlsVJAV8qczxssO/yiy+u3VW cVug== 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; bh=NuW/fbIz0j4mSyCSfNd6qMqzZTl35SAyBw4Kyu5HiPA=; b=SQ/oBC9pKvgktLXFo7dMWVXbAeYsbt/FZNMyU7MKeaiBsiFEf+/Fo6d5cbd5qwcbu0 AQXsD1uYxFxvw0I/hBotYVjLwZSZJTv4QwuLZYrc6ZuZ/s5RjLMkxXMvjce92BxMmJVJ obOBpe7/ErPRdSzdq/AUlxicbSXmhUaXjDLG2+gbQ/B6SYQ0FZkbcyCBJXOpvBAsJOCm 3EjumzCo9tBi9UTuX6x5WfcUMz44bK1eml4EtfaWdCXJPvblA/cGzqlzsRZZihibQ+rd Jiw7pYzZO1Q4I+BO0dtT9JnDKbBqnQBmgAHMGlqSJTDSod6bKD/AsU1OCKbTPQLNZEgt 3/Ow== X-Gm-Message-State: AOAM532Mg2SwRiwU50e7Is6T+88bwl/BPGw2/D2uLKM7GJZvPCfulg7x D4bCekNzBJezVFzr4HBvOsZTLMdga/1MAPlYyt8oTA== X-Google-Smtp-Source: ABdhPJy/YkD5Lpp/kh/+b64tVyaKjWYz3dLa+2TfJuzuzRee3iC2k5N/5GhHPgwu4UeTgAhYUNIO+l5Lt4i9ercDe74= X-Received: by 2002:a9d:a42:: with SMTP id 60mr23684363otg.179.1638661012313; Sat, 04 Dec 2021 15:36:52 -0800 (PST) MIME-Version: 1.0 References: <20211202095255.165797-1-herve.codina@bootlin.com> In-Reply-To: <20211202095255.165797-1-herve.codina@bootlin.com> From: Linus Walleij Date: Sun, 5 Dec 2021 00:36:41 +0100 Message-ID: Subject: Re: [PATCH 0/6] spear: Fix SPEAr3XX plgpio support To: Herve Codina Cc: Viresh Kumar , Shiraz Hashim , soc@kernel.org, Rob Herring , Thomas Gleixner , Marc Zyngier , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Thomas Petazzoni Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 2, 2021 at 10:53 AM Herve Codina wrote: > Herve Codina (6): > pinctrl: spear: spear: Convert to regmap > pinctrl: spear: plgpio: Convert to regmap > pinctrl: spear: plgpio: Introduce regmap phandle These three applied to the pinctrl tree. > ARM: dts: spear3xx: Use plgpio regmap in SPEAr310 and SPEAr320 Please apply this to the SoC tree. > irq: spear-shirq: Add support for IRQ 0..6 Please ask Marc Zyngier to apply this to the irqchip tree. > ARM: dts: spear3xx: Add spear320s dtsi Please apply this to the SoC tree. Yours, Linus Walleij