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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 6A1C2C433E6 for ; Tue, 26 Jan 2021 11:42:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4241823119 for ; Tue, 26 Jan 2021 11:42:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405119AbhAZLmR (ORCPT ); Tue, 26 Jan 2021 06:42:17 -0500 Received: from mail-oo1-f50.google.com ([209.85.161.50]:37357 "EHLO mail-oo1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404595AbhAZK5Z (ORCPT ); Tue, 26 Jan 2021 05:57:25 -0500 Received: by mail-oo1-f50.google.com with SMTP id q3so4018468oog.4; Tue, 26 Jan 2021 02:57:10 -0800 (PST) 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; bh=vE9H2Qr5sibnEqk/nQ37bCH833rnUqU+D/XJreRlBIY=; b=RqFHRQMRON7Y704dghi7T+2FLNOtRY6pNEhelx2oOxN18eBTg9z37fZ07Xlpb4gEWY sAjzWmEfiDHIiusQ0gXgCq3OcRbP4peRyu9ImKgpoS1PzhCQtTauXBgqYEmQwLXsSkfn WCDOpN0xnazrVdq0aJcvjqi0M/kIvKotPPwmgVrcZ6xrZbqjaODgWWda1xUUSS3s4foW G637qWvnKH+qeOWV/57/LtkzR0D1hEzkFx3wA/fS1mi4VkFwAkvXjV76L4lDX5gfJ6qE QuZBYPO+gDLU9IgTbJ1L8OS5Kty47b1q0ApN3ghLJNL5hqCIMquLTQWRKjW5yyaGXBKM 7UXg== X-Gm-Message-State: AOAM532C27uCpFHCv5jpWO3ukPZMTBmLmbzTW62qA+J/s8DOK4HMclDy xGhJ7PCzqfyo0NhRDSuJOdiQ2r3g+Mtq+pXzIKI= X-Google-Smtp-Source: ABdhPJwTZPke/usOg0RvQsIEXnT6uGT4ZI8MRW0YYj/Wx3ZAFOAdXjRdctIR0fTh39ONcS4pufK/qV8Y8blx+4t+oGI= X-Received: by 2002:a4a:cb87:: with SMTP id y7mr3536978ooq.1.1611658604662; Tue, 26 Jan 2021 02:56:44 -0800 (PST) MIME-Version: 1.0 References: <20210120105246.23218-1-michael@walle.cc> <20210126100256.GA20547@e121166-lin.cambridge.arm.com> <1a36ef741c5ab2a6e90b38c58944aa25@walle.cc> In-Reply-To: <1a36ef741c5ab2a6e90b38c58944aa25@walle.cc> From: Geert Uytterhoeven Date: Tue, 26 Jan 2021 11:56:33 +0100 Message-ID: Subject: Re: [PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver() To: Michael Walle Cc: Lorenzo Pieralisi , Roy Zang , Saravana Kannan , linux-pci , Linux Kernel Mailing List , Minghuan Lian , Linux ARM , Greg Kroah-Hartman , Bjorn Helgaas , linuxppc-dev , Mingkai Hu Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michael, On Tue, Jan 26, 2021 at 11:46 AM Michael Walle wrote: > Am 2021-01-26 11:02, schrieb Lorenzo Pieralisi: > > On Wed, Jan 20, 2021 at 11:52:46AM +0100, Michael Walle wrote: > >> fw_devlink will defer the probe until all suppliers are ready. We > >> can't > >> use builtin_platform_driver_probe() because it doesn't retry after > >> probe > >> deferral. Convert it to builtin_platform_driver(). > >> > >> Fixes: e590474768f1 ("driver core: Set fw_devlink=on by default") > > > > I will have to drop this Fixes: tag if you don't mind, it is not > > in the mainline. > > That commit is in Greg's for-next tree: > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?h=driver-core-next&id=e590474768f1cc04852190b61dec692411b22e2a > > I was under the impression there are other commits with this > particular fixes tag, too. Either it was removed from > for-next queues or I was confused. > > But I'm fine with removing the tag, assuming this will end > up together with the "driver core: Set fw_devlink=on by default" > commit in 5.11. Definitely not v5.11. And I sincerely doubt it will be applied for v5.12. It's already way too late to implement all changes to existing drivers needed, and get them accepted for v5.12. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds 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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 00879C433E0 for ; Tue, 26 Jan 2021 11:00:51 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 38A1D23104 for ; Tue, 26 Jan 2021 11:00:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38A1D23104 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4DQ3gM6DPQzDqNX for ; Tue, 26 Jan 2021 22:00:47 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.161.43; helo=mail-oo1-f43.google.com; envelope-from=geert.uytterhoeven@gmail.com; receiver=) Received: from mail-oo1-f43.google.com (mail-oo1-f43.google.com [209.85.161.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4DQ3Zp3zlPzDql0 for ; Tue, 26 Jan 2021 21:56:48 +1100 (AEDT) Received: by mail-oo1-f43.google.com with SMTP id n127so3995464ooa.13 for ; Tue, 26 Jan 2021 02:56:48 -0800 (PST) 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; bh=vE9H2Qr5sibnEqk/nQ37bCH833rnUqU+D/XJreRlBIY=; b=b06m+hpAybHLTnIfDz9Pyxw0evbLHIe4R21wXNPO4+psOiHxqlls8OV1PqrKroGRzc twMlBSbXXVGU/F0vL0+1/h8VTlPP4wWmAaOe3TG0ZSa06ZqJdkJvSKmxKG3Pf1asITlD fbxMM/Fi8Kj4VYD21R0Ee74rtf0XsudBmspxkrmGoKF0FKGH8NDd7MiKpjL5LedSTZx6 U8mphrXd72kj4YBLBue5GJ5ygcLc63+ZgNfNuMg95klLZo6pN7gLGRST4Z5cqfZziYFr WzpCUNU5EX8jxzgcwPvsIPUMdU0JA4QRUa20Wla9jupCoW5OlvXY7ncuaGruSzm9Rfc4 /K/A== X-Gm-Message-State: AOAM531PISnqIVEQB0cF8w03l2CQj2kwhvUHYMW840+AK/UuP3BCU7zl eA7mSWYxFxVMVU/PdtDv+44/7+fOgow31Q11Fd4= X-Google-Smtp-Source: ABdhPJwTZPke/usOg0RvQsIEXnT6uGT4ZI8MRW0YYj/Wx3ZAFOAdXjRdctIR0fTh39ONcS4pufK/qV8Y8blx+4t+oGI= X-Received: by 2002:a4a:cb87:: with SMTP id y7mr3536978ooq.1.1611658604662; Tue, 26 Jan 2021 02:56:44 -0800 (PST) MIME-Version: 1.0 References: <20210120105246.23218-1-michael@walle.cc> <20210126100256.GA20547@e121166-lin.cambridge.arm.com> <1a36ef741c5ab2a6e90b38c58944aa25@walle.cc> In-Reply-To: <1a36ef741c5ab2a6e90b38c58944aa25@walle.cc> From: Geert Uytterhoeven Date: Tue, 26 Jan 2021 11:56:33 +0100 Message-ID: Subject: Re: [PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver() To: Michael Walle Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roy Zang , Lorenzo Pieralisi , Saravana Kannan , linux-pci , Linux Kernel Mailing List , Minghuan Lian , Mingkai Hu , Greg Kroah-Hartman , Bjorn Helgaas , linuxppc-dev , Linux ARM Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Michael, On Tue, Jan 26, 2021 at 11:46 AM Michael Walle wrote: > Am 2021-01-26 11:02, schrieb Lorenzo Pieralisi: > > On Wed, Jan 20, 2021 at 11:52:46AM +0100, Michael Walle wrote: > >> fw_devlink will defer the probe until all suppliers are ready. We > >> can't > >> use builtin_platform_driver_probe() because it doesn't retry after > >> probe > >> deferral. Convert it to builtin_platform_driver(). > >> > >> Fixes: e590474768f1 ("driver core: Set fw_devlink=on by default") > > > > I will have to drop this Fixes: tag if you don't mind, it is not > > in the mainline. > > That commit is in Greg's for-next tree: > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?h=driver-core-next&id=e590474768f1cc04852190b61dec692411b22e2a > > I was under the impression there are other commits with this > particular fixes tag, too. Either it was removed from > for-next queues or I was confused. > > But I'm fine with removing the tag, assuming this will end > up together with the "driver core: Set fw_devlink=on by default" > commit in 5.11. Definitely not v5.11. And I sincerely doubt it will be applied for v5.12. It's already way too late to implement all changes to existing drivers needed, and get them accepted for v5.12. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds 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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 45965C433E9 for ; Tue, 26 Jan 2021 10:58:31 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D158122581 for ; Tue, 26 Jan 2021 10:58:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D158122581 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id: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=zKUnVA93q1H8Vp0Xnebo6A4tymDdzU81rrVsizVBCvM=; b=d2ey7sPxS9szgziPCYSFpBF54 5FQRl15R2lj9eTgQVc+nOdwN43zaVJqybGh3UB+KwHYw4ELEaoq8vpYy+U/VIn5o1Wv7PWgrc+SXD 8pGMRDSN7bmQPqGeMB81r/w2sAKsbepIv546btz/Xm+ewnTz6OyWiwvd0alfcgY5K2SdRh+OB+Gzx 0hxBL4ef50De62fa+TqHeN8jlRkAvuinZWrqHIo+ktiOoYHmOA30CU3xtHbUWMU4Trv1CqGqsO9mt mJV2+Sdt0ROi18qOguInj7tTWC4GXMP0paUW0lhGvedRo46b+5KlKvJp0HDoyLtfTCnoU4+GJZK5A +CWTdoLgw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4M1i-00028O-Dz; Tue, 26 Jan 2021 10:56:50 +0000 Received: from mail-oo1-f48.google.com ([209.85.161.48]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4M1f-00025G-9o for linux-arm-kernel@lists.infradead.org; Tue, 26 Jan 2021 10:56:48 +0000 Received: by mail-oo1-f48.google.com with SMTP id y72so3494001ooa.5 for ; Tue, 26 Jan 2021 02:56:45 -0800 (PST) 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; bh=vE9H2Qr5sibnEqk/nQ37bCH833rnUqU+D/XJreRlBIY=; b=t8zlG/5OLF5KRcu9d0pmpw5e9qdMWg5/5CeKipkN+2dh+M5x70Ii679+nhnuzuOjJz cN64AzVRiOy3IlRSvAcY6x4/QjXMs93v+8s+JZG9MSxXfR/21GmhHhH7iM6YcQy4e0HP PIxvlvzNeVCiWZlBcrJtkf9l5JuGIuVnctM6Efx2KSyolUW90pSHH0p5TasWKtxPfhb0 eQ6Q7irNtPleg4DWxsPUN1RfsObmLVoOeTTxedXmt89ZLmazf3e4Cc8dAsTCFSv4/vwa 1COa8s2pzE9iHiI4NEaFJBXodRk8H73Zs7p1eHUmsZeUFrtX9m2SlXyAlNNs+vWWrgRo yU8Q== X-Gm-Message-State: AOAM5326zdOvu9BdNWC3yRmbpQnTO7BKQeXrEO0r0iT6MO95vYlhgR/5 EY2ddIH77WncIW7tQX87TfcOSnnlORdqUCx+1xG7qsa5 X-Google-Smtp-Source: ABdhPJwTZPke/usOg0RvQsIEXnT6uGT4ZI8MRW0YYj/Wx3ZAFOAdXjRdctIR0fTh39ONcS4pufK/qV8Y8blx+4t+oGI= X-Received: by 2002:a4a:cb87:: with SMTP id y7mr3536978ooq.1.1611658604662; Tue, 26 Jan 2021 02:56:44 -0800 (PST) MIME-Version: 1.0 References: <20210120105246.23218-1-michael@walle.cc> <20210126100256.GA20547@e121166-lin.cambridge.arm.com> <1a36ef741c5ab2a6e90b38c58944aa25@walle.cc> In-Reply-To: <1a36ef741c5ab2a6e90b38c58944aa25@walle.cc> From: Geert Uytterhoeven Date: Tue, 26 Jan 2021 11:56:33 +0100 Message-ID: Subject: Re: [PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver() To: Michael Walle X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210126_055647_534416_DC33233C X-CRM114-Status: GOOD ( 20.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roy Zang , Lorenzo Pieralisi , Saravana Kannan , linux-pci , Linux Kernel Mailing List , Minghuan Lian , Mingkai Hu , Greg Kroah-Hartman , Bjorn Helgaas , linuxppc-dev , Linux ARM 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 Hi Michael, On Tue, Jan 26, 2021 at 11:46 AM Michael Walle wrote: > Am 2021-01-26 11:02, schrieb Lorenzo Pieralisi: > > On Wed, Jan 20, 2021 at 11:52:46AM +0100, Michael Walle wrote: > >> fw_devlink will defer the probe until all suppliers are ready. We > >> can't > >> use builtin_platform_driver_probe() because it doesn't retry after > >> probe > >> deferral. Convert it to builtin_platform_driver(). > >> > >> Fixes: e590474768f1 ("driver core: Set fw_devlink=on by default") > > > > I will have to drop this Fixes: tag if you don't mind, it is not > > in the mainline. > > That commit is in Greg's for-next tree: > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?h=driver-core-next&id=e590474768f1cc04852190b61dec692411b22e2a > > I was under the impression there are other commits with this > particular fixes tag, too. Either it was removed from > for-next queues or I was confused. > > But I'm fine with removing the tag, assuming this will end > up together with the "driver core: Set fw_devlink=on by default" > commit in 5.11. Definitely not v5.11. And I sincerely doubt it will be applied for v5.12. It's already way too late to implement all changes to existing drivers needed, and get them accepted for v5.12. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel