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 X-Spam-Level: X-Spam-Status: No, score=-13.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_IN_DEF_DKIM_WL autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A421C432BE for ; Tue, 17 Aug 2021 18:13:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA5E460FE6 for ; Tue, 17 Aug 2021 18:13:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232973AbhHQSNp (ORCPT ); Tue, 17 Aug 2021 14:13:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232741AbhHQSNo (ORCPT ); Tue, 17 Aug 2021 14:13:44 -0400 Received: from mail-yb1-xb2b.google.com (mail-yb1-xb2b.google.com [IPv6:2607:f8b0:4864:20::b2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2193FC061764 for ; Tue, 17 Aug 2021 11:13:11 -0700 (PDT) Received: by mail-yb1-xb2b.google.com with SMTP id i8so18305984ybt.7 for ; Tue, 17 Aug 2021 11:13:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=7NwteNlJ+8u23Hsu+twQzUFRuemkI7ld+ynYvkYabfE=; b=qnkltiRrheB1/zeeBQyRovwwnZPrTnoZCc1KiYhGyjZ0LumWrBP5AwNCUd/G5V9YEE mUHY59DBJd8QqanxPvUvpe6IJsyR4U6azBJx4SjG5SBt631OzyGhkHkPgN7GPFgbF1Kw Qyo3SArQMQd9yvyGmToQxBywYPUIxwxU90KexT8XowUM97Kt+QYDCpgXhr+Fs0mzZIir X7cYB7eYFGFhrG9MRTSQNEd9LPGjAUh+n1TovDrAecoVFJP4M59fWfiLKSxXjL4Ggls6 FTjDUabcyrRaeUC+iAb9XPvNm/8MKzy9kQmDXwHyikhnI1k1wcKrxTZOZlLGJUrhfz4r eK7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=7NwteNlJ+8u23Hsu+twQzUFRuemkI7ld+ynYvkYabfE=; b=GaFLZEIeRL2PofOk3/+X+bL7vDLkWD/m9mHHN8A5VPwmBsabGbzhh8EUJaqIOYNwRG Crr1GUKxo7GR+zLAxHFeqWHrM6sW5haOEFZZSZs/GM2wWbPc0H6EuSHLnP28SGDyRUDk f1eVdDPAZUtDFBkE3aqMH4cpUpGmYbTuKz9YnO0hBBddXU8x1NfOo9tOSMah/t0mUHwi 5XtJlZelpqU0vM06LP/HcogGNHjS69m40XWnOqNd3zPzjLtj3CSpunrOoVSmaszVOmOg p1otyWBNS8flVEbAKzeU0LDR58d/Qf5mFoZ1AEYsi+joMCiGkGangFg3uM87GTwSquRh EcqQ== X-Gm-Message-State: AOAM5308HWew1CW/ECqIy1sF8Tdmd8fI8juOZeBuJ+WnkdjzuaCIn3TD OvPC4R15dlkEeUqg/s74+jaTXfSZzQCCQNMp5prpuQ== X-Google-Smtp-Source: ABdhPJxg04YMhrsXZwM6lu/UTiwn7kooe/YZ9Az9RT53o7XkLiL3cQyAC7OwEeGCeol8R0kbAV7dGZ7ndc/P9K4N0IM= X-Received: by 2002:a25:d1c2:: with SMTP id i185mr6203714ybg.466.1629223990252; Tue, 17 Aug 2021 11:13:10 -0700 (PDT) MIME-Version: 1.0 References: <87r1hwwier.wl-maz@kernel.org> <7h7diwgjup.fsf@baylibre.com> <87im0m277h.wl-maz@kernel.org> <87sfzpwq4f.wl-maz@kernel.org> In-Reply-To: From: Saravana Kannan Date: Tue, 17 Aug 2021 11:12:34 -0700 Message-ID: Subject: Re: [PATCH 1/2] irqchip: irq-meson-gpio: make it possible to build as a module To: Lee Jones Cc: Marc Zyngier , Andrew Lunn , Kevin Hilman , Neil Armstrong , Jerome Brunet , linux-amlogic@lists.infradead.org, linux-arm-kernel , open list , netdev , Android Kernel Team 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 Tue, Aug 17, 2021 at 12:24 AM Lee Jones wrote: > > On Mon, 16 Aug 2021, Saravana Kannan wrote: > > > > > I sent out the proper fix as a series: > > > > > https://lore.kernel.org/lkml/20210804214333.927985-1-saravanak@go= ogle.com/T/#t > > > > > > > > > > Marc, can you give it a shot please? > > > > > > > > > > -Saravana > > > > > > > > Superstar! Thanks for taking the time to rectify this for all of u= s. > > > > > > Just to clarify: > > > > > > Are we waiting on a subsequent patch submission at this point? > > > > Not that I'm aware of. Andrew added a "Reviewed-by" to all 3 of my > > proper fix patches. I didn't think I needed to send any newer patches. > > Is there some reason you that I needed to? > > Actually, I meant *this* patch. I think it'll be nice if Neil addresses the stuff Marc mentioned (ideally) using the macros I suggested. Not sure if Marc is waiting on that though. Marc also probably wants my mdio-mux series to merge first before he takes this patch. So that it doesn't break networking in his device. -Saravana > > But happy to have unlocked your patches also. :) > > -- > Lee Jones [=E6=9D=8E=E7=90=BC=E6=96=AF] > Senior Technical Lead - Developer Services > Linaro.org =E2=94=82 Open source software for Arm SoCs > Follow Linaro: Facebook | Twitter | Blog