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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9D69C433EF for ; Mon, 27 Sep 2021 09:14:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9EFD06113D for ; Mon, 27 Sep 2021 09:14:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233621AbhI0JQ2 (ORCPT ); Mon, 27 Sep 2021 05:16:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233519AbhI0JQ1 (ORCPT ); Mon, 27 Sep 2021 05:16:27 -0400 Received: from mail-vk1-xa2b.google.com (mail-vk1-xa2b.google.com [IPv6:2607:f8b0:4864:20::a2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66BA1C061575; Mon, 27 Sep 2021 02:14:50 -0700 (PDT) Received: by mail-vk1-xa2b.google.com with SMTP id p72so3063914vkp.7; Mon, 27 Sep 2021 02:14:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WbaNXMBECXey7ELal8uMHHShxWFOFNevhVPa8lYniYY=; b=RAemMbnGVpPW/DQd2waEBePc7ixfmJGa8M5Q4s3tmglGzdGIvF8j9/K+dnEt0H/cQZ FaV0D9LcwiiHh3HgvZClJEkRNeRkOdJW9u4xPC0W5feThfZ1l0tQc25gPgiKt4PS+vin 2ZsM+1Ou3dJHWoN/2Fe6vv2NgrY+tf5OipUjplK9IVw7N7dn96qXfDkg5Uo0IVneo7jY EeWDpUua9SjCMGrkwkRiN4z1HvVHIqEwJayb3FQLNbjFSbWQpZAjSYKDtulBb5X+xm/C eRc1qLCgvQa1V677/HfypA114QyRcn5OPw86n3HEBM6eDsLzGorTIAH5GeZjrINsoMRG QpKA== 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=WbaNXMBECXey7ELal8uMHHShxWFOFNevhVPa8lYniYY=; b=NlOsX85jnngzJZyCEAH9gKoemhqwsOtAzr1zkgKZaz3aKGA9Hrn1MwYpDoNK32XtkI pazT+cz6UCu/TOwwbzJSkYhXuPOJ2gDHmVhcYocOtZKbvEivmY7Gg/qCF9pP8Yi0v75D dSsvfFaImKiJxBHbP1wKct3gawfeZkEiDjCq1M+8t0VzcB+cgi8wgXEf0N4Dw8yFpI2Y 1Vqc9PrDc8D/Un1Z3wtooHdBw/A509ACN/S2QRzu9r9iDiAmG9rLhRuzyctg8rLzNmUJ 4VB0Aos5mlPrE4Cp3REOupCPOq9NKyLQSCE9wqgW03DW8TzD9Z0hBgYxh8yABJNwXqHl kIew== X-Gm-Message-State: AOAM532AtQ1jCdYIRaBwE31qUVSo+nxahh8YjktRqFlvFesjCBStRKgq xDEAw1gKoiazZOGvoiaIWMfpVwrrbwcXhd6ezLY= X-Google-Smtp-Source: ABdhPJwBqIxeWAX6bgr87UbnnhqSB8U3yyRByhoxX5/LWxHm2KmuWgE7NKQp4aPlSFAPKp/L5UzWU5/+0C6hYH08ImQ= X-Received: by 2002:a1f:900c:: with SMTP id s12mr14749733vkd.1.1632734089613; Mon, 27 Sep 2021 02:14:49 -0700 (PDT) MIME-Version: 1.0 References: <20210925203224.10419-1-sergio.paracuellos@gmail.com> In-Reply-To: From: Sergio Paracuellos Date: Mon, 27 Sep 2021 11:14:38 +0200 Message-ID: Subject: Re: [PATCH v3 0/6] MIPS: ralink: fix PCI IO resources To: Arnd Bergmann Cc: Thomas Bogendoerfer , Rob Herring , Catalin Marinas , Liviu Dudau , Bjorn Helgaas , Matthias Brugger , gregkh , "open list:BROADCOM NVRAM DRIVER" , linux-pci , linux-staging@lists.linux.dev, NeilBrown , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hi Arnd, On Mon, Sep 27, 2021 at 9:51 AM Arnd Bergmann wrote: > > On Sat, Sep 25, 2021 at 10:33 PM Sergio Paracuellos > wrote: > > > > Patches related with reverts are from this merge cycle so they are only > > added to the staging git tree. So to have all stuff together I'd like to > > get everybody Ack's to get all of this series through staging tree if > > possible :). > > > > Thanks in advance for your time. > > Looks all good to me now, just one general remark: Try to give a little more > time between respinning the entire series, otherwise you get the opposite > effect and reviewers start ignoring your emails after getting annoyed at the > number of emails. Once you are reasonably sure that no more comments are > coming in, or you have made substantial changes, it's time to resend the > series. Thanks for reviewing this and also for the advice. Will take it into account from now on. > > Arnd Best regards, Sergio Paracuellos