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 E8F13C678D4 for ; Mon, 6 Mar 2023 13:21:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230504AbjCFNVk (ORCPT ); Mon, 6 Mar 2023 08:21:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229636AbjCFNVi (ORCPT ); Mon, 6 Mar 2023 08:21:38 -0500 Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43DBD2E817 for ; Mon, 6 Mar 2023 05:21:08 -0800 (PST) Received: by mail-yb1-xb2d.google.com with SMTP id e194so8069339ybf.1 for ; Mon, 06 Mar 2023 05:21:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678108867; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=zG8PAsk5iQpv4ooSAO30iwBH3h8edixexdethfVkxcw=; b=Q9jQcBLYmgbMH/VoiFAQ4x7ARre4GTiZx6sBeohZ/lI/912p1ak6YCLj4e2GWZUB8j sEq+L5afWSj/RYULQSXz6b+o2JnXBeckQbgZX9jdT+EnRUky6uOiXZ/o1Dfb6YMC7e3n Xz/oJHcdb+wf5vKSEgsv2IuD5DEwK4kIGLMTlFEM9N1qSGMg2rK2PpSCYfJXRCirpmyR rwtFtlx2Gmy4xe6kqLocmvhRg2PAIvna/AXd8G/NQgBFEXdz2fLdxWqALC6DYLSNKqnV lZV8wMb7qpk9UhlpTWb93avamCcZnPvkITNE3WnUvnTqRJ2iEc8alx6pHdZfGH6iXLio QOug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678108867; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=zG8PAsk5iQpv4ooSAO30iwBH3h8edixexdethfVkxcw=; b=aIXYiLYGWUpRojfOZmis2m1spOfraNlaP1tVm07jhNnocUIBFAa/9MhFq26uR5WYY0 ITAYiHPms3spLCaurJRq1kx8AT5f5WnklQ8+jlQWmQ5G4/6kjBAqxx0e+X8lGfJHqXt6 FCfdhfLfVQd3uxgaP+WORVzKVd5YuWnCqtITGtR2M7CcRbCOpbJiulgO99lwrAGPcTA2 R9fCIe0t6UQ5dmSSlZNqXnf+356AE7UPr5cEFnV+0kMdbMGyGBGEzLD8bvuUl/CXUJRW LZXAMPvcmiq/xf9I27H5yluADW4eI3+ag6tQjWo2+AXZx8yPwmhDtAZnHUh5EXTNtYvi WcvA== X-Gm-Message-State: AO0yUKVfM61FJPLSYn+YM0j9MUOSDtp3InH8rOzXRePkIR2hGBZ7ZUGA koOrZ2ppOl+zArfPxzRVIPI/u4ukgqn1M89BjQzMkQ== X-Google-Smtp-Source: AK7set9A6CQZnT/dfz7U4hlA9VvtXvYSBqDcRDzjO5o9BsU1ZkSjNPqi6wVSVWLnvQZXhEVVQs/0dRAlC/m4WrS4XoA= X-Received: by 2002:a25:9281:0:b0:b0a:7108:71e9 with SMTP id y1-20020a259281000000b00b0a710871e9mr2231178ybl.4.1678108867432; Mon, 06 Mar 2023 05:21:07 -0800 (PST) MIME-Version: 1.0 References: <20230216-gpio-at91-immutable-v1-0-44f52f148ab9@kernel.org> <20230216-gpio-at91-immutable-v1-1-44f52f148ab9@kernel.org> In-Reply-To: <20230216-gpio-at91-immutable-v1-1-44f52f148ab9@kernel.org> From: Linus Walleij Date: Mon, 6 Mar 2023 14:20:56 +0100 Message-ID: Subject: Re: [PATCH 1/2] pinctrl: at91: Make the irqchip immutable To: Mark Brown Cc: Ludovic Desroches , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2023 at 4:49 PM Mark Brown wrote: > To help gpiolib not fiddle around with the internals of the irqchip > flag the chip as immutable, adding the calls into the gpiolib core > required to do so. > > Signed-off-by: Mark Brown 1) I'm impressed that you're using AT91 hardware 2) Can you respin this on top of my pinctrl devel branch: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel There are some Andy-cleanups already queued for AT91 so I am a bit worried of collisions. (If you feel confident they are orthogonal just use v6.3-rc1) Yours, Linus Walleij