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 21287C433F5 for ; Wed, 4 May 2022 21:22:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237746AbiEDVZm (ORCPT ); Wed, 4 May 2022 17:25:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234443AbiEDVZl (ORCPT ); Wed, 4 May 2022 17:25:41 -0400 Received: from mail-yw1-x112e.google.com (mail-yw1-x112e.google.com [IPv6:2607:f8b0:4864:20::112e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B8604E3AF for ; Wed, 4 May 2022 14:22:03 -0700 (PDT) Received: by mail-yw1-x112e.google.com with SMTP id 00721157ae682-2ef5380669cso29623477b3.9 for ; Wed, 04 May 2022 14:22:03 -0700 (PDT) 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=Tx3mYhVLEABySlfxpbH37Ic7LnqQbPKrBTTlaZOMkPc=; b=G1OpEkn1BESEXlXxdMXC13Qnm60u5Uwth9X0JfnzP05QCviFzpL2dEIAwOPhBFTBGu QzH9jtW1H4xyIwtfrt+wLLOsaDg3pqvDmwwpBD99h4VYqO91HS+yYY1UJl2A7zV6QAxE D3RHXAsBqChJHeyJEcmKERWZDs7UemA1RqJnt0Hvs49iPa2sQlMXNOPI2Ws0UAemENIC pFyCE20wljRiW1UBlpYCXcuN3qV3BK9EQjwtHVC+rko2X42WfBhbDbIlt5OwYZyf7sIG t5Nf16FEFI+Vgwr50JZFUFOFib15101a2sfcCF4oqpseiej3c3Ty5DzIUbdGgRWRBwWX QUlA== 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=Tx3mYhVLEABySlfxpbH37Ic7LnqQbPKrBTTlaZOMkPc=; b=fTez5oTzhAtAhogOV5Zq5Yyr4801BodtmYmXIsHWGzygejdMY9qtshBuU/3WGV5djc SPhoN99ORIx5b22t4zH0jz5Rja6etZ1kKSFiJm5ZCtg3SNDP5sTsMXjuQsLIfkROSpy2 fS/Hx1bREzYLrfu3dRq1T1Vc9gqRERVh7YYtmUZAfhX78uGInyIBcxuoiHURLLgAacpX WG7gqu/gJ1I8XwSkFd9ZpxQNBsnUxDpRG5lEYQgntt3wPGQ1+NJFyDKvcif2zG2B9qmt W9XBnZNWjZruWWCSRRz7xrndR3fbVp0fq2nBsZgfQpwtTy5KsctfqZajtPnE800Uhzdk pmkA== X-Gm-Message-State: AOAM533ic9LeBO0gMtTnsgmXuyZI83L1nTWpL/RAdj+vH6AcA1ObO6sE Xxm4P8szJvJYC8rSv0NVWlGFQxVZQzeQJp/Wez9/BQ== X-Google-Smtp-Source: ABdhPJy9GQmBn09i2jD7Kpuz51ZHerGYLe0ZaUG6+YCgtLjqcq581mHgtYfCJS9Ait9lKNH808GM1rsVRxkBaX0KK/U= X-Received: by 2002:a0d:e5c6:0:b0:2f8:c866:7af9 with SMTP id o189-20020a0de5c6000000b002f8c8667af9mr21645142ywe.268.1651699322764; Wed, 04 May 2022 14:22:02 -0700 (PDT) MIME-Version: 1.0 References: <20220419141846.598305-1-maz@kernel.org> <874k2kccse.wl-maz@kernel.org> In-Reply-To: <874k2kccse.wl-maz@kernel.org> From: Linus Walleij Date: Wed, 4 May 2022 23:21:51 +0200 Message-ID: Subject: Re: [PATCH v3 00/10] gpiolib: Handle immutable irq_chip structures To: Marc Zyngier , Bartosz Golaszewski Cc: linux-kernel@vger.kernel.org, Thierry Reding , Joey Gouly , Jonathan Hunter , Hector Martin , Sven Peter , Alyssa Rosenzweig , Bjorn Andersson , Andy Gross , Jeffrey Hugo , Thomas Gleixner , Basavaraj Natikar , Shyam Sundar S K , Andy Shevchenko , linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, kernel-team@android.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Sat, Apr 23, 2022 at 12:30 PM Marc Zyngier wrote: > > Bartosz: if you're happy with this can you apply it to an immutable branch > > from v5.18-rc1 and merge that into the GPIO for-next and then I can also > > pull that into pinctrl? > > For what it is worth, I've pushed this branch into irqchip-next. > > You can pick it up from: > > https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/log/?h=irq/gpio-immutable Bartosz are you pulling this? Most of the changes are in GPIO. Patches have started to arrive that go on top of these changes so would be nice to have it in both GPIO and pin control as a baseline. Yours, Linus Walleij 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 44F77C433F5 for ; Wed, 4 May 2022 21:23:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5RbizkLBLJ8oDgSdughEGAIHUPPhwLQIAW6T214d5oY=; b=o7c14ToICwCBg2 8t7oLAiomppGFx2acq4oViBrfqqEMJNz5q/49oAmINmFkJz2firE4FFzZUkFE9kk/EYRJQwYOnDuK vfGx0lu8KSJU8XU2oE6IjkSkDM8bD6w7y1jfCGRstYcFoShjSQ7cxu/HoQKH6tAfN39djRloCASh8 c3+QkCaZz8ucRFKHugJq5s3nPu8AUqpzyjPsDRhriQNev+zy6foeHat+v2O3hKb00fsXF5jcawMwc YeWP0+cWd/mnwoFTtwp9xtHCEhXU+Cv2vhzUZU7Ym6fI3Uf86WLc8xQmIrb+B6hYZk6g2f+BO/ZSe iBycLRTw6WXuexEFdcwg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmMRk-00CmlX-PA; Wed, 04 May 2022 21:22:08 +0000 Received: from mail-yw1-x112b.google.com ([2607:f8b0:4864:20::112b]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmMRg-00Cmkf-V5 for linux-arm-kernel@lists.infradead.org; Wed, 04 May 2022 21:22:06 +0000 Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-2f83983782fso29813627b3.6 for ; Wed, 04 May 2022 14:22:03 -0700 (PDT) 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=Tx3mYhVLEABySlfxpbH37Ic7LnqQbPKrBTTlaZOMkPc=; b=G1OpEkn1BESEXlXxdMXC13Qnm60u5Uwth9X0JfnzP05QCviFzpL2dEIAwOPhBFTBGu QzH9jtW1H4xyIwtfrt+wLLOsaDg3pqvDmwwpBD99h4VYqO91HS+yYY1UJl2A7zV6QAxE D3RHXAsBqChJHeyJEcmKERWZDs7UemA1RqJnt0Hvs49iPa2sQlMXNOPI2Ws0UAemENIC pFyCE20wljRiW1UBlpYCXcuN3qV3BK9EQjwtHVC+rko2X42WfBhbDbIlt5OwYZyf7sIG t5Nf16FEFI+Vgwr50JZFUFOFib15101a2sfcCF4oqpseiej3c3Ty5DzIUbdGgRWRBwWX QUlA== 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=Tx3mYhVLEABySlfxpbH37Ic7LnqQbPKrBTTlaZOMkPc=; b=rVCiHaTO3cZWRe5GVm7EAVrj00AHtobfD85FoU9QuTE0THI+tuBEFzWtXDQbLkQPAg 59tnJHRD+o1xTLwjQ9JfGBp5yJkoW8uy4xqiJOVGqEKHfQlCS64HFEiZyIeObfVtsYiX aTzxQOEljhIHydSpvMgEFGur4LHhte3yMjpx4dRQX8TATr/y3A2wShFKWhev8EGbZ7IB NNavYJhhPTRihUFSeidce9zlwtjfLDAwqH438s2u65/G/5MnPz18EucXnDG0gdRBxbtz CuglgdIvBuylUgRusi491skXzboj6Npmh0KyOS0/QH0xRjpdNQqRN7hBRREB4pmtoGVm s+kA== X-Gm-Message-State: AOAM533QHPMcwm/2ga/+cpxttR6LPmK38rWOYvNRdIpmM5CyCx33dIuB 9kXjzrZ6fhJbr9YJzcApaCr3JQmj0pUHq1vTxub/0pOul7E= X-Google-Smtp-Source: ABdhPJy9GQmBn09i2jD7Kpuz51ZHerGYLe0ZaUG6+YCgtLjqcq581mHgtYfCJS9Ait9lKNH808GM1rsVRxkBaX0KK/U= X-Received: by 2002:a0d:e5c6:0:b0:2f8:c866:7af9 with SMTP id o189-20020a0de5c6000000b002f8c8667af9mr21645142ywe.268.1651699322764; Wed, 04 May 2022 14:22:02 -0700 (PDT) MIME-Version: 1.0 References: <20220419141846.598305-1-maz@kernel.org> <874k2kccse.wl-maz@kernel.org> In-Reply-To: <874k2kccse.wl-maz@kernel.org> From: Linus Walleij Date: Wed, 4 May 2022 23:21:51 +0200 Message-ID: Subject: Re: [PATCH v3 00/10] gpiolib: Handle immutable irq_chip structures To: Marc Zyngier , Bartosz Golaszewski Cc: linux-kernel@vger.kernel.org, Thierry Reding , Joey Gouly , Jonathan Hunter , Hector Martin , Sven Peter , Alyssa Rosenzweig , Bjorn Andersson , Andy Gross , Jeffrey Hugo , Thomas Gleixner , Basavaraj Natikar , Shyam Sundar S K , Andy Shevchenko , linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, kernel-team@android.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220504_142205_040246_0166A87E X-CRM114-Status: GOOD ( 13.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Apr 23, 2022 at 12:30 PM Marc Zyngier wrote: > > Bartosz: if you're happy with this can you apply it to an immutable branch > > from v5.18-rc1 and merge that into the GPIO for-next and then I can also > > pull that into pinctrl? > > For what it is worth, I've pushed this branch into irqchip-next. > > You can pick it up from: > > https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/log/?h=irq/gpio-immutable Bartosz are you pulling this? Most of the changes are in GPIO. Patches have started to arrive that go on top of these changes so would be nice to have it in both GPIO and pin control as a baseline. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel