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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 296B9C4360F for ; Tue, 2 Apr 2019 09:30:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBAD920857 for ; Tue, 2 Apr 2019 09:30:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="hW+Istpj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730105AbfDBJai (ORCPT ); Tue, 2 Apr 2019 05:30:38 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:11468 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726284AbfDBJai (ORCPT ); Tue, 2 Apr 2019 05:30:38 -0400 Received: from hqpgpgate102.nvidia.com (Not Verified[216.228.121.13]) by hqemgate16.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Tue, 02 Apr 2019 02:30:35 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate102.nvidia.com (PGP Universal service); Tue, 02 Apr 2019 02:30:37 -0700 X-PGP-Universal: processed; by hqpgpgate102.nvidia.com on Tue, 02 Apr 2019 02:30:37 -0700 Received: from [10.21.132.148] (172.20.13.39) by HQMAIL101.nvidia.com (172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Tue, 2 Apr 2019 09:30:35 +0000 Subject: Re: [PATCH] ASoC: soc-core: Fix probe deferral following prelink failure To: Mark Brown CC: Liam Girdwood , , , Curtis Malainey , References: <1551706274-22571-1-git-send-email-jonathanh@nvidia.com> <4eb94b41-7e16-7b39-5c14-a7d180ce67df@nvidia.com> <20190402043509.GQ2059@sirena.org.uk> <2d8a0569-b821-c0c0-af39-d3863d17f47f@nvidia.com> <20190402091955.GE2059@sirena.org.uk> From: Jon Hunter Message-ID: <10d454a4-e1e1-3a4b-8400-acd680d75a3d@nvidia.com> Date: Tue, 2 Apr 2019 10:30:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190402091955.GE2059@sirena.org.uk> X-Originating-IP: [172.20.13.39] X-ClientProxiedBy: HQMAIL107.nvidia.com (172.20.187.13) To HQMAIL101.nvidia.com (172.20.187.10) Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1554197435; bh=qEbcSgraCGU4sqQAtjAlanI2Fesrzkd2vtNU4tmI6ag=; h=X-PGP-Universal:Subject:To:CC:References:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=hW+Istpj06gL9oOJXnHC/SI2Ve77bAJvbN/DuG3vY3+Xzwqf/WJSX0mfy4hgGCIfi JxYxAcxyzytjCBRAtbcErWhU6UYwZAoCnwN2qz52APk95XuWkU5FsU8GQqEvYpWcSh A3KK0yZPkmZScOaXiItc2Dpo92xZtra7mJLs2EmW4wEyP90WPTrKSvXEWCW6lO1VNB X8wlQQNbFopngf4Iuh7heiuTZD/HIs7sLWclbq6aqBwX5xqYRQ9ct2GOT4NtPDfq+N wVeymE4lGhx971tea2/kMWMeCjQS1hXqUNOGG5LXpgBbOXRlzhJjf/NrRnSWAaxFqZ AkH7k2B/M8s7Q== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/04/2019 10:19, Mark Brown wrote: > On Tue, Apr 02, 2019 at 09:52:15AM +0100, Jon Hunter wrote: >> On 02/04/2019 05:35, Mark Brown wrote: > >>> I don't have this patch at all AFAICT. > >> That's odd. It is definitely in -next and I did receive an 'applied' >> email from you [0]. So looks like something went wrong here. Can we get >> this into v5.1? > > Oh, if I've applied that's why I don't have it any more. Indeed it's > applied in my 5.1 branch so I don't know what you're expecting here? Well I still don't see it in the mainline branch and some boards are still failing to register soundcards with v5.1-rc3 because this is missing. So I am wondering what has happened to the change. It seems it has been dropped. Cheers Jon -- nvpublic