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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7989C43219 for ; Thu, 11 Nov 2021 23:04:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0FBB61264 for ; Thu, 11 Nov 2021 23:04:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234183AbhKKXHO (ORCPT ); Thu, 11 Nov 2021 18:07:14 -0500 Received: from mail-pl1-f180.google.com ([209.85.214.180]:37813 "EHLO mail-pl1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229839AbhKKXHM (ORCPT ); Thu, 11 Nov 2021 18:07:12 -0500 Received: by mail-pl1-f180.google.com with SMTP id n8so6959576plf.4; Thu, 11 Nov 2021 15:04:23 -0800 (PST) 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=CErV24ALLmtWHDv6Dg2Qhb0FOh3xq1Wa3w1/GJ4lZbo=; b=4e0UX9Qsm72C1ZBGXy0GCqbhzDdMiCMxOKCSgaebGWLoRvDHXdx1NQDxLUtu5gOB49 JrQb3Fn3YuYICba4SGdiDB2YnIfB7MqQoFBzV8BRBox+2C59Gas/zM7bfkV2yL3jIdpz dHhSBf4fxsLWtNdckXQsAuqVgEL8LGMtEpkXTWK/DU0flrRR/El1ZzxmmyJJ4FqcszvK 9Fbmy0VCOnZxVfrEETwbDEXm9KRenZDDoGhpgtHUAeuZdfXJtj1+DFionx3gT8lzrIvV 7Y3Vrb3dWr39m5s1B9q9U6htPw+PIHdbj7aHHYSTuMvFbe1KoY3djd9AvRU8Bf+CQKQR GpKg== X-Gm-Message-State: AOAM5338rLX4hI/kKRXnJf8IijQiEPR00RUw9Ebfil579szaG2dVwjrh aXC7HBIbctMD0sVXiAB1c+YEOpZlT2ONqCB2HAA= X-Google-Smtp-Source: ABdhPJwDbzrsxKzE9i1z6gPeh3fpqAXyMhqZWJsKWQps8Fb82bOoN9fZpAP7ITZ8MQCrDHMRtOBbF32CeFI5d3+zvz0= X-Received: by 2002:a17:902:728e:b0:143:a388:868b with SMTP id d14-20020a170902728e00b00143a388868bmr2600284pll.33.1636671862963; Thu, 11 Nov 2021 15:04:22 -0800 (PST) MIME-Version: 1.0 References: <20211102161125.1144023-1-kernel@esmil.dk> <20211102161125.1144023-12-kernel@esmil.dk> In-Reply-To: From: Emil Renner Berthing Date: Fri, 12 Nov 2021 00:04:11 +0100 Message-ID: Subject: Re: [PATCH v3 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings To: Linus Walleij , Arnd Bergmann , Olof Johansson List-Id: Cc: linux-riscv , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-clk , "open list:GPIO SUBSYSTEM" , "open list:SERIAL DRIVERS" , Palmer Dabbelt , Paul Walmsley , Rob Herring , Michael Turquette , Stephen Boyd , Thomas Gleixner , Marc Zyngier , Philipp Zabel , Greg Kroah-Hartman , Daniel Lezcano , Andy Shevchenko , Jiri Slaby , Maximilian Luz , Sagar Kadam , Drew Fustini , Geert Uytterhoeven , Michael Zhu , Fu Wei , Anup Patel , Atish Patra , Matteo Croce , Linux Kernel Mailing List , soc@kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Nov 2021 at 01:46, Linus Walleij wrote: > On Tue, Nov 2, 2021 at 5:12 PM Emil Renner Berthing wrote: > > Add bindings for the GPIO/pin controller on the JH7100 RISC-V SoC by > > StarFive Ltd. This is a test chip for their upcoming JH7110 SoC. > > > > Signed-off-by: Emil Renner Berthing > > --- > > > > @Linus: I'm really struggling to find a good way to describe how pin > > muxing works on the JH7100. As you can see I've now resorted to > > ascii-art to try to explain it, but please let me know if it's still > > unclear. > > This looks perfectly acceptable to me: > Reviewed-by: Linus Walleij Thank you. > As it appears to have some cross dependencies I assume > it will be merged through the SoC tree? I don't know. I've never tried this before, so whatever is easiest I guess. Do I do anything special other than cc'ing soc@kernel.org for v4 to make that happen? /Emil