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=-5.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 8E2BFC4360C for ; Fri, 11 Oct 2019 00:53:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64BFD2053B for ; Fri, 11 Oct 2019 00:53:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=netronome-com.20150623.gappssmtp.com header.i=@netronome-com.20150623.gappssmtp.com header.b="l3p2fC4w" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727100AbfJKAxi (ORCPT ); Thu, 10 Oct 2019 20:53:38 -0400 Received: from mail-qk1-f194.google.com ([209.85.222.194]:43307 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727523AbfJKAxh (ORCPT ); Thu, 10 Oct 2019 20:53:37 -0400 Received: by mail-qk1-f194.google.com with SMTP id h126so7368597qke.10 for ; Thu, 10 Oct 2019 17:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=LJeFEyGVXk/mGwXcaQPTIO+s6MfjnGYEbGXqRN7NpR0=; b=l3p2fC4wycAgJV23evkAk7sh7SIx2wyVEit5jJwYEsY3yLl88VyoMOBFHGzdF8A13O ISzxvd2hEuVA1cm71KOSRDvS1s5x+mhvvqI4H2RvDI6OK4k7MazFk6rA3aCTmBbveHi0 S/Gikj41ZYC1UmbXagVBt/UsUvodZhR9pQ4xhd41TPQvzodmeEsHR+vwBQqLAWNHDa44 ChYwxC6LU2oo6jG85kJsCNuxu++Rarm3uk/yf12HHTn22QrInbImks5tHFpAVS5KVF+b Q+Ifk2EaA4keuOeOfJpbPeyu/VX5OYMiUL3DtipePm0Syutdjlj0Q2DNGh+94tKQd7gF sfuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=LJeFEyGVXk/mGwXcaQPTIO+s6MfjnGYEbGXqRN7NpR0=; b=BXNaVSiMB7M2EfZ3yqwEl5p236TsRxSfcypPAx1Z16YVCiMICIheS7+a1kM0bdvSgQ lbowpa2S6PAEJ9GSHsuewsez1w8R7/5IAbjTvd6zhHDczb7OZs9SQdDgadXGhFJ0kG7c T2f27x7yhQQDAl0RmMxfDftIAGxBgfj+OKdneCmrFJrkmg8wxfHVTLN4aKzL6/TGvPc0 26/lSsgEF3ov4zKFgF5emLacqP9xFeU2rFwsgzfDoemGZLq/OmaTdr7KVAll2C5ORrtK vF5QyPPoh8BjFKBK3ulXTDgVkB9+3yb+ikadz2pD+79pB2l328ilQd8U56uxgRWsbBMR Ywig== X-Gm-Message-State: APjAAAVYRaBGVg2lzKxNn3mJlRcFcDpW/DS6KK68J3oBTdqmUh8nLh7p Hw0kfTh4/uPyihhLpYDVUVNDCA== X-Google-Smtp-Source: APXvYqx2VFaFaQefkqKDZOvzMLezQN76wMczVjiGgJyKni3IcbQ2vW7SpeaY1XTx4ctFxNRtQlsxdA== X-Received: by 2002:a05:620a:20da:: with SMTP id f26mr12569659qka.255.1570755217074; Thu, 10 Oct 2019 17:53:37 -0700 (PDT) Received: from cakuba.netronome.com ([66.60.152.14]) by smtp.gmail.com with ESMTPSA id q6sm3034090qkj.108.2019.10.10.17.53.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Oct 2019 17:53:36 -0700 (PDT) Date: Thu, 10 Oct 2019 17:53:20 -0700 From: Jakub Kicinski To: Anson Huang Cc: Andy Duan , "davem@davemloft.net" , "gregkh@linuxfoundation.org" , "andy.shevchenko@gmail.com" , "rafael.j.wysocki@intel.com" , "swboyd@chromium.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , dl-linux-imx Subject: Re: [PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message Message-ID: <20191010175320.1fe5f6b3@cakuba.netronome.com> In-Reply-To: References: <1570616148-11571-1-git-send-email-Anson.Huang@nxp.com> <20191010160811.7775c819@cakuba.netronome.com> <20191010173246.2cd02164@cakuba.netronome.com> Organization: Netronome Systems, Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Oct 2019 00:38:50 +0000, Anson Huang wrote: > > Hm. Looks like the commit you need is commit f1da567f1dc1 ("driver core: > > platform: Add platform_get_irq_byname_optional()") and it's currently in > > Greg's tree. You have to wait for that commit to make its way into Linus'es > > main tree and then for Dave Miller to pull from Linus. > > > > I'd suggest you check if your patches builds on the net tree: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git > > > > once a week. My guess is it'll probably take two weeks or so for Greg's > > patches to propagate to Dave. > > Thanks for explanation of how these trees work, so could you please > wait the necessary patch landing on network tree then apply this > patch series, thanks for help. Unfortunately the networking subsystem sees around a 100 patches submitted each day, it'd be very hard to keep track of patches which have external dependencies and when to merge them. That's why we need the submitters to do this work for us and resubmit when the patch can be applied cleanly.